Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/20/11 16:10:07 (13 years ago)
Author:
gkronber
Message:

#1450: implemented support for ensemble solutions for classification.

File:
1 edited

Legend:

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

    r6238 r6239  
    109109  <ItemGroup>
    110110    <Compile Include="DoubleLimit.cs" />
     111    <Compile Include="Implementation\Classification\ClassificationEnsembleModel.cs">
     112      <SubType>Code</SubType>
     113    </Compile>
     114    <Compile Include="Implementation\Classification\ClassificationEnsembleSolution.cs" />
    111115    <Compile Include="Implementation\Classification\ClassificationProblemData.cs" />
    112116    <Compile Include="Implementation\Classification\ClassificationProblem.cs" />
    113117    <Compile Include="Implementation\Classification\ClassificationSolution.cs" />
     118    <Compile Include="Implementation\Classification\ClassificationEnsembleProblemData.cs" />
    114119    <Compile Include="Implementation\Clustering\ClusteringProblem.cs" />
    115120    <Compile Include="Implementation\Clustering\ClusteringProblemData.cs" />
     
    120125    </Compile>
    121126    <Compile Include="Implementation\Regression\RegressionEnsembleSolution.cs" />
     127    <Compile Include="Interfaces\Classification\IClassificationEnsembleModel.cs">
     128      <SubType>Code</SubType>
     129    </Compile>
     130    <Compile Include="Interfaces\Classification\IClassificationEnsembleSolution.cs">
     131      <SubType>Code</SubType>
     132    </Compile>
    122133    <Compile Include="Interfaces\Classification\IDiscriminantFunctionThresholdCalculator.cs" />
    123134    <Compile Include="Interfaces\Regression\IRegressionEnsembleModel.cs">
Note: See TracChangeset for help on using the changeset viewer.