Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/11/11 15:56:17 (13 years ago)
Author:
gkronber
Message:

#1450: merged r5816 from the branch and implemented first version of ensemble solutions for regression. The ensembles are only produced by cross validation.

Location:
trunk/sources
Files:
7 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources

  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj

    r5853 r6184  
    158158      <DependentUpon>ClusteringSolutionView.cs</DependentUpon>
    159159    </Compile>
     160    <Compile Include="Interfaces\IRegressionEnsembleSolutionEvaluationView.cs" />
     161    <Compile Include="RegressionEnsembleSolutionView.cs">
     162      <SubType>UserControl</SubType>
     163    </Compile>
     164    <Compile Include="RegressionEnsembleSolutionView.Designer.cs">
     165      <DependentUpon>RegressionEnsembleSolutionView.cs</DependentUpon>
     166    </Compile>
    160167    <Compile Include="DiscriminantFunctionClassificationSolutionView.cs">
    161168      <SubType>UserControl</SubType>
     
    186193    <Compile Include="RegressionSolutionView.Designer.cs">
    187194      <DependentUpon>RegressionSolutionView.cs</DependentUpon>
     195    </Compile>
     196    <Compile Include="Regression\RegressionEnsembleSolutionLineChartView.cs">
     197      <SubType>UserControl</SubType>
     198    </Compile>
     199    <Compile Include="Regression\RegressionEnsembleSolutionLineChartView.Designer.cs">
     200      <DependentUpon>RegressionEnsembleSolutionLineChartView.cs</DependentUpon>
     201    </Compile>
     202    <Compile Include="Regression\RegressionEnsembleSolutionScatterPlotView.cs">
     203      <SubType>UserControl</SubType>
     204    </Compile>
     205    <Compile Include="Regression\RegressionEnsembleSolutionScatterPlotView.Designer.cs">
     206      <DependentUpon>RegressionEnsembleSolutionScatterPlotView.cs</DependentUpon>
    188207    </Compile>
    189208    <Compile Include="Regression\RegressionSolutionEstimatedValuesView.cs">
Note: See TracChangeset for help on using the changeset viewer.