| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpt.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 | lThe number the training vectors. | 
|  SVMNode[][] | xThe training vectors. | 
|  double[] | yThe 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 | |||||||||