|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object pt.tumba.ngram.svm.SVMParameter
public class SVMParameter
Constants and Parameters used used in the SVM package.
Field Summary | |
---|---|
double |
C
The cost parameter, for C_SVC, EPSILON_SVR and NU_SVR. |
static int |
C_SVC
SVM formulation type type C-Support Vector classification |
double |
cacheSize
The Kernel cache size, in MB |
double |
coef0
Parameter needed for kernels of type polynomial and sigmoid (default: 0) |
double |
degree
The degree of the polynomial (for polynomial kernel type) |
double |
eps
The stopping criteria |
static int |
EPSILON_SVR
SVM formulation type type Epsilon-Support Vector regresion |
double |
gamma
The gamma parameter. |
int |
kernelType
Parameter specifying the Kernel type |
static int |
LINEAR
Linear Kernel type |
int |
nrWeight
The label weights, for C_SVC |
double |
nu
The nu parameter, for NU_SVC, ONE_CLASS, and NU_SVR. |
static int |
NU_SVC
SVM formulation type type Nu-Support Vector classification |
static int |
NU_SVR
SVM formulation type type Nu-Support Vector regression |
static int |
ONE_CLASS
SVM formulation type type distribution estimation |
double |
p
The p parameter, for EPSILON_SVR |
static int |
POLY
Polynomial kernel type |
boolean |
probability
Boolean flag indicating if probability estimates should be done |
static int |
RBF
Gaussian Radial Basis Functio kernel type |
boolean |
shrinking
Boolean flag indicating the use of the shrinking heuristics |
static int |
SIGMOID
Sigmoid kernel type |
int |
svmType
Parameter specifying the SVM type |
double[] |
weight
The label weights, for C_SVC |
int[] |
weightLabel
The label weights, for C_SVC |
Constructor Summary | |
---|---|
SVMParameter()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Clone this object (replicate the parameters) |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int C_SVC
public static final int NU_SVC
public static final int ONE_CLASS
public static final int EPSILON_SVR
public static final int NU_SVR
public static final int LINEAR
public static final int POLY
public static final int RBF
public static final int SIGMOID
public int svmType
public int kernelType
public double degree
public double gamma
public double coef0
public double cacheSize
public double eps
public double C
public int nrWeight
public int[] weightLabel
public double[] weight
public double nu
public double p
public boolean shrinking
public boolean probability
Constructor Detail |
---|
public SVMParameter()
Method Detail |
---|
public java.lang.Object clone()
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |