Module datasets

Module datasets 

Source
Expand description

Dataset structures.

Structs§

CatEv
Categorical evidence structure.
CatTable
A struct representing a categorical dataset.
CatTrj
A multivariate trajectory.
CatTrjEv
A type representing a collection of evidences for a categorical trajectory.
CatTrjs
A collection of multivariate trajectories.
CatTrjsEv
A collection of multivariate trajectories evidence.
CatWtdTable
A multivariate categorical weighted dataset.
CatWtdTrj
A multivariate weighted trajectory.
CatWtdTrjs
A collection of weighted trajectories.
GaussEv
Gaussian evidence structure.
GaussTable
A struct representing a gaussian dataset.
GaussWtdTable
A multivariate Gaussian weighted dataset.

Enums§

CatEvT
Categorical evidence type.
CatTrjEvT
A type representing the evidence type for categorical trajectories.
GaussEvT
Gaussian evidence type.

Traits§

Dataset
A trait for dataset.

Type Aliases§

CatSample
A type alias for a categorical sample.
CatType
A type alias for a categorical variable.
CatWtdSample
A type alias for a categorical weighted sample.
GaussSample
A type alias for a gaussian sample.
GaussType
A type alias for a gaussian variable.
GaussWtdSample
A type alias for a Gaussian weighted sample.