Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/15/09 12:36:04 (15 years ago)
Author:
gkronber
Message:

Implemented #782 (Additional model quality metrics: Pearson product-moment correlation coefficient and Spearman's rank correlation coefficient)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Modeling/3.2/HeuristicLab.Modeling-3.2.csproj

    r2388 r2428  
    8282  </ItemGroup>
    8383  <ItemGroup>
     84    <Compile Include="alglib\ap.cs" />
     85    <Compile Include="alglib\correlation.cs" />
    8486    <Compile Include="AnalyzerModel.cs" />
    8587    <Compile Include="BestSolutionStorer.cs" />
     88    <Compile Include="SimpleStableCorrelationCoefficientEvaluator.cs" />
     89    <Compile Include="SimplePearsonCorrelationCoefficientEvaluator.cs" />
     90    <Compile Include="SimpleSpearmansRankCorrelationCoefficientEvaluator.cs" />
    8691    <Compile Include="DefaultModelAnalyzerOperators.cs" />
    8792    <Compile Include="Matrix.cs" />
Note: See TracChangeset for help on using the changeset viewer.