Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/14/09 17:30:02 (15 years ago)
Author:
gkronber
Message:

Worked on SVM classification engine. #625

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Modeling/3.2/HeuristicLab.Modeling-3.2.csproj

    r2349 r2351  
    8484    <Compile Include="AnalyzerModel.cs" />
    8585    <Compile Include="BestSolutionStorer.cs" />
    86     <Compile Include="ClassificationProblemInjector.cs" />
     86    <Compile Include="SimpleAccuracyEvaluator.cs" />
     87    <Compile Include="SimpleConfusionMatrixEvaluator.cs" />
    8788    <Compile Include="SimpleTheilInequalityCoefficientEvaluator.cs" />
    8889    <Compile Include="SolutionExtractor.cs" />
     
    9091    <Compile Include="IAnalyzerModel.cs" />
    9192    <Compile Include="MatrixCreator.cs" />
     93    <Compile Include="TargetClassesCalculator.cs" />
    9294    <Compile Include="VariableEvaluationImpactCalculator.cs" />
    9395    <Compile Include="IPredictor.cs" />
Note: See TracChangeset for help on using the changeset viewer.