public class ResultAndErrors extends Object implements 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 String |
matrixToString(double[][] arr) |
static double[][] |
myconvert(double[] res) |
String |
toString() |
Copyright © 2018. All rights reserved.