Module stamm::randforest [] [src]

Implements a random forest using stamm::tree.

Structs

AverageVoting

Implementing average voting

RandomForest

A random forest to combine some decision trees. The decision trees have leafs with data from type L and use a TreeFunction from type F.

RandomForestLearnParam

Parameter describes the way to train a random forest

Traits

FromGetProbability

For voting some probability this trait should be implemented by the leaf data for extracting this probability

VotingMethod

Combine the results of all trees in a random forest in a numeric way