ksb.csle.component.operator.cleaning
Object that contains message ksb.csle.common.proto.StreamOperatorProto.KMeansInfo KMeansInfo contains attributes as follows:
message KMeansInfo { required int32 k_value = 3 [default = 2]; required int32 maxIterations = 4 [default = 100] required int32 maxRuns = 5 [default = 10]; optional int64 seed = 6; }
Operates KMeans.
Operates KMeans.
Input dataframe
DataFrame Output dataframe
Validates kMeans info and dataframe schema info using following params.
Validates kMeans info and dataframe schema info using following params.
:: ApplicationDeveloperApi ::
Operator that performs K-Means clustering. It partitions n rows into k clusters in which each row belongs to the cluster with the nearest mean.