|
Wavelet Constructor (Double, Double, FuncDouble, Double)
|
Constructs a new Wavelet kernel.
Namespace:
Accord.Statistics.Kernels
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public Wavelet(
double translation,
double dilation,
Func<double, double> mother
)
Public Sub New (
translation As Double,
dilation As Double,
mother As Func(Of Double, Double)
)
Request Example
View SourceParameters
- translation
- Type: SystemDouble
- dilation
- Type: SystemDouble
- mother
- Type: SystemFuncDouble, Double
See Also