test_that("spectral clustering works", {
data(X)
labels <- spectral_clustering(X,2)
plot(X, col=labels)
expect_equal(2 * 2, 4)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.