GetComponents: Get graph components

View source: R/Clustering.R

GetComponentsR Documentation

Get graph components

Description

Use the graph laplacian to get the number of graph components.

Usage

GetComponents(data, tol = 0.01)

Arguments

data

a symmetric nonnegative similarity matrix

tol

cutoff for lambda zero

Value

the number of components


mkarikom/RSoptSC documentation built on May 10, 2023, 1:10 a.m.