- Timestamp:
- 01/03/11 15:40:02 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Regression/3.3/Analyzers/RegressionSolutionAnalyzer.cs
r4722 r5199 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.