Free cookie consent management tool by TermsFeed Policy Generator

Changeset 5199 for trunk/sources


Ignore:
Timestamp:
01/03/11 15:40:02 (14 years ago)
Author:
gkronber
Message:

Fixed #1359.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Regression/3.3/Analyzers/RegressionSolutionAnalyzer.cs

    r4722 r5199  
    4040    private const string GenerationsParameterName = "Generations";
    4141    private const string ResultsParameterName = "Results";
    42     private const string BestSolutionResultName = "Best solution (on validiation set)";
     42    private const string BestSolutionResultName = "Best solution (on validation set)";
    4343    private const string BestSolutionTrainingRSquared = "Best solution R² (training)";
    4444    private const string BestSolutionTestRSquared = "Best solution R² (test)";
Note: See TracChangeset for help on using the changeset viewer.