Nothing
test_that("normalization-threshlding", {
x = { set.seed(223); sort(runif(10, -3, 3)) }
y = score(x, relu, 'positive')
expect_identical(isTRUE(all(y >= 0)), TRUE)
z = 1:9
zz = z/max(z)
A = score(z, range, NULL, 0, 9)
expect_equal(A, zz)
})
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.