Ignore:
Timestamp:
06/28/16 12:01:39 (8 years ago)
Author:
sherbold
Message:
  • rather intrusive and large change to correctly evaluate AUCEC in case metrics are modified. The effort is now stored directly with a software version and it is the duty of the loader to specify the review effort for each instance. This required changes to the execution strategiey, data loading, and evaluation process.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CrossPare/src/de/ugoe/cs/cpdp/execution/AbstractCrossProjectExperiment.java

    r123 r132  
    178178                // Setup testdata and training data 
    179179                Instances testdata = testVersion.getInstances(); 
     180                List<Double> efforts = testVersion.getEfforts(); 
    180181                SetUniqueList<Instances> traindataSet = 
    181182                    SetUniqueList.setUniqueList(new LinkedList<Instances>()); 
     
    311312                            config.getExperimentName() + ".csv"); 
    312313                    } 
    313                     evaluator.apply(testdata, traindata, allTrainers, writeHeader, 
     314                    evaluator.apply(testdata, traindata, allTrainers, efforts, writeHeader, 
    314315                                    config.getResultStorages()); 
    315316                    writeHeader = false; 
Note: See TracChangeset for help on using the changeset viewer.