| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpt.tumba.ngram.svm.SVMModel
public class SVMModel
SVMModel encondes a classification model, describing both the model parameters and the Support Vectors.
| Field Summary | |
|---|---|
| (package private)  int[] | labelLabel of each class (for classification only). | 
| (package private)  int | nrClassesThe number of classes. | 
| (package private)  int[] | numSupportVectorsNumber of Support Vectors for each class (for classification only). | 
| (package private)  SVMParameter | paramsThe parameters of this model. | 
| (package private)  double[] | probAPariwise probability information. | 
| (package private)  double[] | probBPariwise probability information. | 
| (package private)  double[] | rhoConstants (the bias terms) in decision functions. | 
| (package private)  SVMNode[][] | supportVectorsThe Support Vectors. | 
| (package private)  double[][] | supportVectorsCoefThe coefficients for Support Vectors in decision functions. | 
| (package private)  int | totalNrSupportVectorsThe total number of Support Vectors. | 
| Constructor Summary | |
|---|---|
| SVMModel() | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
SVMParameter params
int nrClasses
int totalNrSupportVectors
SVMNode[][] supportVectors
double[][] supportVectorsCoef
double[] rho
double[] probA
double[] probB
int[] label
int[] numSupportVectors
| Constructor Detail | 
|---|
public SVMModel()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||