ksb.csle.component.operator.analysis
Object that contains message ksb.csle.common.proto.StreamOperatorProto.RandomForestClassifierPredictInfo RandomForestClassifierPredictInfo contains attributes as follows:
message RandomForestClassifierPredictInfo { required string modelBasePath = 1; optional string modelId = 2; }
Operates the RandomForest classification model prediction.
Operates the RandomForest classification model prediction.
Input dataframe
DataFrame Output dataframe has prediction output columns.
:: ApplicationDeveloperApi ::
Operator that performs the prediction according to a given RandomForest classification model.