isolate: Isolated nodes collection

Description Usage Arguments Value Author(s) References

View source: R/isolate.R

Description

Get the indices of the isolated nodes in the graph.

Usage

1

Arguments

A

input matrix – adjacency matrix of an observed graph, of dimension n-nodes x n-nodes.

Value

isolate

the indices of the isolated nodes in the graph with adjacency matrix A.

nonisolate

the indices of the non-isolated nodes in the graph with adjacency matrix A.

Author(s)

Yang Feng, Richard J. Samworth and Yi Yu

References

Yang Feng, Richard J. Samworth and Yi Yu, Fused Community Detection, manuscript.


fcd documentation built on May 2, 2019, 3:28 p.m.

Related to isolate in fcd...