|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.base.node.mine.svm.kernel.KernelFactory
public final class KernelFactory
This class is responsible for managing all the kernels that are known to the SVM.
| Nested Class Summary | |
|---|---|
static class |
KernelFactory.KernelType
The different kernel types. |
| Method Summary | |
|---|---|
static KernelFactory.KernelType |
getDefaultKernelType()
Return a default kernel. |
static Kernel |
getKernel(KernelFactory.KernelType kerneltype)
Returns a kernel given by its name. |
static String[] |
getKernelNames()
Returns all the kernels known by this factory. |
static int |
getMaximalParameters()
For each kernel, look at the number of parameters it requires, and return the highest. |
static KernelFactory.KernelType |
getType(Kernel kernel)
Given a pointer to a kernel, get its type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static KernelFactory.KernelType getDefaultKernelType()
public static KernelFactory.KernelType getType(Kernel kernel)
kernel - instance
public static Kernel getKernel(KernelFactory.KernelType kerneltype)
kerneltype - the type of the Kernel
public static String[] getKernelNames()
public static int getMaximalParameters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||