| Package | Description |
|---|---|
| de.unistuttgart.isa.liquidsvm |
liquidSVM contains bindings to Ingo Steinwarts liquidSVM implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ResultAndErrors |
SVM.getLastResult()
Keeps the last result and errors around after
SVM.test(double[][], double[], java.lang.String...)ing. |
ResultAndErrors |
SVM.test(double[][] test,
double[] labs,
String... argv)
Predicts labels for the given
test data and compares
these to the given labs. |
ResultAndErrors |
SVM.test(LiquidData.Data test,
String... argv)
Predicts labels for the given
test.x data and compares
these to the given test.y. |
Copyright © 2018. All rights reserved.