|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.learner.functions.kernel.rvm.kernel.Kernel
com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelRadial
com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelLaplace
public class KernelLaplace
Laplace kernel: K(x, y) = exp(-sqrt(lengthScale^{-2} * ||x - y||^2))
| Field Summary |
|---|
| Fields inherited from class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelRadial |
|---|
lengthScale |
| Constructor Summary | |
|---|---|
KernelLaplace()
Constructor(s) |
|
KernelLaplace(double lengthScale)
|
|
| Method Summary | |
|---|---|
double |
eval(double[] x,
double[] y)
evaluate kernel |
java.lang.String |
toString()
|
| Methods inherited from class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.Kernel |
|---|
norm2 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public KernelLaplace()
public KernelLaplace(double lengthScale)
| Method Detail |
|---|
public double eval(double[] x,
double[] y)
eval in class KernelRadialpublic java.lang.String toString()
toString in class KernelRadial
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||