Expand description
Datasets
This module implements the dataset struct and various helper traits to extend its functionality.
Structs§
- Counted
Targets - Targets with precomputed, counted labels
- Dataset
Base - DatasetBase
- Pr
- Probability types
Traits§
- AsMulti
Targets - Return a reference to multi-target variables.
- AsMulti
Targets Mut - Returns a mutable reference to multi-target variables.
- AsProbabilities
- Convert to probability matrix
- AsSingle
Targets - Return a reference to single-target variables.
- AsSingle
Targets Mut - Returns a mutable reference to single-target variables.
- AsTargets
- Return a reference to single or multiple target variables.
- AsTargets
Mut - Return a mutable reference to single or multiple target variables.
- Float
- Floating point numbers
- From
Target Array - Helper trait to construct counted labels
- From
Target Array Owned - Label
- Discrete labels
- Labels
- Get the labels in all targets
- Records
- Record trait
- Target
Dim - With
Lapack - Add the Lapack bound to the floating point of a dataset
- With
Lapack Data - Without
Lapack - Remove the Lapack bound to the floating point of a dataset
- Without
Lapack Data
Type Aliases§
- Dataset
- Dataset
- Dataset
Pr - DatasetPr
- Dataset
View - DatasetView