|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.biojava.stats.svm.LinearKernel
Classic linear kernel. It actualy just delegates to SparseVector.kernel.
Constructor Summary | |
LinearKernel()
Deprecated. |
Method Summary | |
double |
evaluate(java.lang.Object a,
java.lang.Object b)
Deprecated. The linear kernel is equal to the dot product of a and b. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public LinearKernel()
Method Detail |
public double evaluate(java.lang.Object a, java.lang.Object b)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |