Expand description
Dataset structures.
Structs§
- CatEv
- Categorical evidence structure.
- CatTable
- A struct representing a categorical dataset.
- CatTrj
- A multivariate trajectory.
- CatTrj
Ev - A type representing a collection of evidences for a categorical trajectory.
- CatTrjs
- A collection of multivariate trajectories.
- CatTrjs
Ev - A collection of multivariate trajectories evidence.
- CatWtd
Table - A multivariate categorical weighted dataset.
- CatWtd
Trj - A multivariate weighted trajectory.
- CatWtd
Trjs - A collection of weighted trajectories.
- GaussEv
- Gaussian evidence structure.
- Gauss
Table - A struct representing a gaussian dataset.
- Gauss
WtdTable - A multivariate Gaussian weighted dataset.
Enums§
- CatEvT
- Categorical evidence type.
- CatTrj
EvT - A type representing the evidence type for categorical trajectories.
- Gauss
EvT - 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.
- CatWtd
Sample - A type alias for a categorical weighted sample.
- Gauss
Sample - A type alias for a gaussian sample.
- Gauss
Type - A type alias for a gaussian variable.
- Gauss
WtdSample - A type alias for a Gaussian weighted sample.