libsvm
Class svm_model

java.lang.Object
  extended by libsvm.svm_model
All Implemented Interfaces:
Serializable

public class svm_model
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 int l
           
 int[] label
           
 int nr_class
           
 int[] nSV
           
 svm_parameter param
           
 double[] probA
           
 double[] probB
           
 double[] rho
           
 svm_node[][] SV
           
 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

public svm_parameter param

nr_class

public int nr_class

l

public int l

SV

public svm_node[][] SV

sv_coef

public double[][] sv_coef

rho

public double[] rho

probA

public double[] probA

probB

public double[] probB

label

public int[] label

nSV

public int[] nSV
Constructor Detail

svm_model

public svm_model()


Copyright © 2011. All Rights Reserved.