Name: | Optional: | Description: |
Samples | No | The N input patterns in M dimensions (MxN matrix, a row vector of columns). |
Labels | No | The labels of the N input patterns (1xN row vector). |
Degree | Yes | The Degree parameter of the polynomial kernel, which has the form of (Gamma*<X(:,i),X(:,j)>+Coefficient)^Degree. |
C | Yes | Cost of constraint violation for C-SVC, epsilon-SVR, and nu-SVR (default=1). |
Gamma | Yes | The Gamma parameter of the polynomial kernel, which has the form of (Gamma*<X(:,i),X(:,j)>+Coefficient)^Degree. |
Coeff | Yes | The Coeff parameter of the polynomial kernel, which has the form of (Gamma*<X(:,i),X(:,j)>+Coefficient)^Degree. |
Name: | Optional: | Description: |
AlphaY | No | Alpha * Y where the Alpha vector contains the non-zero Lagrange Coefficients and Y are the corresponding labels.
|
SVs | No | The Support Vectors (M x sum(nSV) matrix) for this classifier/regressor-- the samples corresponding to the non-zero Lagrange multipliers AlphaY. A M x sum(nSV) matrix of sum(nSV) support vectors in M dimensions.
|
Bias | No |
|
Parameters | Yes | The training parameters used. |
nSV | No | The numbers of SVs for each class (1xL row vector). |
nLabel | Yes | The labels of each class (1xL row vector). |
Portions Copyright (C) by Contributors
to the OSU SVM Package, 2000-2003 under the BSD License. Generated by matdoc written by Damian Eads. |