资源说明:Calculate metrics shown on http://google-engtools.blogspot.com/2011/12/bug-prediction-at-google.html
implemented google's bug prediction score. To know algorithm, please see http://www.publickey1.jp/blog/11/post_193.html or http://google-engtools.blogspot.com/2011/12/bug-prediction-at-google.html This script calculate the score of each class recursively. Result is outputted as csv file. How To Use: $ cp$ cd $ python bugfix_score.py --target= [extension= ] [--package= ] if you set extension, this script is applied to set extension. (e.g. if you set "java", only scores of xxx.java file is outputted.) if you set package as True, this script calc value of each directories. Note: Project must be managed with git. Contact: Takahiro Okada (@kopanitsa)
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。