|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biojava.stats.svm.NestedKernel
public abstract class NestedKernel
Encapsulates a kernel that wraps another kernel up.
| Constructor Summary | |
|---|---|
NestedKernel()
Create a new NestedKernel. |
|
NestedKernel(SVMKernel k)
Create a new NestedKernel that wraps k. |
|
| Method Summary | |
|---|---|
SVMKernel |
getNestedKernel()
Retrieve the currently nested SVMKernel. |
void |
setNestedKernel(SVMKernel k)
Set the SVMKernel to nest to k. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.biojava.stats.svm.SVMKernel |
|---|
evaluate |
| Constructor Detail |
|---|
public NestedKernel()
public NestedKernel(SVMKernel k)
k - the SVMKernel to wrap| Method Detail |
|---|
public void setNestedKernel(SVMKernel k)
k - the SVMKernel to nest.public SVMKernel getNestedKernel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||