ksb.csle.component.operator.cleaning
Object that contains message ksb.csle.common.proto.StreamOperatorProto.AgglomerativeClusteringInfo AgglomerativeClusteringInfo contains attributes as follows:
message AgglomerativeClusteringInfo { required int32 numberOfClusters = 3; required LinkType link = 4 [default = SINGLE]; enum LinkType { SINGLE = 0; COMPLETE = 1; AVERAGE = 2; }
Operates AgglomerativeClustering.
Operates AgglomerativeClustering.
Input dataframe
DataFrame Output dataframe
:: ApplicationDeveloperApi ::
Operator that performs Agglomerative clustering. It aims to make a hierarchy of clusters in bottom-up approach. Each observation begins with its own cluster and pairs of clusters are combined as the hierarchy goes up.