public interface MekaResultProducer
extends weka.experiment.ResultProducer
ResultProducer classes that need to know
about the overall number of classes.| Modifier and Type | Method and Description |
|---|---|
int |
getTotalNumClasses()
Returns the overal number of classes.
|
void |
setTotalNumClasses(int value)
Sets the overal number of classes.
|