Free cookie consent management tool by TermsFeed Policy Generator

Changeset 2429


Ignore:
Timestamp:
10/15/09 12:41:18 (15 years ago)
Author:
gkronber
Message:

Fixed compilation error. #782.

File:
1 edited

Legend:

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

    r2428 r2429  
    6262          new ModelingResult[] {
    6363            ModelingResult.TrainingPearsonsCorrelationCoefficient,
    64             ModelingResult.ValidationPearsonCorrlationCoefficent,
     64            ModelingResult.ValidationPearsonCorrelationCoefficient,
    6565            ModelingResult.TestPearsonCorrelationCoefficient
     66          }
     67        },
     68        { typeof(SimpleStableCorrelationCoefficientEvaluator),
     69          new ModelingResult[] {
     70            ModelingResult.TrainingStablePearsonsCorrelationCoefficient,
     71            ModelingResult.ValidationStablePearsonCorrelationCoefficient,
     72            ModelingResult.TestStablePearsonCorrelationCoefficient
    6673          }
    6774        },
Note: See TracChangeset for help on using the changeset viewer.