Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/17/12 13:35:55 (12 years ago)
Author:
gkronber
Message:

#1823 Implemented analyzers to collect Pareto-best solutions on validation and fitness calculation partitions for regression and classification.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.csproj

    r7675 r7734  
    118118    <Compile Include="SingleObjective\SymbolicClassificationSingleObjectiveOverfittingAnalyzer.cs" />
    119119    <Compile Include="SingleObjective\SymbolicClassificationSingleObjectiveValidationBestSolutionAnalyzer.cs" />
     120    <Compile Include="SingleObjective\SymbolicClassificationSingleObjectiveTrainingParetoBestSolutionAnalyzer.cs" />
     121    <Compile Include="SingleObjective\SymbolicClassificationSingleObjectiveValidationParetoBestSolutionAnalyzer.cs" />
    120122    <Compile Include="SymbolicDiscriminantFunctionClassificationModel.cs" />
    121123    <Compile Include="Interfaces\ISymbolicClassificationModel.cs" />
Note: See TracChangeset for help on using the changeset viewer.