Changeset 4308 for branches/DataAnalysis/HeuristicLab.Problems.DataAnalysis.Regression/3.3/Analyzers/RegressionSolutionAnalyzer.cs
- Timestamp:
- 08/24/10 19:22:34 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis/HeuristicLab.Problems.DataAnalysis.Regression/3.3/Analyzers/RegressionSolutionAnalyzer.cs
r4195 r4308 40 40 private const string GenerationsParameterName = "Generations"; 41 41 private const string ResultsParameterName = "Results"; 42 private const string BestSolutionResultName = "Best solution (on valid iation set)";42 private const string BestSolutionResultName = "Best solution (on validation set)"; 43 43 private const string BestSolutionTrainingRSquared = "Best solution R² (training)"; 44 44 private const string BestSolutionTestRSquared = "Best solution R² (test)";
Note: See TracChangeset
for help on using the changeset viewer.