Package weka.core
Interface PartitionGenerator
- All Superinterfaces:
CapabilitiesHandler
- All Known Implementing Classes:
Bagging,FilteredClassifier,J48,RandomCommittee,RandomForest,RandomizableFilteredClassifier,RandomTree,REPTree
This interface can be implemented by algorithms that generate
a partition of the instance space (e.g., decision trees).
- Version:
- $Revision: 9117 $
- Author:
- Eibe Frank (eibe@cs.waikato.ac.nz)
-
Method Summary
Modifier and TypeMethodDescriptionvoidgeneratePartition(Instances data) Builds the classifier to generate a partition.double[]getMembershipValues(Instance inst) Computes an array that has a value for each element in the partition.intReturns the number of elements in the partition.Methods inherited from interface weka.core.CapabilitiesHandler
getCapabilities