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