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