Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/02/15 22:38:01 (8 years ago)
Author:
gkronber
Message:

#1998: bug fixes (typo, duplicate result item)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/ClassificationPerformanceMeasures.cs

    r13100 r13101  
    152152      Add(new Result(TestFalseDiscoveryRateResultName, "The false discovery rate is the complement of the positive predictive value of the model on the test partition.", new PercentValue()));
    153153      Add(new Result(TestF1ScoreResultName, "The F1 score of the model on the test partition.", new DoubleValue()));
    154       Add(new Result(TrainingMatthewsCorrelationResultName, "The Matthews correlation value of the model on the test partition.", new DoubleValue()));
     154      Add(new Result(TestMatthewsCorrelationResultName, "The Matthews correlation value of the model on the test partition.", new DoubleValue()));
    155155      TrainingTruePositiveRate = double.NaN;
    156156      TrainingTrueNegativeRate = double.NaN;
Note: See TracChangeset for help on using the changeset viewer.