jsvmstruct
Class StructModel

java.lang.Object
  extended by jsvmstruct.StructModel
All Implemented Interfaces:
Serializable

public class StructModel
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 double[] alpha
           
 int at_upper_bound
           
 double b
           
 double coef_const
           
 double coef_lin
           
 int kernel_type
           
 int poly_degree
           
 double rbf_gamma
           
 int sizePsi
           
 FeatureVector[] supvec
           
 int sv_num
           
 int totdoc
           
 int totwords
           
 double[] w
           
 
Constructor Summary
StructModel()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sizePsi

public int sizePsi

w

public double[] w

sv_num

public int sv_num

at_upper_bound

public int at_upper_bound

b

public double b

supvec

public FeatureVector[] supvec

alpha

public double[] alpha

totwords

public int totwords

totdoc

public int totdoc

kernel_type

public int kernel_type

poly_degree

public int poly_degree

rbf_gamma

public double rbf_gamma

coef_lin

public double coef_lin

coef_const

public double coef_const
Constructor Detail

StructModel

public StructModel()