|
Bessel Constructor
|
Constructs a new Bessel Kernel.
Namespace:
Accord.Statistics.Kernels
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public Bessel(
int order,
double sigma
)
Public Sub New (
order As Integer,
sigma As Double
)
Request Example
View SourceParameters
- order
- Type: SystemInt32
The order for the Bessel function. - sigma
- Type: SystemDouble
The value for sigma.
See Also