R/model.R
cuda_ml_can_predict_class_probabilities.RdGiven a trained CuML model, return TRUE if the model is a classifier
and is capable of outputting class probabilities as prediction results (e.g.,
if the model is a KNN or an ensemble classifier), otherwise return
FALSE.
cuda_ml_can_predict_class_probabilities(model)
| model | A trained CuML model. |
|---|
A logical value indicating whether the model supports outputting class probabilities.