Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/07/10 10:35:52 (14 years ago)
Author:
mkommend
Message:

Moved CrossValidation from branch to trunk (ticket #1199).

Location:
trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.3
Files:
2 edited
1 copied

Legend:

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

    r4488 r4569  
    101101    </Reference>
    102102    <Reference Include="System.Data" />
     103    <Reference Include="System.Drawing" />
    103104    <Reference Include="System.Xml" />
    104105  </ItemGroup>
    105106  <ItemGroup>
     107    <Compile Include="CrossValidation.cs" />
    106108    <Compile Include="SupportVectorMachine.cs" />
    107109    <Compile Include="HeuristicLabAlgorithmsDataAnalysisPlugin.cs" />
     
    113115      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    114116      <Name>HeuristicLab.Collections-3.3</Name>
     117    </ProjectReference>
     118    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
     119      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
     120      <Name>HeuristicLab.Common.Resources-3.3</Name>
    115121    </ProjectReference>
    116122    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
  • trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.3/HeuristicLabAlgorithmsDataAnalysisPlugin.cs.frame

    r4497 r4569  
    3030  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3131  [PluginDependency("HeuristicLab.Common", "3.3")]
     32  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3233  [PluginDependency("HeuristicLab.Core", "3.3")]
    3334  [PluginDependency("HeuristicLab.Data", "3.3")]
Note: See TracChangeset for help on using the changeset viewer.