ksb.csle.component.operator.cleaning
Object that contains message ksb.csle.common.proto.StreamOperatorProto.KMedoidsInfo KMedoidsInfo contains attributes as follows:
message KMedoidsInfo { required int32 k_value = 3 [default = 2]; required int32 maxIter = 4 [default = 100]; optional int64 seed = 5 }
Operates kMedoids.
Operates kMedoids.
Input dataframe
DataFrame Output dataframe
Validates KMedoids info and dataframe schema info using following params.
Validates KMedoids info and dataframe schema info using following params.
:: ApplicationDeveloperApi ::
Operator that performs KMedoids clustering. It partitions the data set of n rows into k clusters. It chooses data points as centers and uses the Manhattan Norm to calculate distance between data points.