Learn R Programming

rMultiNet (version 0.1)

SpecClustering: Title

Description

Title

Usage

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

Value

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

Arguments

tnsr

the adjacency tensor

rank

the number of columns of the output matrix U

embedding_type

SumAdj for ‘Node’ and M3SC for ‘Layer’

Examples

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

Run the code above in your browser using DataLab