FloatBatch<'TRowKey> Type
One mini-batch from [`Virtual.MaterializeFloatBatches`].
Record fields
| Record Field |
Description
|
Full Usage:
Cols
Field type: int
|
|
Full Usage:
FeaturesFlat
Field type: float[]
|
Contiguous feature matrix (`Rows * Cols` elements).
|
Full Usage:
Labels
Field type: float[] option
|
Optional label column (`Rows` elements), same missing policy as features.
|
|
|
Full Usage:
MissingMask
Field type: bool[] option
|
When requested, `true` where the source cell was missing (`Rows * Cols`, same layout as features).
|
Full Usage:
RowKeys
Field type: 'TRowKey[] option
|
|
Full Usage:
Rows
Field type: int
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.Features
Returns: float[] array
|
Row-major jagged view of the batch features (built from the flat buffer).
|
Deedle