public class SVM.SupportVector extends java.lang.Object implements java.io.Serializable
double
alpha
T
x
int
y
SupportVector(T x, int y, double alpha)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public T x
public int y
public double alpha
public SupportVector(T x, int y, double alpha)