Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/24/11 23:56:39 (13 years ago)
Author:
mkommend
Message:

#1313: Implemented new views for data analysis solutions.

File:
1 edited

Legend:

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

    r5809 r5829  
    110110  </ItemGroup>
    111111  <ItemGroup>
     112    <Compile Include="ClassificationSolutionView.cs">
     113      <SubType>UserControl</SubType>
     114    </Compile>
     115    <Compile Include="ClassificationSolutionView.Designer.cs">
     116      <DependentUpon>ClassificationSolutionView.cs</DependentUpon>
     117    </Compile>
    112118    <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.cs">
    113119      <SubType>UserControl</SubType>
     
    134140      <DependentUpon>DiscriminantFunctionClassificationRocCurvesView.cs</DependentUpon>
    135141    </Compile>
    136     <Compile Include="Classification\DiscriminantFunctionClassificationSolutionView.cs">
    137       <SubType>UserControl</SubType>
    138     </Compile>
    139     <Compile Include="Classification\DiscriminantFunctionClassificationSolutionView.Designer.cs">
     142    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.cs">
     143      <SubType>UserControl</SubType>
     144    </Compile>
     145    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.Designer.cs">
     146      <DependentUpon>DiscriminantFunctionClassificationSolutionThresholdView.cs</DependentUpon>
     147    </Compile>
     148    <Compile Include="DiscriminantFunctionClassificationSolutionView.cs">
     149      <SubType>UserControl</SubType>
     150    </Compile>
     151    <Compile Include="DiscriminantFunctionClassificationSolutionView.Designer.cs">
    140152      <DependentUpon>DiscriminantFunctionClassificationSolutionView.cs</DependentUpon>
    141153    </Compile>
     154    <Compile Include="Interfaces\IDataAnalysisSolutionEvaluationView.cs" />
     155    <Compile Include="Interfaces\IDiscriminantFunctionClassificationSolutionEvaluationView.cs" />
     156    <Compile Include="Interfaces\IClusteringSolutionEvaluationView.cs" />
     157    <Compile Include="Interfaces\IClassificationSolutionEvaluationView.cs" />
    142158    <Compile Include="DataAnalysisSolutionView.cs">
    143159      <SubType>UserControl</SubType>
     
    151167    <Compile Include="DoubleLimitView.Designer.cs">
    152168      <DependentUpon>DoubleLimitView.cs</DependentUpon>
     169    </Compile>
     170    <Compile Include="Interfaces\IRegressionSolutionEvaluationView.cs" />
     171    <Compile Include="RegressionSolutionView.cs">
     172      <SubType>UserControl</SubType>
     173    </Compile>
     174    <Compile Include="RegressionSolutionView.Designer.cs">
     175      <DependentUpon>RegressionSolutionView.cs</DependentUpon>
    153176    </Compile>
    154177    <Compile Include="Regression\RegressionSolutionEstimatedValuesView.cs">
     
    183206  </ItemGroup>
    184207  <ItemGroup>
     208    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
     209      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
     210      <Name>HeuristicLab.Collections-3.3</Name>
     211    </ProjectReference>
     212    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
     213      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
     214      <Name>HeuristicLab.Common.Resources-3.3</Name>
     215    </ProjectReference>
    185216    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    186217      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
Note: See TracChangeset for help on using the changeset viewer.