|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.myRVM.Kernel.Kernel
edu.udo.cs.myRVM.Kernel.KernelRadial
edu.udo.cs.myRVM.Kernel.KernelLaplace
public class KernelLaplace
Laplace kernel: K(x, y) = exp(-sqrt(lengthScale^{-2} * ||x - y||^2))
Field Summary |
---|
Fields inherited from class edu.udo.cs.myRVM.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 edu.udo.cs.myRVM.Kernel.KernelRadial |
---|
readKernelData, writeKernelData |
Methods inherited from class edu.udo.cs.myRVM.Kernel.Kernel |
---|
norm2, readKernel, writeKernel |
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 KernelRadial
public java.lang.String toString()
toString
in class KernelRadial
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |