Changeset 6241 for trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj
- Timestamp:
- 05/20/11 18:54:39 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj
r6240 r6241 112 112 <Compile Include="HeuristicLabAlgorithmsDataAnalysisPlugin.cs" /> 113 113 <Compile Include="FixedDataAnalysisAlgorithm.cs" /> 114 <Compile Include="Interfaces\IRandomForestRegressionModel.cs" /> 114 <Compile Include="Interfaces\IRandomForestClassificationSolution.cs" /> 115 <Compile Include="Interfaces\IRandomForestModel.cs" /> 115 116 <Compile Include="Interfaces\IRandomForestRegressionSolution.cs" /> 116 117 <Compile Include="Interfaces\ISupportVectorMachineModel.cs" /> … … 129 130 </Compile> 130 131 <Compile Include="Properties\AssemblyInfo.cs" /> 132 <Compile Include="RandomForest\RandomForestClassificationSolution.cs" /> 133 <Compile Include="RandomForest\RandomForestClassification.cs" /> 134 <Compile Include="RandomForest\RandomForestModel.cs" /> 131 135 <Compile Include="RandomForest\RandomForestRegression.cs" /> 132 136 <Compile Include="RandomForest\RandomForestRegressionSolution.cs" /> 133 <Compile Include="RandomForest\RandomForestRegressionModel.cs" />134 137 <Compile Include="SupportVectorMachine\SupportVectorClassification.cs" /> 135 138 <Compile Include="SupportVectorMachine\SupportVectorClassificationSolution.cs" />
Note: See TracChangeset
for help on using the changeset viewer.