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