Bayesian Models
Clustering Models
Types
MarkovChainModel.sample()
Samples random sequences from the Markov chain.
num_sequences (int) -- The number of sequences to sample.
int
sequence_length (int) -- The length of all sequences to sample.
Tensor
Tensor of shape [num_sequences, sequence_length] with dtype long, providing the sampled states.
[num_sequences, sequence_length]
long