Learn R Programming

l1spectral (version 0.99.6)

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

Description

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

Usage

ToyData

Arguments

Value

No value returned, as this is a dataset.

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.

Examples

Run this code
# NOT RUN {
data(ToyData)
A <- ToyData$A
A_hat <- ToyData$A_hat
clusters <- ToyData$clusters
# }

Run the code above in your browser using DataLab