| predict.cuda_ml_linear_model {cuda.ml} | R Documentation | 
Make predictions on new data points.
Description
Make predictions on new data points using a linear model.
Usage
## S3 method for class 'cuda_ml_linear_model'
predict(object, x, ...)
Arguments
| object | A trained CuML model. | 
| x | A matrix or dataframe containing new data points. | 
| ... | Additional arguments to  | 
Value
Predictions on new data points.
[Package cuda.ml version 0.3.2 Index]