Serialized Form


Package de.bwaldvogel.liblinear

Class de.bwaldvogel.liblinear.InvalidInputDataException extends Exception implements Serializable

serialVersionUID: 2945131732407207308L

Serialized Fields

_line

int _line

_file

File _file

Class de.bwaldvogel.liblinear.Model extends 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

solverType

SolverType solverType

w

double[] w
feature weight array



Copyright © 2011. All Rights Reserved.