public class SupportVectorMachine extends Object implements Classifier
| Modifier | Constructor and Description |
|---|---|
protected |
SupportVectorMachine(libsvm.svm_model model)
Creates a new SVM from the given libsvm model.
|
| Modifier and Type | Method and Description |
|---|---|
Category |
classify(Observation obs)
Classifies the given observation.
|
protected SupportVectorMachine(libsvm.svm_model model)
model - a libsvm model.public Category classify(Observation obs)
Classifierclassify in interface Classifierobs - some observation.Copyright © 2018. All rights reserved.