|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opentox.algorithm.SvmParameters
public class SvmParameters
TODO: Move this class. Tuning Parameters for the SVM algorithm.
Field Summary | |
---|---|
java.lang.String |
cacheSize
The cahed memory used in model training. |
java.lang.String |
coeff0
The bias of the support vector model. |
java.lang.String |
cost
The Cost coefficient. |
java.lang.String |
degree
The degree of the polynomial kernel (when used). |
java.lang.String |
epsilon
The parameter epsilon used in SVM models. |
java.lang.String |
gamma
The kernel parameter gamma used in various kernel functions. |
java.lang.String |
kernel
The kernel used in the SVM model. |
java.lang.String |
targetAttribute
The name of the target attribute which normally is the URI of a feature definition. |
java.lang.String |
tolerance
The tolerance used in model training. |
Constructor Summary | |
---|---|
SvmParameters()
|
Method Summary | |
---|---|
java.util.List<AlgorithmParameter> |
getListOfParameters()
Returns the SVM parameters as a list of AlgorithmParameter objects. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String kernel
public java.lang.String targetAttribute
public java.lang.String degree
public java.lang.String cacheSize
public java.lang.String cost
public java.lang.String epsilon
public java.lang.String gamma
public java.lang.String coeff0
public java.lang.String tolerance
Constructor Detail |
---|
public SvmParameters()
Method Detail |
---|
public java.util.List<AlgorithmParameter> getListOfParameters()
AlgorithmParameter
objects.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |