public interface ClassificationMethod
Modifier and Type | Method and Description |
---|---|
ClassificationResult |
classify(DataHandleInternal handle,
int row)
Classify
|
void |
close()
Close
|
void |
train(DataHandleInternal features,
DataHandleInternal clazz,
int row)
Train
|
ClassificationResult classify(DataHandleInternal handle, int row)
handle
- row
- void close()
void train(DataHandleInternal features, DataHandleInternal clazz, int row)
features
- clazz
- row
-