Nothing
confusion.list <-
function (object, truth, ...)
{
dd <- names(object)
y <- seq(dd)
x <- attr(object, "dimension")
if (!length(x))
x <- seq(dd)
for (i in y) {
confi <- confusion(object[, i], truth)
y[i] <- attr(confi, "error")
}
return(x, y)
}
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.