Uses of Interface
weka.core.PartitionGenerator
-
Uses of PartitionGenerator in weka.classifiers.meta
Modifier and TypeClassDescriptionclass
Class for bagging a classifier to reduce variance.class
Class for running an arbitrary classifier on data that has been passed through an arbitrary filter.class
Class for building an ensemble of randomizable base classifiers.class
Class for running an arbitrary classifier on data that has been passed through an arbitrary filter. -
Uses of PartitionGenerator in weka.classifiers.trees
Modifier and TypeClassDescriptionclass
Class for generating a pruned or unpruned C4.5 decision tree.class
Class for constructing a forest of random trees.
For more information see:
Leo Breiman (2001).class
Class for constructing a tree that considers K randomly chosen attributes at each node.class
Fast decision tree learner. -
Uses of PartitionGenerator in weka.filters.supervised.attribute
Modifier and TypeMethodDescriptionPartitionMembership.getPartitionGenerator()
Get the generator used by this filterModifier and TypeMethodDescriptionvoid
PartitionMembership.setPartitionGenerator
(PartitionGenerator newPartitionGenerator) Set the generator for use in filtering