|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.gregdennis.drej.MultiquadricKernel
public final class MultiquadricKernel
A multiquadric kernel of the following form:
K(x1, x2) = ‒√(∥x1 - x2∥² + γ²)
| Constructor Summary | |
|---|---|
MultiquadricKernel(double gamma)
Construct a multiquadric kernel with the specified value for γ. |
|
| Method Summary | |
|---|---|
double |
eval(GVector x1,
GVector x2)
Evaluates the kernel function at the specified points. |
double |
gamma()
Returns the value of γ. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultiquadricKernel(double gamma)
| Method Detail |
|---|
public double gamma()
public double eval(GVector x1,
GVector x2)
Kernel
eval in interface Kernel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||