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: inds = training (C, [i])

Return logical vector for training-subset indices from a cvpartition object.

C should be a cvpartition object. i is the fold index (default is 1).

See also: cvpartition, @cvpartition/test.

Package: statistics