Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/20/11 15:07:45 (13 years ago)
Author:
gkronber
Message:

#1450 adapted views for regression solution to work for ensembles of regression solutions as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj

    r6184 r6238  
    109109  <ItemGroup>
    110110    <Compile Include="DoubleLimit.cs" />
    111     <Compile Include="Implementation\Classification\ClassificationEnsembleModel.cs">
    112       <SubType>Code</SubType>
    113     </Compile>
    114111    <Compile Include="Implementation\Classification\ClassificationProblemData.cs" />
    115112    <Compile Include="Implementation\Classification\ClassificationProblem.cs" />
     
    118115    <Compile Include="Implementation\Clustering\ClusteringProblemData.cs" />
    119116    <Compile Include="Implementation\Clustering\ClusteringSolution.cs" />
     117    <Compile Include="Implementation\Regression\RegressionEnsembleProblemData.cs" />
    120118    <Compile Include="Implementation\Regression\RegressionEnsembleModel.cs">
    121119      <SubType>Code</SubType>
    122120    </Compile>
    123121    <Compile Include="Implementation\Regression\RegressionEnsembleSolution.cs" />
    124     <Compile Include="Interfaces\Classification\IClassificationEnsembleModel.cs">
    125       <SubType>Code</SubType>
    126     </Compile>
    127     <Compile Include="Interfaces\Classification\IClassificationEnsembleSolution.cs" />
    128122    <Compile Include="Interfaces\Classification\IDiscriminantFunctionThresholdCalculator.cs" />
    129123    <Compile Include="Interfaces\Regression\IRegressionEnsembleModel.cs">
Note: See TracChangeset for help on using the changeset viewer.