FloatBatchLayout Type
Layout of [`FloatBatch.FeaturesFlat`].
Union cases
| Union case |
Description
|
Full Usage:
ColumnMajor
|
`index = col * rows + row` |
Full Usage:
RowMajor
|
`index = row * cols + col` |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsColumnMajor
Returns: bool
|
|
Full Usage:
this.IsRowMajor
Returns: bool
|
|
Deedle