Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/15/11 08:25:27 (13 years ago)
Author:
gkronber
Message:

#1418 refactored threshold calculators.

Location:
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4

    • Property svn:ignore
      •  

        old new  
        33HeuristicLabProblemsDataAnalysisPlugin.cs
        44obj
         5*.vs10x
  • branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj

    r5662 r5681  
    115115    <Compile Include="ClusteringSolution.cs" />
    116116    <Compile Include="ClassificationEnsembleModel.cs" />
     117    <Compile Include="Interfaces\Classification\IDiscriminantFunctionThresholdCalculator.cs" />
    117118    <Compile Include="Interfaces\Classification\IClassificationEnsembleModel.cs" />
    118119    <Compile Include="Interfaces\Regression\IRegressionEnsembleModel.cs" />
     
    152153    <Compile Include="RegressionSolution.cs" />
    153154    <Compile Include="TableFileParser.cs" />
     155    <Compile Include="ThresholdCalculators\AccuracyMaximizationThresholdCalculator.cs" />
     156    <Compile Include="ThresholdCalculators\NormalDistributionCutPointsThresholdCalculator.cs" />
     157    <Compile Include="ThresholdCalculators\ThresholdCalculator.cs" />
    154158    <None Include="HeuristicLab.snk" />
    155159    <None Include="HeuristicLabProblemsDataAnalysisPlugin.cs.frame" />
Note: See TracChangeset for help on using the changeset viewer.