Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/16/11 16:30:56 (13 years ago)
Author:
mkommend
Message:

#1418 - Merged DataAnalysis.Regression and Classification into DataAnalysis.

File:
1 edited

Legend:

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

    r5491 r5496  
    109109  <ItemGroup>
    110110    <Compile Include="Dataset.cs" />
     111    <Compile Include="Interfaces\Classification\IClassificationEvaluator.cs" />
     112    <Compile Include="Interfaces\Classification\IClassificationModel.cs" />
     113    <Compile Include="Interfaces\Classification\IClassificationProblem.cs" />
     114    <Compile Include="Interfaces\Classification\IClassificationProblemData.cs" />
     115    <Compile Include="Interfaces\Classification\IClassificationSolution.cs" />
     116    <Compile Include="Interfaces\Classification\IClassificationSolutionCreator.cs" />
    111117    <Compile Include="Interfaces\IDataAnalysisEvaluator.cs" />
    112118    <Compile Include="Interfaces\IDataAnalysisProblemData.cs" />
     
    114120    <Compile Include="Interfaces\IDataAnalysisSolutionCreator.cs" />
    115121    <Compile Include="Interfaces\IOnlineEvaluator.cs" />
     122    <Compile Include="Interfaces\Regression\IRegressionEvaluator.cs" />
     123    <Compile Include="Interfaces\Regression\IRegressionModel.cs" />
     124    <Compile Include="Interfaces\Regression\IRegressionProblem.cs" />
     125    <Compile Include="Interfaces\Regression\IRegressionProblemData.cs" />
     126    <Compile Include="Interfaces\Regression\IRegressionSolution.cs" />
     127    <Compile Include="Interfaces\Regression\IRegressionSolutionCreator.cs" />
    116128    <Compile Include="OnlineEvaluators\OnlineCovarianceEvaluator.cs" />
    117129    <Compile Include="OnlineEvaluators\OnlineMeanAbsolutePercentageErrorEvaluator.cs" />
Note: See TracChangeset for help on using the changeset viewer.