Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/07/12 14:31:39 (11 years ago)
Author:
mkommend
Message:

#1942: Merged trunk changes into branch.

Location:
branches/DataAnalysisCSVImport/HeuristicLab.Problems.DataAnalysis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysisCSVImport/HeuristicLab.Problems.DataAnalysis

  • branches/DataAnalysisCSVImport/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj

    r8842 r8875  
    204204    <Compile Include="Interfaces\TimeSeriesPrognosis\ITimeSeriesPrognosisSolution.cs" />
    205205    <Compile Include="OnlineCalculators\AutoCorrelationCalculator.cs" />
     206    <Compile Include="OnlineCalculators\DependencyCalculator\HoeffdingsDependenceCalculator.cs" />
     207    <Compile Include="OnlineCalculators\DependencyCalculator\PearsonsRDependenceCalculator.cs" />
     208    <Compile Include="OnlineCalculators\DependencyCalculator\PearsonsRSquaredDependenceCalculator.cs" />
     209    <Compile Include="OnlineCalculators\DependencyCalculator\SpearmansRankCorrelationCoefficientCalculator.cs" />
    206210    <Compile Include="OnlineCalculators\OnlineBoundedMeanSquaredErrorCalculator.cs" />
    207     <Compile Include="OnlineCalculators\HoeffdingsDependenceCalculator.cs" />
    208211    <Compile Include="OnlineCalculators\OnlineDirectionalSymmetryCalculator.cs" />
    209212    <Compile Include="OnlineCalculators\OnlineMaxAbsoluteErrorCalculator.cs" />
     
    247250    <Compile Include="OnlineCalculators\OnlineTheilsUStatisticCalculator.cs" />
    248251    <Compile Include="OnlineCalculators\OnlineWeightedDirectionalSymmetryCalculator.cs" />
    249     <Compile Include="OnlineCalculators\PearsonsRDependenceCalculator.cs" />
    250     <Compile Include="OnlineCalculators\PearsonsRSquaredDependenceCalculator.cs" />
    251     <Compile Include="OnlineCalculators\SpearmansRankCorrelationCoefficientCalculator.cs" />
    252252    <Compile Include="Plugin.cs" />
    253253    <Compile Include="Implementation\Classification\ThresholdCalculators\AccuracyMaximizationThresholdCalculator.cs" />
Note: See TracChangeset for help on using the changeset viewer.