libsvm
Class svm_problem

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

public class svm_problem
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 int l
           
 svm_node[][] x
           
 double[] y
           
 
Constructor Summary
svm_problem()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

l

public int l

y

public double[] y

x

public svm_node[][] x
Constructor Detail

svm_problem

public svm_problem()


Copyright © 2011. All Rights Reserved.