|
SparseGaussian Constructor (Double)
|
Constructs a new Sparse Gaussian Kernel
Namespace:
Accord.Statistics.Kernels.Sparse
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public SparseGaussian(
double sigma
)
Public Sub New (
sigma As Double
)
Request Example
View SourceParameters
- sigma
- Type: SystemDouble
The standard deviation for the Gaussian distribution. Default is 1.
See Also