Changes between Initial Version and Version 1 of ESE2015Results


Ignore:
Timestamp:
02/04/15 18:09:34 (10 years ago)
Author:
sherbold
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ESE2015Results

    v1 v1  
     1You can download the archive with the complete experiment results below under attachments.   
     2 
     3The archive contains: 
     4 * The compiled version of !CrossPare used for the execution of the experiments. It has been compiled with the source code of revision [26] in the SVN.  
     5 * One folder for the experiments with the Java data (exp-java) and one folder for the experiments with the NASA/SOFTLAB data (exp-nasa). Each folder contains the following: 
     6  * the data 
     7  * the experiment configurations 
     8  * the results as .csv files 
     9 * The results contain additional metrics and success measures, we did not discuss in the article, but are evaluated by !CrossPare anyways. 
     10  * the metrics error, recall, precision, f-score, g-score, MCC, AUC, AUCec (after Rahman et al.: Recalling the “imprecision” of cross-project defect prediction), true positive rate (tpr), true negative rate (tnr), number of true positives (tp), number of false negatives (fn), number of true negatives (tn), number of false positives (fp) 
     11  * succHe is 1 if recall>0.7 and precision>0.5 (used in the article) 
     12  * succZi is 1 if recall>0.7 and precision>0.7 
     13  * succG75 is 1 if g-score>0.75 
     14  * succG60 is 1 if g-score>0.6 
     15 * A batch script for execution the experiments. 
     16  * Be aware the the results are overwritten and the executions will take at quite some time.