Serialized Form
-
Package de.bwaldvogel.liblinear
-
Class de.bwaldvogel.liblinear.InvalidInputDataException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 2945131732407207308L
-
Serialized Fields
-
_line
int _line
-
-
Class de.bwaldvogel.liblinear.Model extends java.lang.Object implements Serializable
- serialVersionUID:
- -6456047576741854834L
-
Serialized Fields
-
bias
double bias
-
label
int[] label
label of each class -
nr_class
int nr_class
-
nr_feature
int nr_feature
-
rho
double rho
one-class SVM only -
solverType
SolverType solverType
-
w
double[] w
feature weight array
-
-