split_data {structToolbox} | R Documentation |
The data matrix is divided into two subsets.A predefined proportion of the samples are randomly selected for a training set, and the remaining samples are used for the test set.
split_data(p_train, ...)
p_train |
(numeric) The proportion of samples selected for the training set. |
... |
Additional slots and values passed to |
A split_data
object.
M = split_data(p_train=0.75)