Serialized Form


Package liblinear

Class liblinear.InvalidInputDataException extends java.lang.Exception implements Serializable

serialVersionUID: 2945131732407207308L

Serialized Fields

_line

int _line

_file

java.io.File _file

Class 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

solverType

SolverType solverType

w

double[] w
feature weight array



Copyright © 2010. All Rights Reserved.