Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/16/11 12:12:32 (13 years ago)
Author:
mkommend
Message:

Added interfaces for Classification 3.4 (ticket #1418).

Location:
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Classification/3.4
Files:
7 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Classification/3.4/HeuristicLab.Problems.DataAnalysis.Classification-3.4.csproj

    r5484 r5487  
    111111  </ItemGroup>
    112112  <ItemGroup>
    113     <Compile Include="ClassificationProblemData.cs" />
    114113    <Compile Include="HeuristicLabProblemsDataAnalysisClassificationPlugin.cs" />
     114    <Compile Include="Interfaces\IClassificationEvaluator.cs" />
     115    <Compile Include="Interfaces\IClassificationModel.cs" />
     116    <Compile Include="Interfaces\IClassificationProblem.cs" />
     117    <Compile Include="Interfaces\IClassificationProblemData.cs" />
     118    <Compile Include="Interfaces\IClassificationSolution.cs" />
     119    <Compile Include="Interfaces\IClassificationSolutionCreator.cs" />
    115120    <Compile Include="Properties\AssemblyInfo.cs" />
    116121  </ItemGroup>
     
    161166      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    162167    </ProjectReference>
     168    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
     169      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
     170      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
     171    </ProjectReference>
    163172  </ItemGroup>
    164173  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.