cuda_ml_is_classifier {cuda.ml} | R Documentation |
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.
[Package cuda.ml version 0.3.2 Index]