Bayesian Models
Clustering Models
Types
MarkovChain.fit()
Fits the Markov chain on the provided data and returns the fitted estimator.
sequences (Union[ndarray[Any, dtype[float32]], Tensor, Dataset[Tensor]]) -- The sequences to fit the Markov chain on.
Union
ndarray
Any
dtype
float32
Tensor
Dataset
MarkovChain
The fitted Markov chain.