libsvm
Class SVM_Problem

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

public class SVM_Problem
extends java.lang.Object
implements java.io.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
equals, 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()