Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4569


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
Files:
4 deleted
5 edited
5 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab 3.3.sln

    r4565 r4569  
    309309EndProject
    310310Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.DataAnalysis.Classification.Views-3.3", "HeuristicLab.Problems.DataAnalysis.Classification.Views\3.3\HeuristicLab.Problems.DataAnalysis.Classification.Views-3.3.csproj", "{7F038E9A-B91E-4F49-8C27-D47BC86F1220}"
     311EndProject
     312Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.DataAnalysis.Views-3.3", "HeuristicLab.Algorithms.DataAnalysis.Views\3.3\HeuristicLab.Algorithms.DataAnalysis.Views-3.3.csproj", "{C3E69936-0DB5-42A4-B1B4-12E9700B080E}"
    311313EndProject
    312314Global
     
    14031405    {7F038E9A-B91E-4F49-8C27-D47BC86F1220}.Release|x86.ActiveCfg = Release|x86
    14041406    {7F038E9A-B91E-4F49-8C27-D47BC86F1220}.Release|x86.Build.0 = Release|x86
     1407    {C3E69936-0DB5-42A4-B1B4-12E9700B080E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     1408    {C3E69936-0DB5-42A4-B1B4-12E9700B080E}.Debug|Any CPU.Build.0 = Debug|Any CPU
     1409    {C3E69936-0DB5-42A4-B1B4-12E9700B080E}.Debug|x64.ActiveCfg = Debug|x64
     1410    {C3E69936-0DB5-42A4-B1B4-12E9700B080E}.Debug|x64.Build.0 = Debug|x64
     1411    {C3E69936-0DB5-42A4-B1B4-12E9700B080E}.Debug|x86.ActiveCfg = Debug|x86
     1412    {C3E69936-0DB5-42A4-B1B4-12E9700B080E}.Debug|x86.Build.0 = Debug|x86
     1413    {C3E69936-0DB5-42A4-B1B4-12E9700B080E}.Release|Any CPU.ActiveCfg = Release|Any CPU
     1414    {C3E69936-0DB5-42A4-B1B4-12E9700B080E}.Release|Any CPU.Build.0 = Release|Any CPU
     1415    {C3E69936-0DB5-42A4-B1B4-12E9700B080E}.Release|x64.ActiveCfg = Release|x64
     1416    {C3E69936-0DB5-42A4-B1B4-12E9700B080E}.Release|x64.Build.0 = Release|x64
     1417    {C3E69936-0DB5-42A4-B1B4-12E9700B080E}.Release|x86.ActiveCfg = Release|x86
     1418    {C3E69936-0DB5-42A4-B1B4-12E9700B080E}.Release|x86.Build.0 = Release|x86
    14051419  EndGlobalSection
    14061420  GlobalSection(SolutionProperties) = preSolution
  • trunk/sources/HeuristicLab.Algorithms.DataAnalysis.Views/3.3/HeuristicLab.Algorithms.DataAnalysis.Views-3.3.csproj

    r4566 r4569  
    102102  </PropertyGroup>
    103103  <ItemGroup>
    104     <Reference Include="HeuristicLab.Collections-3.3">
    105       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
    106     </Reference>
    107     <Reference Include="HeuristicLab.Common-3.3">
    108       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
    109     </Reference>
    110     <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.2.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86" />
    111     <Reference Include="HeuristicLab.Core-3.3">
    112       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
    113     </Reference>
    114     <Reference Include="HeuristicLab.Core.Views-3.3">
    115       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
    116     </Reference>
    117     <Reference Include="HeuristicLab.Data-3.3">
    118       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
    119     </Reference>
    120     <Reference Include="HeuristicLab.Data.Views-3.3">
    121       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data.Views-3.3.dll</HintPath>
    122     </Reference>
    123     <Reference Include="HeuristicLab.MainForm-3.3">
    124       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
    125     </Reference>
    126     <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
    127       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
    128     </Reference>
    129     <Reference Include="HeuristicLab.Optimization-3.3">
    130       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
    131     </Reference>
    132     <Reference Include="HeuristicLab.Optimization.Views-3.3">
    133       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
    134     </Reference>
    135     <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    136       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    137     </Reference>
    138     <Reference Include="HeuristicLab.Problems.DataAnalysis-3.3">
    139       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis-3.3.dll</HintPath>
    140     </Reference>
    141104    <Reference Include="System" />
    142105    <Reference Include="System.Core" />
     
    158121    <Compile Include="HeuristicLabAlgorithmsDataAnalysisViewsPlugin.cs" />
    159122    <Compile Include="Properties\AssemblyInfo.cs" />
    160     <Compile Include="AlgorithmResultsCollectionView.cs">
    161       <SubType>UserControl</SubType>
    162     </Compile>
    163     <Compile Include="AlgorithmResultsCollectionView.Designer.cs">
    164       <DependentUpon>AlgorithmResultsCollectionView.cs</DependentUpon>
    165     </Compile>
    166123  </ItemGroup>
    167124  <ItemGroup>
     
    171128  </ItemGroup>
    172129  <ItemGroup>
    173     <EmbeddedResource Include="CrossValidationView.resx">
    174       <DependentUpon>CrossValidationView.cs</DependentUpon>
    175     </EmbeddedResource>
    176   </ItemGroup>
    177   <ItemGroup>
    178130    <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.3\HeuristicLab.Algorithms.DataAnalysis-3.3.csproj">
    179131      <Project>{A8D5676D-9662-437A-B44D-ECB4046CDE12}</Project>
    180132      <Name>HeuristicLab.Algorithms.DataAnalysis-3.3</Name>
     133    </ProjectReference>
     134    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
     135      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
     136      <Name>HeuristicLab.Collections-3.3</Name>
     137    </ProjectReference>
     138    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
     139      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
     140      <Name>HeuristicLab.Common.Resources-3.3</Name>
     141    </ProjectReference>
     142    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
     143      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
     144      <Name>HeuristicLab.Common-3.3</Name>
     145    </ProjectReference>
     146    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
     147      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
     148      <Name>HeuristicLab.Core.Views-3.3</Name>
     149    </ProjectReference>
     150    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
     151      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
     152      <Name>HeuristicLab.Core-3.3</Name>
     153    </ProjectReference>
     154    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
     155      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
     156      <Name>HeuristicLab.Data.Views-3.3</Name>
     157    </ProjectReference>
     158    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
     159      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
     160      <Name>HeuristicLab.Data-3.3</Name>
     161    </ProjectReference>
     162    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
     163      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
     164      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
     165    </ProjectReference>
     166    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
     167      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
     168      <Name>HeuristicLab.MainForm-3.3</Name>
     169    </ProjectReference>
     170    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
     171      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
     172      <Name>HeuristicLab.Optimization.Views-3.3</Name>
     173    </ProjectReference>
     174    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
     175      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
     176      <Name>HeuristicLab.Optimization-3.3</Name>
     177    </ProjectReference>
     178    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
     179      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
     180      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
     181    </ProjectReference>
     182    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.3.csproj">
     183      <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>
     184      <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name>
    181185    </ProjectReference>
    182186  </ItemGroup>
  • trunk/sources/HeuristicLab.Algorithms.DataAnalysis.Views/3.3/HeuristicLabAlgorithmsDataAnalysisViewsPlugin.cs.frame

    r4542 r4569  
    2828  [Plugin("HeuristicLab.Algorithms.DataAnalysis.Views", "3.3.1.$WCREV$")]
    2929  [PluginFile("HeuristicLab.Algorithms.DataAnalysis.Views-3.3.dll", PluginFileType.Assembly)]
     30  [PluginDependency("HeuristicLab.Algorithms.DataAnalysis", "3.3")]
     31  [PluginDependency("HeuristicLab.Collections", "3.3")]
     32  [PluginDependency("HeuristicLab.Common", "3.3")]
     33  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
     34  [PluginDependency("HeuristicLab.Core", "3.3")]
     35  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
     36  [PluginDependency("HeuristicLab.Data", "3.3")]
     37  [PluginDependency("HeuristicLab.Data.Views", "3.3")]
     38  [PluginDependency("HeuristicLab.MainForm", "3.3")]
     39  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
     40  [PluginDependency("HeuristicLab.Optimization", "3.3")]
     41  [PluginDependency("HeuristicLab.Optimization.Views", "3.3")]
     42  [PluginDependency("HeuristicLab.Problems.DataAnalysis", "3.3")]
    3043  public class HeuristicLabAlgorithmsDataAnalysisViewsPlugin : PluginBase {
    3144  }
  • 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")]
  • trunk/sources/HeuristicLab/3.3/Files.txt

    r4565 r4569  
    55HeuristicLab.PluginInfrastructure\3.3:ICSharpCode.SharpZipLib License.txt
    66HeuristicLab.Algorithms.DataAnalysis\3.3:HeuristicLab.Algorithms.DataAnalysis-3.3.dll
     7HeuristicLab.Algorithms.DataAnalysis.Views\3.3:HeuristicLab.Algorithms.DataAnalysis.Views-3.3.dll
    78HeuristicLab.Algorithms.EvolutionStrategy\3.3:HeuristicLab.Algorithms.EvolutionStrategy-3.3.dll
    89HeuristicLab.Algorithms.GeneticAlgorithm\3.3:HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll
Note: See TracChangeset for help on using the changeset viewer.