|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Kernel
It is a generic Kernel which can be setup by a measure with the data vector
Method Summary | |
---|---|
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 |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |