Uses of Interface
weka.core.PartitionGenerator
Packages that use PartitionGenerator
-
Uses of PartitionGenerator in weka.classifiers.meta
Classes in weka.classifiers.meta that implement PartitionGeneratorModifier and TypeClassDescriptionclassClass for bagging a classifier to reduce variance.classClass for running an arbitrary classifier on data that has been passed through an arbitrary filter.classClass for building an ensemble of randomizable base classifiers.classClass for running an arbitrary classifier on data that has been passed through an arbitrary filter. -
Uses of PartitionGenerator in weka.classifiers.trees
Classes in weka.classifiers.trees that implement PartitionGeneratorModifier and TypeClassDescriptionclassClass for generating a pruned or unpruned C4.5 decision tree.classClass for constructing a forest of random trees.
For more information see:
Leo Breiman (2001).classClass for constructing a tree that considers K randomly chosen attributes at each node.classFast decision tree learner. -
Uses of PartitionGenerator in weka.filters.supervised.attribute
Methods in weka.filters.supervised.attribute that return PartitionGeneratorModifier and TypeMethodDescriptionPartitionMembership.getPartitionGenerator()Get the generator used by this filterMethods in weka.filters.supervised.attribute with parameters of type PartitionGeneratorModifier and TypeMethodDescriptionvoidPartitionMembership.setPartitionGenerator(PartitionGenerator newPartitionGenerator) Set the generator for use in filtering