ToyData {l1spectral} | R Documentation |
An example of data for running the l1-spectral clustering algorithm.
ToyData
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.
No value returned, as this is a dataset.
data(ToyData)
A <- ToyData$A
A_hat <- ToyData$A_hat
clusters <- ToyData$clusters