|
|||||||||
| 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.KernelCauchy
public class KernelCauchy
Cauchy kernel: K(x, y) = 1 / (1 + lengthScale^{-2} * ||x - y||^2)
| Field Summary |
|---|
| Fields inherited from class edu.udo.cs.myRVM.Kernel.KernelRadial |
|---|
lengthScale |
| Constructor Summary | |
|---|---|
KernelCauchy()
Constructor(s) |
|
KernelCauchy(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 KernelCauchy()
public KernelCauchy(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 | ||||||||