Expand description

Datasets

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

Structs

Targets with precomputed, counted labels

DatasetBase

Probability types

Traits

Return a reference to multi-target variables.

Returns a mutable reference to multi-target variables.

Convert to probability matrix

Return a reference to single-target variables.

Returns a mutable reference to single-target variables.

Return a reference to single or multiple target variables.

Return a mutable reference to single or multiple target variables.

Floating point numbers

Helper trait to construct counted labels

Discrete labels

Get the labels in all targets

Record trait

Add the Lapack bound to the floating point of a dataset

Remove the Lapack bound to the floating point of a dataset

Type Definitions

Dataset

DatasetPr

DatasetView