Learn R Programming

cuml (version 0.2.1)

cuml_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

cuml_is_classifier(model)

Arguments

model

A trained CuML model.

Value

A logical value indicating whether the model is a classifier.