Click or drag to resize

DiscreteWaveletTransformThresholdPolicy Enumeration

Thresholding policy to apply to details thresholding.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public enum ThresholdPolicy
Members
Member nameValueDescription
Hard0 Hard thresholding policy. Step.
Soft1 Soft threadholding policy. Ramp.
See Also