Class | Description |
---|---|
AttributeClassPair |
Inner class to order attributes while preserving class indices
|
BalancedRandomForest |
This class implements a Balanced Random Forest classifier,
it is an ensemble classifier of random trees where all classes
have the same representation in the training process.
|
BalancedRandomTree |
This class implements a random tree based on the split
function specified by the template in Splitter
|
GiniFunction |
This class implements a split function based on the Gini coefficient
|
InformationGainFunction | |
SplitFunction | |
Splitter | |
VotesCollector |
Used to retrieve the out-of-bag vote of an ensemble classifier for a single
instance.
|
Copyright © 2015–2021 Fiji. All rights reserved.