Rdocumentation
powered by
Learn R Programming
fcd (version 0.1)
isolate: Isolated nodes collection
Description
Get the indices of the isolated nodes in the graph.
Usage
isolate(A)
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
.
References
Yang Feng, Richard J. Samworth and Yi Yu, Fused Community Detection, manuscript.