|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.ml.factory.train.SVMSearchFactory
public class SVMSearchFactory
A factory that creates SVM-search trainers.
| Field Summary | |
|---|---|
static String |
PROPERTY_C_STEP
Property for constant. |
static String |
PROPERTY_C1
Property for constant. |
static String |
PROPERTY_C2
Property for constant. |
static String |
PROPERTY_GAMMA_STEP
Property for gamma. |
static String |
PROPERTY_GAMMA1
Property for gamma. |
static String |
PROPERTY_GAMMA2
Property for gamma. |
| Constructor Summary | |
|---|---|
SVMSearchFactory()
|
|
| Method Summary | |
|---|---|
MLTrain |
create(MLMethod method,
MLDataSet training,
String argsStr)
Create a SVM trainer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PROPERTY_GAMMA1
public static final String PROPERTY_C1
public static final String PROPERTY_GAMMA2
public static final String PROPERTY_C2
public static final String PROPERTY_GAMMA_STEP
public static final String PROPERTY_C_STEP
| Constructor Detail |
|---|
public SVMSearchFactory()
| Method Detail |
|---|
public MLTrain create(MLMethod method,
MLDataSet training,
String argsStr)
method - The method to use.training - The training data to use.argsStr - The arguments to use.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||