powered by
Title
SpecClustering(tnsr, rank, embedding_type = "Layer")
The embeddding result can be applied in cluster methods like kmeans.
the adjacency tensor
the number of columns of the output matrix U
SumAdj for ‘Node’ and M3SC for ‘Layer’
tnsr = GenerateMMSBM(200, 3, 10, 2, d = NULL, r = NULL) emb_result = SpecClustering(tnsr,3)
Run the code above in your browser using DataLab