Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/05/12 16:07:05 (12 years ago)
Author:
sforsten
Message:

#1292:

  • added ProblemDataView which has a button to open the feature correlation
  • added abstract base class for feature correlations
  • added caches for the feature correlation
  • created own class for calculation of feature correlation
  • changed SelectedItemChanged to SelectionChangeCommitted events, so the correlation is only calculated if the user changes the selection
File:
1 edited

Legend:

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

    r8542 r8578  
    128128    <Compile Include="Implementation\Clustering\ClusteringProblemData.cs" />
    129129    <Compile Include="Implementation\Clustering\ClusteringSolution.cs" />
    130     <Compile Include="Implementation\FeatureCorrelation.cs" />
     130    <Compile Include="Implementation\FeatureCorrelation\FeatureCorrelationCalculator.cs" />
     131    <Compile Include="Implementation\FeatureCorrelation\FeatureCorrelationEnums.cs" />
    131132    <Compile Include="Implementation\Regression\ConstantRegressionModel.cs" />
    132133    <Compile Include="Implementation\Regression\ConstantRegressionSolution.cs" />
Note: See TracChangeset for help on using the changeset viewer.