SpecClustering {rMultiNet}R Documentation

Title

Description

Title

Usage

SpecClustering(tnsr, rank, embedding_type = "Layer")

Arguments

tnsr

the adjacency tensor

rank

the number of columns of the output matrix U

embedding_type

SumAdj for ‘Node’ and M3SC for ‘Layer’

Value

The embeddding result can be applied in cluster methods like kmeans.

Examples

tnsr = GenerateMMSBM(200, 3, 10, 2, d = NULL, r = NULL)
emb_result = SpecClustering(tnsr,3)


[Package rMultiNet version 0.1 Index]