public interface ModelSerializer<C extends Classifier>
| Modifier and Type | Method and Description |
|---|---|
C |
load(Path path)
Load classifier.
|
void |
save(C classifier,
Path path)
Save classifier.
|
C load(Path path)
path - the path (Path) to the directory to load classifierClassifier)void save(C classifier, Path path)
classifier - the classifier Classifierpath - the path (Path) to the directory to save classifierCopyright © 2019. All rights reserved.