# Automated Usage of Previously Created Classifiers
previousTrained <- function(classifyResult, .iteration, verbose = 3)
{
if(verbose == 3)
message("Using existing classifier for classification.")
models(classifyResult)[[.iteration]]
}
attr(previousTrained, "name") <- "previousTrained"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.