Nothing
summary.analytics <- function(object, ...) {
algorithms <- object@algorithm_summary
average <- colSums(algorithms, na.rm=T)/nrow(algorithms)
cat("ENSEMBLE SUMMARY\n\n")
print(object@ensemble_summary)
cat("\n\n")
cat("ALGORITHM PERFORMANCE\n\n")
print(average)
}
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.