# priorityPrediction **Repository Path**: mengqingxi89/priorityPrediction ## Basic Information - **Project Name**: priorityPrediction - **Description**: 用于做bug report 的 priority prediction 的实验代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-05-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #priorityPrediction 目前的代码比较乱。 计算每种特征时,需要在main函数中将对应的注释内容打开。 每种特征的计算都是依赖于 readbigData将所有bug报告读入内存中。 现在能够计算7类特征了。其中六类由这里的代码计算,related由别人提供。 每类特征都有一个compute*函数。调用该函数(先调用readBigData),即可计算。将结算结果写入相应的文件中。 原始输入文件见:链接: http://pan.baidu.com/s/1mgkSrgO 密码: 96qm