grandpart: Accessory Function for Cross-validation

Description Usage Arguments Value Note

Description

Randomly partition a dataset into k approximately equally sized partitions.

Usage

1
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.

Note

This function is not designed to be called directly, but acts within kcrossval


apricom documentation built on May 2, 2019, 6:21 a.m.

Related to grandpart in apricom...