- Timestamp:
- 10/15/09 12:41:18 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Modeling/3.2/ModelingResultCalculators.cs ΒΆ
r2428 r2429 62 62 new ModelingResult[] { 63 63 ModelingResult.TrainingPearsonsCorrelationCoefficient, 64 ModelingResult.ValidationPearsonCorr lationCoefficent,64 ModelingResult.ValidationPearsonCorrelationCoefficient, 65 65 ModelingResult.TestPearsonCorrelationCoefficient 66 } 67 }, 68 { typeof(SimpleStableCorrelationCoefficientEvaluator), 69 new ModelingResult[] { 70 ModelingResult.TrainingStablePearsonsCorrelationCoefficient, 71 ModelingResult.ValidationStablePearsonCorrelationCoefficient, 72 ModelingResult.TestStablePearsonCorrelationCoefficient 66 73 } 67 74 },
Note: See TracChangeset
for help on using the changeset viewer.