Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/30/11 17:31:53 (13 years ago)
Author:
abeham
Message:

#1465

  • updated branch from trunk
Location:
branches/histogram
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/histogram

  • branches/histogram/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj

    r5809 r6340  
    112112    <Compile Include="HeuristicLabAlgorithmsDataAnalysisPlugin.cs" />
    113113    <Compile Include="FixedDataAnalysisAlgorithm.cs" />
     114    <Compile Include="Interfaces\IRandomForestClassificationSolution.cs" />
     115    <Compile Include="Interfaces\IRandomForestModel.cs" />
     116    <Compile Include="Interfaces\IRandomForestRegressionSolution.cs" />
    114117    <Compile Include="Interfaces\ISupportVectorMachineModel.cs" />
    115118    <Compile Include="Interfaces\ISupportVectorMachineSolution.cs" />
     
    127130    </Compile>
    128131    <Compile Include="Properties\AssemblyInfo.cs" />
     132    <Compile Include="RandomForest\RandomForestClassificationSolution.cs" />
     133    <Compile Include="RandomForest\RandomForestClassification.cs" />
     134    <Compile Include="RandomForest\RandomForestModel.cs" />
     135    <Compile Include="RandomForest\RandomForestRegression.cs" />
     136    <Compile Include="RandomForest\RandomForestRegressionSolution.cs" />
    129137    <Compile Include="SupportVectorMachine\SupportVectorClassification.cs" />
    130138    <Compile Include="SupportVectorMachine\SupportVectorClassificationSolution.cs" />
Note: See TracChangeset for help on using the changeset viewer.