Method | Description | |
---|---|---|
Circular ( double sigma ) : System |
Constructs a new Circular Kernel.
|
|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
Function ( double z ) : double |
Circular Kernel Function
|
|
Function ( double x, double y ) : double |
Circular Kernel Function
|
public Circular ( double sigma ) : System | ||
sigma | double | 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 |