ToyData: Toy data for running the l1-spectral clustering algorithm

Description Usage Format Value Examples

Description

An example of data for running the l1-spectral clustering algorithm.

Usage

1

Format

A list of three variables containing the adajcency matrix A of a 5-nodes graph, the adjacency matrix A_hat of a perturbed version of the same graph and the length of the two inherent clusters.

Value

No value returned, as this is a dataset.

Examples

1
2
3
4
data(ToyData)
A <- ToyData$A
A_hat <- ToyData$A_hat
clusters <- ToyData$clusters

l1spectral documentation built on Jan. 27, 2022, 1:07 a.m.