public abstract class NestedKernel extends java.lang.Object implements SVMKernel, java.io.Serializable
Constructor and Description |
---|
NestedKernel()
Create a new NestedKernel.
|
NestedKernel(SVMKernel k)
Create a new NestedKernel that wraps
k.
|
Modifier and Type | Method and Description |
---|---|
SVMKernel |
getNestedKernel()
Retrieve the currently nested SVMKernel.
|
void |
setNestedKernel(SVMKernel k)
Set the SVMKernel to nest to
k.
|
public NestedKernel()
public NestedKernel(SVMKernel k)
k
- the SVMKernel to wrap