|
TaylorGaussian Constructor (Double, Int32)
|
Namespace:
Accord.Statistics.Kernels
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public TaylorGaussian(
double sigma,
int degree = 1024
)
Public Sub New (
sigma As Double,
Optional degree As Integer = 1024
)
Request Example
View SourceParameters
- sigma
- Type: SystemDouble
The kernel's sigma parameter. - degree (Optional)
- Type: SystemInt32
The Gaussian approximation degree. Default is 1024.
See Also