abstract byte[] |
AbstractDataPreparation.prepareClassify(weka.core.Instance inst,
SocketFacade facade) |
Prepares the instance for the Classifier.classifyInstance(Instance) method.
|
byte[] |
Simple.prepareClassify(weka.core.Instance inst,
SocketFacade facade) |
Prepares the instance for the Classifier.classifyInstance(Instance) method.
|
abstract byte[] |
AbstractDataPreparation.prepareDistribution(weka.core.Instance inst,
SocketFacade facade) |
Prepares the instance for the Classifier.distributionForInstance(Instance) method.
|
byte[] |
Simple.prepareDistribution(weka.core.Instance inst,
SocketFacade facade) |
Prepares the instance for the Classifier.distributionForInstance(Instance) method.
|
abstract byte[] |
AbstractDataPreparation.prepareTrain(weka.core.Instances data,
SocketFacade facade) |
Prepares the data for training.
|
byte[] |
Simple.prepareTrain(weka.core.Instances data,
SocketFacade facade) |
Prepares the data for training.
|