Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/15/09 12:36:04 (15 years ago)
Author:
gkronber
Message:

Implemented #782 (Additional model quality metrics: Pearson product-moment correlation coefficient and Spearman's rank correlation coefficient)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Modeling/3.2/ModelingResult.cs

    r2379 r2428  
    4343    TestCoefficientOfDetermination,
    4444
     45    TrainingPearsonsCorrelationCoefficient,
     46    ValidationPearsonCorrelationCoefficient,
     47    TestPearsonCorrelationCoefficient,
     48
     49    TrainingStablePearsonsCorrelationCoefficient,
     50    ValidationStablePearsonCorrelationCoefficient,
     51    TestStablePearsonCorrelationCoefficient,
     52
     53    TrainingSpearmansRankCorrelationCoefficient,
     54    ValidationSpearmansRankCorrelationCoefficient,
     55    TestSpearmansRankCorrelationCoefficient,
     56
    4557    TrainingVarianceAccountedFor,
    4658    ValidationVarianceAccountedFor,
Note: See TracChangeset for help on using the changeset viewer.