|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KernelType | |
|---|---|
| org.encog.ml.svm | |
| org.encog.neural.pattern | |
| Uses of KernelType in org.encog.ml.svm |
|---|
| Methods in org.encog.ml.svm that return KernelType | |
|---|---|
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. |
| Constructors in org.encog.ml.svm with parameters of type KernelType | |
|---|---|
SVM(int theInputCount,
SVMType svmType,
KernelType kernelType)
Construct a SVM network. |
|
| Uses of KernelType in org.encog.neural.pattern |
|---|
| Methods in org.encog.neural.pattern with parameters of type KernelType | |
|---|---|
void |
SVMPattern.setKernelType(KernelType kernelType)
Set the kernel type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||