Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8606


Ignore:
Timestamp:
09/07/12 23:41:03 (12 years ago)
Author:
abeham
Message:

#1943: Added nearest neighbor model (+creator) for symbolic classification

Location:
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4
Files:
2 added
1 edited

Legend:

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

    r8600 r8606  
    117117    <Compile Include="Interfaces\ISymbolicDiscriminantFunctionClassificationModel.cs" />
    118118    <Compile Include="ModelCreators\AccuracyMaximizingThresholdsModelCreator.cs" />
     119    <Compile Include="ModelCreators\NearestNeighborModelCreator.cs" />
    119120    <Compile Include="ModelCreators\NormalDistributedThresholdsModelCreator.cs" />
    120121    <Compile Include="MultiObjective\SymbolicClassificationMultiObjectiveValidationBestSolutionAnalyzer.cs" />
     122    <Compile Include="SymbolicNearestNeighbourClassificationModel.cs" />
    121123    <Compile Include="Plugin.cs" />
    122124    <Compile Include="SingleObjective\SymbolicClassificationSingleObjectivePenaltyScoreEvaluator.cs" />
Note: See TracChangeset for help on using the changeset viewer.