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")Returns a matrix of the probabilities of classification.
instance of VSLCMresults.
data.frame of the observations to classify.
the type of prediction: probability of classification (probability) or the partition (partition)