public interface KernelFunction extends Serializable
Modifier and Type | Method and Description |
---|---|
double |
cutOff()
As the value of |u| for the kernel function approaches infinity, the
value of k(u) approaches zero.
|
double |
intK(double u)
Computes the value of the finite integral from -Infinity up to the value u, of the function given by
k(double) |
double |
k(double u)
Returns the weight to be applied to a sample for the normalized distance of two data points.
|
double |
k2()
Returns the variance of the kernel function
|
double |
kPrime(double u)
Returns the value of the derivative at a point, k'(u)
|
String |
toString()
Returns the name of this kernel function
|
double k(double u)
u
- the distance of the data pointsdouble intK(double u)
k(double)
u
- the distance of the data pointsdouble kPrime(double u)
u
- the distance of the data pointsdouble k2()
double cutOff()
Copyright © 2017. All rights reserved.