Logo Deedle

FloatBatchLayout Type

Layout of [`FloatBatch.FeaturesFlat`].

Union cases

Union case Description

ColumnMajor

Full Usage: ColumnMajor

`index = col * rows + row`

RowMajor

Full Usage: RowMajor

`index = row * cols + col`

Instance members

Instance member Description

this.IsColumnMajor

Full Usage: this.IsColumnMajor

Returns: bool
Returns: bool

this.IsRowMajor

Full Usage: this.IsRowMajor

Returns: bool
Returns: bool

Type something to start searching.