# The following command can be used to generate 100 samples from the
# pre-trained GMM "gmm" and store those generated samples in "samples":
if (FALSE) {
output <- gmm_generate(input_model=gmm, samples=100)
samples <- output$output
}
Run the code above in your browser using DataLab