|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object pt.tumba.ngram.svm.SVMProblem
public class SVMProblem
Class to model an SVM Problem, containing both the training vectors and the class (value) associated with each vector.
Field Summary | |
---|---|
int |
l
The number the training vectors. |
SVMNode[][] |
x
The training vectors. |
double[] |
y
The value associated with each training each vector. |
Constructor Summary | |
---|---|
SVMProblem()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int l
public double[] y
public SVMNode[][] x
Constructor Detail |
---|
public SVMProblem()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |