This function performs the union the all component connected (cc) yield in each recursion of the MST-kNN algorithm.
generate.results(g_clusters, distance.matrix)
A list with the elements
A numeric value representing the number of clusters of the solution.
A named vector of integers of size n with values in range 1:cnumber
, representing the cluster to which each object is assigned.
A partition matrix order by cluster where are shown the objects and the cluster where they are assigned.
A vector of size k with the cardinality of each cluster in the solution.
An object of class "igraph" as a network representing the clustering solution.
A object of class igraph containing all component connected (cc=1).
A numeric matrix or data.frame with equals names and numbers of rows and columns representing objects to group.