ksb.csle.component.operator.transformation
Object that contains message ksb.csle.common.proto.StreamOperatorProto.MinMaxScalingInfo MinMaxScalingInfo contains attributes as follows:
message MinMaxScalingInfo { repeated int32 selectedColumnId = 4; required string max = 5; required string min = 6; required bool withMinMaxRange = 7 [default = false]; optional string maxRealValue = 8; optional string minRealValue = 9; }
Operates minMaxScaling function using following params.
Operates minMaxScaling function using following params.
Input dataframe
DataFrame Output dataframe
:: ApplicationDeveloperApi ::
Operator that rescales the selected columns individually to a common range [min, max]. If 'withMinMaxRange' is false, the max value in selected column becomes the rescaled max value. If 'withMinMaxRange' is true, 'maxRealValue' parameter becomes the rescaled max value.