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