Package | Description |
---|---|
smile.classification |
Classification algorithms.
|
Modifier and Type | Method and Description |
---|---|
SVM |
SVM.setTolerance(double tol)
Sets the tolerance of convergence test.
|
SVM<T> |
SVM.Trainer.train(T[] x,
int[] y) |
SVM<T> |
SVM.Trainer.train(T[] x,
int[] y,
double[] weight)
Learns a SVM classifier with given training data.
|
Copyright © 2015. All rights reserved.