R/package.R

#' cuml4r
#'
#' The purpose of 'cuml4r' is to provide a simple and intuitive R interface for
#' 'cuML' (<https://github.com/rapidsai/cuml>). 'cuML' is a suite of GPU-
#' accelerated machine learning libraries powered by 'CUDA'
#' (<https://en.wikipedia.org/wiki/CUDA>).
#'
#' @docType package
#' @author Yitao Li <yitao@rstudio.com>
#' @import Rcpp
#' @useDynLib cuml4r, .registration = TRUE
#' @name cuml4r
NULL

Try the cuml4r package in your browser

Any scripts or data that you put into this service are public.

cuml4r documentation built on July 26, 2021, 9:06 a.m.