The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

Function File: Cnew = repartition (C)

Return a new cvpartition object.

C should be a cvpartition object. Cnew will use the same partition_type as C but redo any randomization performed (currently, only the HoldOut type uses randomization).

See also: cvpartition.

Package: statistics