choose_K_svt: Implement SVT to choose K given symmetric adjacency matrix

Description Usage Arguments Examples

View source: R/choose_K_svt.R

Description

Function to estimate number of communities K from an adjacency matrix A by computing the number of singular values above sqrt(n), where n is the number of nodes in the graph.

Usage

1

Arguments

A

A symmetric adjacency matrix with entries of 0 or 1

Examples

1

carter-allen/sbmlhelpers documentation built on Aug. 10, 2020, 10:37 a.m.