Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/06/12 16:55:27 (12 years ago)
Author:
sforsten
Message:

#1776: first implementation of different voting strategies (currently no gui elements are available to choose between the strategies)

File:
1 edited

Legend:

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

    r7458 r7459  
    128128    <Compile Include="Implementation\Classification\ClassificationSolutionBase.cs" />
    129129    <Compile Include="Implementation\Classification\DiscriminantFunctionClassificationSolutionBase.cs" />
     130    <Compile Include="Implementation\Classification\WeightCalculators\AccuracyWeightCalculator.cs" />
     131    <Compile Include="Implementation\Classification\WeightCalculators\MajorityVoteWeightCalculator.cs" />
     132    <Compile Include="Implementation\Classification\WeightCalculators\WeightCalculator.cs" />
    130133    <Compile Include="Implementation\Clustering\ClusteringProblem.cs" />
    131134    <Compile Include="Implementation\Clustering\ClusteringProblemData.cs" />
     
    144147      <SubType>Code</SubType>
    145148    </Compile>
     149    <Compile Include="Interfaces\Classification\IClassificationEnsembleSolutionWeightCalculator.cs" />
    146150    <Compile Include="Interfaces\Classification\IDiscriminantFunctionThresholdCalculator.cs" />
    147151    <Compile Include="Interfaces\Regression\IRegressionEnsembleModel.cs">
Note: See TracChangeset for help on using the changeset viewer.