Nothing
test_that("multiplication works", {
set.seed(17)
M <- rsparsematrix(8, 12, nnz = 30, rand.x = NULL)
graph_parts <- split_graph(M)
expect_equal(
graph_parts$train + graph_parts$test,
methods::as(M, "dMatrix")
)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.