Module linfa::dataset[][src]

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

AsProbabilities

Convert to probability matrix

AsTargets

Return a reference to single or multiple target variables

AsTargetsMut
Float

Floating point numbers

FromTargetArray

Helper trait to construct counted labels

Label

Discrete labels

Labels

Get the labels in all targets

Records

Record trait

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 Definitions

Dataset

Dataset

DatasetPr

DatasetPr

DatasetView

DatasetView