This function gives the probabilities of classification for new observations by using the mixture model fit with the function VarSelCluster
.
# S4 method for VSLCMresults
predict(object, newdata, type = "probability")
data.frame of the observations to classify.
the type of prediction: probability of classification (probability) or the partition (partition)
Returns a matrix of the probabilities of classification.