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.
|
getCapabilities
void generatePartition(Instances data) throws java.lang.Exception
java.lang.Exception
double[] getMembershipValues(Instance inst) throws java.lang.Exception
java.lang.Exception
int numElements() throws java.lang.Exception
java.lang.Exception