libsvm
Class svm_parameter
java.lang.Object
libsvm.svm_parameter
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class svm_parameter
- extends java.lang.Object
- implements java.lang.Cloneable, java.io.Serializable
- See Also:
- Serialized Form
Method Summary |
java.lang.Object |
clone()
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
C_SVC
public static final int C_SVC
- See Also:
- Constant Field Values
NU_SVC
public static final int NU_SVC
- See Also:
- Constant Field Values
ONE_CLASS
public static final int ONE_CLASS
- See Also:
- Constant Field Values
EPSILON_SVR
public static final int EPSILON_SVR
- See Also:
- Constant Field Values
NU_SVR
public static final int NU_SVR
- See Also:
- Constant Field Values
LINEAR
public static final int LINEAR
- See Also:
- Constant Field Values
POLY
public static final int POLY
- See Also:
- Constant Field Values
RBF
public static final int RBF
- See Also:
- Constant Field Values
SIGMOID
public static final int SIGMOID
- See Also:
- Constant Field Values
PRECOMPUTED
public static final int PRECOMPUTED
- See Also:
- Constant Field Values
svm_type
public int svm_type
kernel_type
public int kernel_type
degree
public int degree
gamma
public double gamma
coef0
public double coef0
cache_size
public double cache_size
eps
public double eps
C
public double C
nr_weight
public int nr_weight
weight_label
public int[] weight_label
weight
public double[] weight
nu
public double nu
p
public double p
shrinking
public int shrinking
probability
public int probability
fr
public FeatureRepresentation fr
useExpectedValues
public boolean useExpectedValues
svm_parameter
public svm_parameter()
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object