The ClusterCompositionType captures the composition of a malware cluster via its edges and their respective connected nodes, as in an undirected graph.
Field Name | Type | Description |
---|---|---|
@score_typeoptional | string |
For clustering algorithms that may capture different types of scores, the score_type attribute specifies the type of score used to define the composition of this malware cluster. |
Edge_Node_Pair1..n | ClusterEdgeNodePairType |
The Cluster_Edge_Node_Pair field specifies a single edge and its connected nodes in the malware cluster, representing the similarity index between two Malware Subjects. |