split_data {structToolbox}R Documentation

Split data

Description

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.

Usage

split_data(p_train, ...)

Arguments

p_train

(numeric) The proportion of samples selected for the training set.

...

Additional slots and values passed to struct_class.

Value

A split_data object.

Examples

M = split_data(p_train=0.75)


[Package structToolbox version 1.2.0 Index]