se.lth.cs.nlp.nlputils.ml.glue.adapted_libsvm
Class svm_model

java.lang.Object
  extended by se.lth.cs.nlp.nlputils.ml.glue.adapted_libsvm.svm_model
All Implemented Interfaces:
Serializable

public class svm_model
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
(package private)  int l
           
(package private)  int[] label
           
(package private)  int[] labelRev
           
(package private)  int nr_class
           
(package private)  int[] nSV
           
(package private)  svm_parameter param
           
(package private)  double[] probA
           
(package private)  double[] probB
           
(package private)  double[] rho
           
(package private)  int[] start
           
(package private)  svm_node[][] SV
           
(package private)  double[][] sv_coef
           
 
Constructor Summary
svm_model()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

param

svm_parameter param

nr_class

int nr_class

l

int l

SV

svm_node[][] SV

sv_coef

double[][] sv_coef

rho

double[] rho

probA

double[] probA

probB

double[] probB

label

int[] label

nSV

int[] nSV

labelRev

int[] labelRev

start

int[] start
Constructor Detail

svm_model

public svm_model()