# So, for example, to calculate the probabilities of each point in "points"
# coming from the pre-trained GMM "gmm", while storing those probabilities in
# "probs", the following command could be used:
if (FALSE) {
output <- gmm_probability(input_model=gmm, input=points)
probs <- output$output
}
Run the code above in your browser using DataLab