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
Location:
trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4
Files:
3 added
1 deleted
2 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" />
  • trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/DataAnalysisProblemData.cs

    r8543 r8578  
    3737    protected const string TrainingPartitionParameterName = "TrainingPartition";
    3838    protected const string TestPartitionParameterName = "TestPartition";
    39     protected const string DatasetCorrelationParameterName = "Dataset Correlation";
    4039
    4140    #region parameter properites
Note: See TracChangeset for help on using the changeset viewer.