predict_qda: Prediction using already trained classifier.
Description
Wrapper for the MASS package implementation.Usage
predict_qda(object, x, ...)
Value
A list with elements:
prediction: Factor of predicted class memberships.
probability: Data frame of predicted class probabilities.