| Modifier and Type | Field and Description |
|---|---|
protected double |
multiplicator |
| Constructor and Description |
|---|
GaussianKernel() |
| Modifier and Type | Method and Description |
|---|---|
double |
ker(double x,
double y)
Return the kernel value between two values (generate by kernel)
|
void |
setup(double[] data,
boolean hasMissing)
Setup the Kernel for a specific vector
|
public double ker(double x,
double y)
Kernel