Free cookie consent management tool by TermsFeed Policy Generator

Changeset 5488


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

Added interfaces for Regression 3.4 (ticket #1418).

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

Legend:

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

    r5474 r5488  
    112112    <None Include="Properties\AssemblyInfo.frame" />
    113113    <Compile Include="HeuristicLabProblemsDataAnalysisRegressionPlugin.cs" />
     114    <Compile Include="Interaces\IRegressionEvaluator.cs" />
     115    <Compile Include="Interaces\IRegressionModel.cs" />
     116    <Compile Include="Interaces\IRegressionProblem.cs" />
     117    <Compile Include="Interaces\IRegressionProblemData.cs" />
     118    <Compile Include="Interaces\IRegressionSolution.cs" />
     119    <Compile Include="Interaces\IRegressionSolutionCreator.cs" />
    114120    <Compile Include="Properties\AssemblyInfo.cs" />
    115121  </ItemGroup>
     
    139145      <Name>HeuristicLab.Data-3.3</Name>
    140146    </ProjectReference>
    141     <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
    142       <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
    143       <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
    144     </ProjectReference>
    145147    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\ALGLIB-3.1.0\ALGLIB-3.1.0.csproj">
    146148      <Project>{FC841674-62A7-4055-BE91-E41944B6C606}</Project>
     
    183185      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    184186    </ProjectReference>
    185     <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.3.csproj">
    186       <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>
    187       <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name>
     187    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
     188      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
     189      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
    188190    </ProjectReference>
    189191    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
Note: See TracChangeset for help on using the changeset viewer.