Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/20/11 18:54:39 (13 years ago)
Author:
gkronber
Message:

#1473: implemented random forest wrapper for classification.

File:
1 edited

Legend:

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

    r6240 r6241  
    112112    <Compile Include="HeuristicLabAlgorithmsDataAnalysisPlugin.cs" />
    113113    <Compile Include="FixedDataAnalysisAlgorithm.cs" />
    114     <Compile Include="Interfaces\IRandomForestRegressionModel.cs" />
     114    <Compile Include="Interfaces\IRandomForestClassificationSolution.cs" />
     115    <Compile Include="Interfaces\IRandomForestModel.cs" />
    115116    <Compile Include="Interfaces\IRandomForestRegressionSolution.cs" />
    116117    <Compile Include="Interfaces\ISupportVectorMachineModel.cs" />
     
    129130    </Compile>
    130131    <Compile Include="Properties\AssemblyInfo.cs" />
     132    <Compile Include="RandomForest\RandomForestClassificationSolution.cs" />
     133    <Compile Include="RandomForest\RandomForestClassification.cs" />
     134    <Compile Include="RandomForest\RandomForestModel.cs" />
    131135    <Compile Include="RandomForest\RandomForestRegression.cs" />
    132136    <Compile Include="RandomForest\RandomForestRegressionSolution.cs" />
    133     <Compile Include="RandomForest\RandomForestRegressionModel.cs" />
    134137    <Compile Include="SupportVectorMachine\SupportVectorClassification.cs" />
    135138    <Compile Include="SupportVectorMachine\SupportVectorClassificationSolution.cs" />
Note: See TracChangeset for help on using the changeset viewer.