public abstract class NestedKernel extends Object implements SVMKernel, 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 wrappublic void setNestedKernel(SVMKernel k)
k - the SVMKernel to nest.public SVMKernel getNestedKernel()
Copyright © 2014 BioJava. All rights reserved.