Module dataset

Module dataset 

Source
Expand description

Datasets

This module implements the dataset struct and various helper traits to extend its functionality.

Structs§

CountedTargets
Targets with precomputed, counted labels
DatasetBase
DatasetBase
Pr
Probability types

Traits§

AsMultiTargets
Return a reference to multi-target variables.
AsMultiTargetsMut
Returns a mutable reference to multi-target variables.
AsProbabilities
Convert to probability matrix
AsSingleTargets
Return a reference to single-target variables.
AsSingleTargetsMut
Returns a mutable reference to single-target variables.
AsTargets
Return a reference to single or multiple target variables.
AsTargetsMut
Return a mutable reference to single or multiple target variables.
Float
Floating point numbers
FromTargetArray
Helper trait to construct counted labels
FromTargetArrayOwned
Label
Discrete labels
Labels
Get the labels in all targets
Records
Record trait
TargetDim
WithLapack
Add the Lapack bound to the floating point of a dataset
WithLapackData
WithoutLapack
Remove the Lapack bound to the floating point of a dataset
WithoutLapackData

Type Aliases§

Dataset
Dataset
DatasetPr
DatasetPr
DatasetView
DatasetView