mergeTrainInterface <- function(measurements, classes, params, ...)
{
fullTrain <- measurements
params2 <- params
params2@selectParams <- NULL
runTestOutput = runTest(fullTrain, classes, fullTrain, classes, modellingParams = params2)
runTestOutput@models[[1]] # full model
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.