Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/20/12 16:48:59 (13 years ago)
Author:
sforsten
Message:

#1776:

  • two new weight calculators have been implemented
  • one has been deleted, because it didn't work as expected
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ClassificationEnsembleVoting/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj

    r7464 r7491  
    129129    <Compile Include="Implementation\Classification\DiscriminantFunctionClassificationSolutionBase.cs" />
    130130    <Compile Include="Implementation\Classification\WeightCalculators\AccuracyWeightCalculator.cs" />
    131     <Compile Include="Implementation\Classification\WeightCalculators\AdaBoostWeightCalculator.cs" />
     131    <Compile Include="Implementation\Classification\WeightCalculators\NeighbourhoodWeightCalculator.cs" />
     132    <Compile Include="Implementation\Classification\WeightCalculators\PointCertaintyWeightCalculator.cs" />
    132133    <Compile Include="Implementation\Classification\WeightCalculators\MajorityVoteWeightCalculator.cs" />
    133134    <Compile Include="Implementation\Classification\WeightCalculators\WeightCalculator.cs" />
Note: See TracChangeset for help on using the changeset viewer.