API Reference¶
Bayesian Models¶
Gaussian Mixture¶
Probabilistic model assuming that data is generated from a mixture of Gaussians. |
|
PyTorch module for a Gaussian mixture model. |
|
Configuration class for a Gaussian mixture model. |
Markov Chain¶
Probabilistic model for observed state transitions. |
|
PyTorch module for a Markov chain. |
|
Configuration class for a Markov chain model. |
Clustering Models¶
K-Means¶
Model for clustering data into a predefined number of clusters. |
|
PyTorch module for the K-Means model. |
|
Configuration class for a K-Means model. |
Utility Types¶
Data that may be passed to estimators expecting 1-D sequences. |
|
The type of covariance to use for a set of multivariate Normal distributions. |
|
Strategy for initializing the parameters of a Gaussian mixture model. |
|
Strategy for initializing KMeans centroids. |