Enum ScalingMode
Mode specification for Scale
Namespace: SigStat.Common.PipelineItems.Transforms.Preprocessing
Assembly: SigStat.Common.dll
Syntax
public enum ScalingMode : int
Fields
Name | Description |
---|---|
Scaling1 | Values are scaled into an interval, where the difference between the lower and upper bounds is 1 |
ScalingS | Values are scaled based on their standard deviation |