Rdocumentation
powered by
Learn R Programming
apricom (version 1.0.0)
grandpart: Accessory Function for Cross-validation
Description
Randomly partition a dataset into k approximately equally sized partitions.
Usage
grandpart(dataset, k)
Arguments
dataset
a dataset for partitioning.
k
the number of partitions; the cross-validation fold number.
Value
Returns a list containing the partitioned datasets.