Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/14/12 13:05:48 (12 years ago)
Author:
sforsten
Message:

#1292:

  • Renamed ExtendedHeatMap to FeatureCorrelation
  • deleted old CorrelationHeatMapView
  • added FeatureCorrelationView
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj

    r8294 r8483  
    158158    <Compile Include="Implementation\Clustering\ClusteringProblemData.cs" />
    159159    <Compile Include="Implementation\Clustering\ClusteringSolution.cs" />
    160     <Compile Include="Implementation\ExtendedHeatMap.cs" />
     160    <Compile Include="Implementation\FeatureCorrelation.cs" />
    161161    <Compile Include="Implementation\Regression\ConstantRegressionModel.cs" />
    162162    <Compile Include="Implementation\Regression\ConstantRegressionSolution.cs" />
     
    215215    <Compile Include="OnlineCalculators\OnlineMeanSquaredErrorCalculator.cs" />
    216216    <Compile Include="OnlineCalculators\OnlineNormalizedMeanSquaredErrorCalculator.cs" />
     217    <Compile Include="Implementation\Regression\RegressionSolution.cs" />
    217218    <Compile Include="OnlineCalculators\OnlinePearsonsRSquaredCalculator.cs" />
    218     <Compile Include="Implementation\Regression\RegressionSolution.cs" />
    219219    <Compile Include="OnlineCalculators\SpearmansRankCorrelationCoefficientCalculator.cs" />
    220220    <Compile Include="Plugin.cs" />
Note: See TracChangeset for help on using the changeset viewer.