R/datasets.R
random_split_dataset.Rd
Split file streams in the dataset into two parts randomly and approximately by the percentage specified.
random_split_dataset(dataset, percentage, seed = NULL)
dataset | The Dataset object. |
---|---|
percentage | The approximate percentage to split the Dataset by. This must be a number between 0.0 and 1.0. |
seed | An optional seed to use for the random generator. |
A new Dataset object representing the two datasets after the split.