Package | Description |
---|---|
org.encog.ml.svm | |
org.encog.neural.pattern |
Modifier and Type | Method and Description |
---|---|
KernelType |
SVM.getKernelType() |
static KernelType |
KernelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KernelType[] |
KernelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SVM(int theInputCount,
SVMType svmType,
KernelType kernelType)
Construct a SVM network.
|
Modifier and Type | Method and Description |
---|---|
void |
SVMPattern.setKernelType(KernelType kernelType)
Set the kernel type.
|
Copyright © 2014. All Rights Reserved.