Free cookie consent management tool by TermsFeed Policy Generator

Changeset 5391


Ignore:
Timestamp:
01/28/11 11:19:31 (13 years ago)
Author:
mkommend
Message:

Corrected naming of results in ValidationBestSymbolicClassificationSolutionAnalyzer (ticket #1391).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Classification/3.3/Symbolic/Analyzer/ValidationBestSymbolicClassificationSolutionAnalyzer.cs

    r5322 r5391  
    6060    private const string BestSolutionAccuracyTrainingParameterName = "Best solution accuracy (training)";
    6161    private const string BestSolutionAccuracyTestParameterName = "Best solution accuracy (test)";
    62     private const string BestSolutionLengthParameterName = "Best solution length (validation)";
    63     private const string BestSolutionHeightParameterName = "Best solution height (validiation)";
     62    private const string BestSolutionLengthParameterName = "Best solution length (on validation set)";
     63    private const string BestSolutionHeightParameterName = "Best solution height (on validation set)";
    6464    private const string VariableFrequenciesParameterName = "VariableFrequencies";
    6565
Note: See TracChangeset for help on using the changeset viewer.