Changeset 4411 for trunk/sources/HeuristicLab.Problems.DataAnalysis/3.3
- Timestamp:
- 09/16/10 11:38:42 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis/3.3/HeuristicLab.Problems.DataAnalysis-3.3.csproj
r4112 r4411 133 133 <Compile Include="Interfaces\IOnlineEvaluator.cs" /> 134 134 <Compile Include="MatrixExtensions.cs" /> 135 <Compile Include="Operators\WeightedParentsQualityVarianceComparator.cs" />136 135 <Compile Include="Properties\AssemblyInfo.cs" /> 137 136 <Compile Include="RandomEnumerable.cs" /> 138 <Compile Include="SupportVectorMachine\ParameterAdjustmentProblem\SupportVectorMachineParameterAdjustmentBestSolutionAnalyzer.cs" />139 <Compile Include="SupportVectorMachine\ParameterAdjustmentProblem\SupportVectorMachineParameterAdjustmentEvaluator.cs" />140 <Compile Include="SupportVectorMachine\ParameterAdjustmentProblem\SupportVectorMachineParameterAdjustmentProblem.cs" />141 137 <Compile Include="SupportVectorMachine\SupportVectorMachineCrossValidationEvaluator.cs" /> 142 138 <Compile Include="SupportVectorMachine\SupportVectorMachineModel.cs" /> … … 256 252 </BootstrapperPackage> 257 253 </ItemGroup> 254 <ItemGroup> 255 <Folder Include="Operators\" /> 256 </ItemGroup> 258 257 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 259 258 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.