public interface PythonClassifier extends Classifier, AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Classifier |
fit(Path path,
DatasetFormatType formatType) |
SerializableModel |
getSerializableModel() |
void |
init() |
Prediction |
predict(Record record) |
void init()
Classifier fit(Path path, DatasetFormatType formatType)
Prediction predict(Record record)
void close()
close in interface AutoCloseableSerializableModel getSerializableModel()
Copyright © 2020. All rights reserved.