Nothing
library(CrossValidate)
suppressWarnings( RNGversion("3.5.0") )
set.seed(723461)
dataset <- matrix(rnorm(50*100), nrow=50)
pseudoclass <- factor(rep(c("A", "B"), each=50))
model <- modelerCCP # obviously, other models can be used
cv <- CrossValidate(model, dataset, pseudoclass, 0.5, 10)
summary(cv)
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.