public class ResultAndErrors
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
double[][] |
errors
The errors of an SVM.test
|
double[][] |
result
The results of an SVM.test
|
Constructor and Description |
---|
ResultAndErrors() |
ResultAndErrors(double[][] result,
double[][] errors) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
matrixToString(double[][] arr) |
static double[][] |
myconvert(double[] res) |
java.lang.String |
toString() |