cuda_ml_can_predict_class_probabilities: Determine whether a CuML model can predict class...

Description Usage Arguments Value

View source: R/model.R

Description

Given 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.

Usage

1

Arguments

model

A trained CuML model.

Value

A logical value indicating whether the model supports outputting class probabilities.


cuda.ml documentation built on Jan. 8, 2022, 9:06 a.m.