Changes between Initial Version and Version 1 of TSEResults


Ignore:
Timestamp:
07/24/14 10:37:23 (11 years ago)
Author:
sherbold
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TSEResults

    v1 v1  
     1You can download the archive with the complete experiment results here. 
     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 #2 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 small tool "resultjoiner.jar" for joining the results achieved with feature selection (due to practical reasons, they are stored in a separate folder). 
     16 * A batch script for execution the experiments. 
     17  * Be aware the the results are overwritten and the executions will take at least one week (but probably a lot longer) on a regular PC while fully using all cores 100%.