ksb.csle.component.operator.cleaning
Object that contains message ksb.csle.common.proto.StreamOperatorProto.EqualDepthBinningInfo EqualDepthBinningInfo contains attributes as follows:
message EqualDepthBinningInfo { repeated int32 selectedColumnId = 3; required int32 numberOfBins = 4; required OutputType outputType = 5 [default = NEW_COLUMN]; enum OutputType { NEW_COLUMN = 0; VALUE_CHANGE = 1; } }
Operates EqualDepthBinning.
Operates EqualDepthBinning.
Input dataframe
DataFrame Output dataframe
Validates equalDepthBinning info and dataframe schema info using following params.
Validates equalDepthBinning info and dataframe schema info using following params.
:: ApplicationDeveloperApi ::
Operator that makes equal-depth-binning. It divides the range into N intervals, each containing approximately same number of samples.