Accessory Function for Cross-validation
Randomly partition a dataset into k approximately equally sized partitions.
grandpart(dataset, k)
dataset |
a dataset for partitioning. |
k |
the number of partitions; the cross-validation fold number. |
Returns a list containing the partitioned datasets.
This function is not designed to be called directly,
but acts within kcrossval
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.