软件测试论文1

准备阅读论文 :A Comparative Analysis of the Efficiency of Change Metrics and Static Code Attributes for Defect Prediction

类型:缺陷预测

出处:Software Engineering, 2008. ICSE '08. ACM/IEEE 30th International Conference on

abstract: In this paper we present a comparative analysis of the predictive power of two different sets of metrics for defect prediction. We choose one set of product related and one set of process related software metrics and use them for classifying Java files of the Eclipse project as defective respective defect-free. Classification models are built using three common machine learners: logistic regression, naive Bayes, and decision trees. To allow different costs for prediction errors we perform cost-sensitive classification, which proves to be very successful: >75% percentage of correctly classified files, a recall of >80%, and a false positive rate <30%. Results indicate that for the Eclipse data, process metrics are more efficient defect predictors than code metrics.

作者:Moser, R. ; Free Univ. of Bolzano-Bozen, Bolzano ; Pedrycz, W. ; Succi, G.

链接:http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=4814129

原文地址:https://www.cnblogs.com/daixiaomao/p/4504474.html