Package | Description |
---|---|
org.openimaj.ml.kernel |
Modifier and Type | Method and Description |
---|---|
static HomogeneousKernelMap.KernelType |
HomogeneousKernelMap.KernelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HomogeneousKernelMap.KernelType[] |
HomogeneousKernelMap.KernelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
HomogeneousKernelMap(HomogeneousKernelMap.KernelType kernelType,
double gamma,
HomogeneousKernelMap.WindowType windowType)
Construct with the given kernel, gamma and window.
|
HomogeneousKernelMap(HomogeneousKernelMap.KernelType kernelType,
double gamma,
int order,
double period,
HomogeneousKernelMap.WindowType windowType)
Construct with the given kernel, gamma, order, period and window.
|
HomogeneousKernelMap(HomogeneousKernelMap.KernelType kernelType,
double gamma,
int order,
HomogeneousKernelMap.WindowType windowType)
Construct with the given kernel, gamma, order and window.
|
HomogeneousKernelMap(HomogeneousKernelMap.KernelType kernelType,
HomogeneousKernelMap.WindowType windowType)
Construct with the given kernel and window.
|