Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/30/12 16:22:04 (11 years ago)
Author:
sforsten
Message:

#1776:

  • merged r8810:8862 from trunk into branch
  • fixed exception in ClassificationEnsembleSolutionAccuracyToCoveredSamples, if no estimated values are in a partition, so nothing can be shown
Location:
branches/ClassificationEnsembleVoting/HeuristicLab.Problems.DataAnalysis.Views
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/ClassificationEnsembleVoting/HeuristicLab.Problems.DataAnalysis.Views

  • branches/ClassificationEnsembleVoting/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj

    r8814 r8863  
    227227      <DependentUpon>DataAnalysisSolutionEvaluationView.cs</DependentUpon>
    228228    </Compile>
     229    <Compile Include="FeatureCorrelation\EnhancedStringConvertibleMatrixView.cs">
     230      <SubType>UserControl</SubType>
     231    </Compile>
     232    <Compile Include="FeatureCorrelation\EnhancedStringConvertibleMatrixView.Designer.cs">
     233      <DependentUpon>EnhancedStringConvertibleMatrixView.cs</DependentUpon>
     234    </Compile>
    229235    <Compile Include="FeatureCorrelation\FeatureCorrelationCalculator.cs" />
    230     <Compile Include="FeatureCorrelation\FeatureCorrelationEnums.cs" />
    231     <Compile Include="FeatureCorrelation\VariableVisibilityDialog.cs">
    232       <SubType>Form</SubType>
    233     </Compile>
    234     <Compile Include="FeatureCorrelation\VariableVisibilityDialog.Designer.cs">
    235       <DependentUpon>VariableVisibilityDialog.cs</DependentUpon>
    236     </Compile>
     236    <Compile Include="FeatureCorrelation\FeatureCorrelationHelpers.cs" />
    237237    <Compile Include="FeatureCorrelation\FeatureCorrelationView.cs">
    238238      <SubType>UserControl</SubType>
     
    241241      <DependentUpon>FeatureCorrelationView.cs</DependentUpon>
    242242    </Compile>
    243     <Compile Include="FeatureCorrelation\FeatureCorrelationCache.cs" />
    244     <Compile Include="FeatureCorrelation\FeatureCorrelationTimeframeCache.cs" />
    245243    <Compile Include="Plugin.cs" />
    246244    <Compile Include="ProblemDataView.cs">
Note: See TracChangeset for help on using the changeset viewer.