# 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:
#
# \dontrun{
# probs <- gmm_probability(input_model=gmm, input=points)
# }
Run the code above in your browser using DataLab