Method | Description | |
---|---|---|
Bessel ( int order, double sigma ) : System |
Constructs a new Bessel Kernel.
|
|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
Function ( double z ) : double |
Bessel Kernel Function
|
|
Function ( double x, double y ) : double |
Bessel Kernel Function
|
public Bessel ( int order, double sigma ) : System | ||
order | int | The order for the Bessel function. |
sigma | double | The value for sigma. |
return | System |
public Function ( double z ) : double | ||
z | double | Distance |
return | double |
public Function ( double x, double y ) : double | ||
x | double | Vector |
y | double | Vector |
return | double |