public interface Kernel
| 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
|
void setup(double[] data,
boolean hasMissing)
data - The specific vectorhasMissing - true if the specific vector contains missing value(s)double ker(double x,
double y)
x - The first valuey - The second value