Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/13/15 21:19:15 (8 years ago)
Author:
gkronber
Message:

#1998: merged changes from trunk to stable branch

Location:
stable
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Problems.DataAnalysis

  • stable/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj

    r12702 r13156  
    130130    <Compile Include="Implementation\Classification\ClassificationEnsembleProblemData.cs" />
    131131    <Compile Include="Implementation\Classification\ClassificationSolutionBase.cs" />
     132    <Compile Include="Implementation\Classification\ConstantClassificationSolution.cs" />
    132133    <Compile Include="Implementation\Classification\DiscriminantFunctionClassificationSolutionBase.cs" />
    133134    <Compile Include="Implementation\Clustering\ClusteringProblem.cs" />
    134135    <Compile Include="Implementation\Clustering\ClusteringProblemData.cs" />
    135136    <Compile Include="Implementation\Clustering\ClusteringSolution.cs" />
     137    <Compile Include="Implementation\ConstantModel.cs" />
    136138    <Compile Include="Implementation\Regression\ConstantRegressionModel.cs" />
    137139    <Compile Include="Implementation\Regression\ConstantRegressionSolution.cs" />
     
    182184    <Compile Include="OnlineCalculators\AutoCorrelationCalculator.cs" />
    183185    <Compile Include="OnlineCalculators\ClassificationPerformanceMeasuresCalculator.cs" />
     186    <Compile Include="OnlineCalculators\ConfusionMatrixCalculator.cs" />
    184187    <Compile Include="OnlineCalculators\DependencyCalculator\HoeffdingsDependenceCalculator.cs" />
    185188    <Compile Include="OnlineCalculators\DependencyCalculator\PearsonsRDependenceCalculator.cs" />
    186189    <Compile Include="OnlineCalculators\DependencyCalculator\PearsonsRSquaredDependenceCalculator.cs" />
    187190    <Compile Include="OnlineCalculators\DependencyCalculator\SpearmansRankCorrelationCoefficientCalculator.cs" />
     191    <Compile Include="OnlineCalculators\FOneScoreCalculator.cs" />
     192    <Compile Include="OnlineCalculators\MatthewsCorrelationCoefficientCalculator.cs" />
    188193    <Compile Include="OnlineCalculators\OnlineBoundedMeanSquaredErrorCalculator.cs" />
    189194    <Compile Include="OnlineCalculators\OnlineCovarianceCalculator.cs" />
Note: See TracChangeset for help on using the changeset viewer.