Nothing
comp.rf <- function(xnew = x, y, x, type = "alr", ntrees, nfeatures, minleaf,
ncores = 1) {
if ( type == "alr" ) y <- .alrOptimized(y)
est <- CompositionalRF::mrf(xnew = xnew, y = y, x = x, ntrees = ntrees,
nfeatures = nfeatures, minleaf = minleaf, ncores = ncores)
Compositional::alrinv(est)
}
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.