public class Learning_MulticlassPA
extends ILearning_MulticlassPA.Stub
Modifier and Type | Class and Description |
---|---|
static interface |
IBordeauxLearner.ModelChangeCallback |
Constructor and Description |
---|
Learning_MulticlassPA() |
Modifier and Type | Method and Description |
---|---|
int |
Classify(List<IntFloat> sample) |
IBinder |
getBinder() |
byte[] |
getModel() |
boolean |
setModel(byte[] modelData) |
void |
setModelChangeCallback(IBordeauxLearner.ModelChangeCallback callback) |
void |
TrainOneSample(List<IntFloat> sample,
int target) |
public byte[] getModel()
public boolean setModel(byte[] modelData)
public IBinder getBinder()
public void setModelChangeCallback(IBordeauxLearner.ModelChangeCallback callback)