get_mixOmics_spls | R Documentation |
Returns a list object which caret uses to interface with mixOmics.
get_mixOmics_spls(...)
... |
Ignored. |
A list
object that can be used with caret::train()
.
library(caret) x <- data.frame(matrix(rnorm(1000),nrow = 100)) y <- rnorm(100) train(x = x, y = y, method = get_mixOmics_spls())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.