Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/10/12 15:26:13 (12 years ago)
Author:
sforsten
Message:

#1292:

  • merged r8034:8179 from trunk
  • added BackgroundWorker
  • added ProgressBar
  • added SpearmansRankCorrelationCoefficientCalculator
  • corrected bug in HoeffdingsDependenceCalculator
  • made some changes in the GUI
Location:
branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis.Views
Files:
2 edited

Legend:

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

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

    r8038 r8276  
    9393  </PropertyGroup>
    9494  <ItemGroup>
     95    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     96    <Reference Include="HeuristicLab.Analysis.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    9597    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    9698      <Private>False</Private>
     
    170172      <DependentUpon>ClassificationEnsembleSolutionModelView.cs</DependentUpon>
    171173    </Compile>
     174    <Compile Include="CorrelationHeatMapView.cs">
     175      <SubType>UserControl</SubType>
     176    </Compile>
     177    <Compile Include="CorrelationHeatMapView.Designer.cs">
     178      <DependentUpon>CorrelationHeatMapView.cs</DependentUpon>
     179    </Compile>
    172180    <Compile Include="DataAnalysisSolutionEvaluationView.cs">
    173181      <SubType>UserControl</SubType>
     
    175183    <Compile Include="DataAnalysisSolutionEvaluationView.Designer.cs">
    176184      <DependentUpon>DataAnalysisSolutionEvaluationView.cs</DependentUpon>
     185    </Compile>
     186    <Compile Include="ExtendedHeatMapView.cs">
     187      <SubType>UserControl</SubType>
     188    </Compile>
     189    <Compile Include="ExtendedHeatMapView.Designer.cs">
     190      <DependentUpon>ExtendedHeatMapView.cs</DependentUpon>
    177191    </Compile>
    178192    <Compile Include="Plugin.cs" />
Note: See TracChangeset for help on using the changeset viewer.