Learn R Programming

cuda.ml (version 0.3.2)

cuda_ml_is_classifier: Determine whether a CuML model is a classifier.

Description

Given a trained CuML model, return TRUE if the model is a classifier, otherwise FALSE (e.g., if the model is a regressor).

Usage

cuda_ml_is_classifier(model)

Arguments

model

A trained CuML model.

Value

A logical value indicating whether the model is a classifier.