Description Usage Arguments Value
splits data objects into training and testing sets
1 |
X |
nxp data matrix. Each row corresponds to a single observation and each column contains n observations of a single feature/variable. |
Y |
nxr response matrix. Each row corresponds to a single response and each column contains n response of a single feature/response. |
split |
fraction of objects devoted to training set |
N |
option to provide number of objects devoted to training set |
X.train, Y.train, X.test, Y.test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.