csys.split {classys}R Documentation

Splitting a vector into 2 subset in a specified ratio.

Usage

csys.split(labels, ratio = 2/3, mask = NULL)

Arguments

labels a vector. Usually, it corresponds to the train labels.
ratio the splitting ratio. By default, its value is 2/3
mask

{a list of TRUE/FALSE values to be used to do split, its an alternative to the ratio splitting.}

See Also

csys.cv


[Package classys version 0.0-2 Index]