Logo Deedle

FloatBatchOrder Type

Row order when splitting a frame into mini-batches.

Union cases

Union case Description

Sequential

Full Usage: Sequential

Contiguous row ranges in frame order (default).

Shuffled

Full Usage: Shuffled

Uniform random permutation of rows. Each row appears in exactly one batch. A row-index permutation (`O(n)` int64 memory) is built when enumeration starts.

ShuffledWithSeed seed

Full Usage: ShuffledWithSeed seed

Parameters:
    seed : int

Like , with a fixed seed for reproducibility.

seed : int

Instance members

Instance member Description

this.IsSequential

Full Usage: this.IsSequential

Returns: bool
Returns: bool

this.IsShuffled

Full Usage: this.IsShuffled

Returns: bool
Returns: bool

this.IsShuffledWithSeed

Full Usage: this.IsShuffledWithSeed

Returns: bool
Returns: bool

Type something to start searching.