Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/04/12 11:43:16 (12 years ago)
Author:
mkommend
Message:

#1292: Moved FeatureCorrelation specific classes from Problems.DataAnalysis to Problems.DataAnalysis.Views.

Location:
trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4
Files:
1 deleted
1 edited

Legend:

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

    r8664 r8729  
    130130    <Compile Include="Implementation\Clustering\ClusteringProblemData.cs" />
    131131    <Compile Include="Implementation\Clustering\ClusteringSolution.cs" />
    132     <Compile Include="Implementation\FeatureCorrelation\FeatureCorrelationCalculator.cs" />
    133     <Compile Include="Implementation\FeatureCorrelation\FeatureCorrelationEnums.cs" />
    134132    <Compile Include="Implementation\Regression\ConstantRegressionModel.cs" />
    135133    <Compile Include="Implementation\Regression\ConstantRegressionSolution.cs" />
     
    272270    </ProjectReference>
    273271  </ItemGroup>
     272  <ItemGroup />
    274273  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    275274  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.