|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SVMType | |
---|---|
org.encog.ml.svm | |
org.encog.neural.pattern |
Uses of SVMType in org.encog.ml.svm |
---|
Methods in org.encog.ml.svm that return SVMType | |
---|---|
SVMType |
SVM.getSVMType()
|
static SVMType |
SVMType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SVMType[] |
SVMType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.encog.ml.svm with parameters of type SVMType | |
---|---|
SVM(int theInputCount,
SVMType svmType,
KernelType kernelType)
Construct a SVM network. |
Uses of SVMType in org.encog.neural.pattern |
---|
Methods in org.encog.neural.pattern with parameters of type SVMType | |
---|---|
void |
SVMPattern.setSVMType(SVMType svmType)
Set the SVM type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |