ksb.csle.component.operator.reduction
Object that contains message ksb.csle.common.proto.StreamOperatorProto.StepwiseForwardSelectionInfo StepwiseForwardSelectionInfo contains attributes as follows:
message StepwiseForwardSelectionInfo { required string labelName = 3; required double pValue = 4 [default = 0.01]; }
Operates Aggregate.
Operates Aggregate.
Input dataframe
DataFrame Output dataframe
validates StepwiseForwardSelection info and dataframe schema info using following params.
validates StepwiseForwardSelection info and dataframe schema info using following params.
:: ApplicationDeveloperApi ::
Operator that performs 'forward selection' which is the deterministic greedy feature selection algorithm. It selects the most relevant columns.