public interface PartitionGenerator extends CapabilitiesHandler
| Modifier and Type | Method and Description |
|---|---|
void |
generatePartition(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.
|
int |
numElements()
Returns the number of elements in the partition.
|
getCapabilitiesvoid generatePartition(Instances data) throws java.lang.Exception
java.lang.Exceptiondouble[] getMembershipValues(Instance inst) throws java.lang.Exception
java.lang.Exceptionint numElements()
throws java.lang.Exception
java.lang.Exception