FloatBatchOrder Type
Row order when splitting a frame into mini-batches.
Union cases
| Union case |
Description
|
Full Usage:
Sequential
|
Contiguous row ranges in frame order (default). |
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. |
Full Usage:
ShuffledWithSeed seed
Parameters:
int
|
Like
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsSequential
Returns: bool
|
|
Full Usage:
this.IsShuffled
Returns: bool
|
|
Full Usage:
this.IsShuffledWithSeed
Returns: bool
|
|
Deedle