Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/08/11 13:15:23 (13 years ago)
Author:
mkommend
Message:

#1612: Implemented RegressionSolutionErrorCharacteristicsView and adapted loading of DataAnalysisSolutionEvaluationViews.

File:
1 edited

Legend:

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

    r6613 r6642  
    116116      <DependentUpon>ClassificationEnsembleSolutionModelView.cs</DependentUpon>
    117117    </Compile>
     118    <Compile Include="DataAnalysisSolutionEvaluationView.cs">
     119      <SubType>UserControl</SubType>
     120    </Compile>
     121    <Compile Include="DataAnalysisSolutionEvaluationView.Designer.cs">
     122      <DependentUpon>DataAnalysisSolutionEvaluationView.cs</DependentUpon>
     123    </Compile>
     124    <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.cs">
     125      <SubType>UserControl</SubType>
     126    </Compile>
     127    <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.Designer.cs">
     128      <DependentUpon>RegressionSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
     129    </Compile>
    118130    <Compile Include="Regression\RegressionEnsembleSolutionModelView.cs">
    119131      <SubType>UserControl</SubType>
     
    170182      <DependentUpon>ClusteringSolutionView.cs</DependentUpon>
    171183    </Compile>
    172     <Compile Include="Solution Views\ClassificationEnsembleSolutionView.cs">
    173       <SubType>UserControl</SubType>
    174     </Compile>
    175     <Compile Include="Solution Views\ClassificationEnsembleSolutionView.Designer.cs">
    176       <DependentUpon>ClassificationEnsembleSolutionView.cs</DependentUpon>
    177     </Compile>
    178184    <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.cs">
    179185      <SubType>UserControl</SubType>
     
    182188      <DependentUpon>DiscriminantFunctionClassificationSolutionView.cs</DependentUpon>
    183189    </Compile>
    184     <Compile Include="Interfaces\IDiscriminantFunctionClassificationSolutionEvaluationView.cs" />
    185     <Compile Include="Interfaces\IClusteringSolutionEvaluationView.cs" />
    186     <Compile Include="Interfaces\IClassificationSolutionEvaluationView.cs" />
    187190    <Compile Include="Solution Views\DataAnalysisSolutionView.cs">
    188191      <SubType>UserControl</SubType>
     
    197200      <DependentUpon>DoubleLimitView.cs</DependentUpon>
    198201    </Compile>
    199     <Compile Include="Interfaces\IRegressionSolutionEvaluationView.cs" />
     202    <Compile Include="Interfaces\IDataAnalysisSolutionEvaluationView.cs" />
    200203    <Compile Include="MenuItems\CreateEnsembleMenuItem.cs" />
    201     <Compile Include="Solution Views\RegressionEnsembleSolutionView.cs">
    202       <SubType>UserControl</SubType>
    203     </Compile>
    204     <Compile Include="Solution Views\RegressionEnsembleSolutionView.Designer.cs">
    205       <DependentUpon>RegressionEnsembleSolutionView.cs</DependentUpon>
    206     </Compile>
    207204    <Compile Include="Solution Views\RegressionSolutionView.cs">
    208205      <SubType>UserControl</SubType>
     
    336333    </BootstrapperPackage>
    337334  </ItemGroup>
    338   <ItemGroup />
    339335  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    340336  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.