Files in mlverse/cuda.ml
R Interface for the RAPIDS cuML Suite of Libraries

.Rbuildignore
.clang-format.sh
.github/.gitignore
.github/workflows/R-CMD-check.yaml
.gitignore
.lsan-suppressions.txt
DESCRIPTION
LICENSE
LICENSE.md
NAMESPACE
NEWS.md R/RcppExports.R R/agglomerative.R R/cuML_log_levels.R R/cuml_utils.R R/dbscan.R R/decision_tree.R R/elastic_net.R R/fil.R R/imports.R R/kmeans.R R/knn.R R/lasso.R R/lm.R R/logistic_reg.R R/model.R R/ols.R R/package.R R/pca.R R/rand_forest.R R/rand_proj.R R/ridge.R R/sgd.R R/svm.R R/tsne.R R/tsvd.R R/umap.R README.Rmd README.md
_pkgdown.yml
cleanup
configure
cuda.ml.Rproj
data-raw/load-mnist.R
docs/404.html
docs/LICENSE-text.html
docs/LICENSE.html
docs/authors.html
docs/bootstrap-toc.css
docs/bootstrap-toc.js
docs/docsearch.css
docs/docsearch.js
docs/index.html
docs/link.svg
docs/news/index.html
docs/pkgdown.css
docs/pkgdown.js
docs/pkgdown.yml
docs/reference/Rplot001.png
docs/reference/cuML_major_version.html
docs/reference/cuML_minor_version.html
docs/reference/cuda.ml.html
docs/reference/cuda_ml_agglomerative_clustering.html
docs/reference/cuda_ml_can_predict_class_probabilities.html
docs/reference/cuda_ml_dbscan.html
docs/reference/cuda_ml_fil_enabled.html
docs/reference/cuda_ml_fil_load_model.html
docs/reference/cuda_ml_inverse_transform.html
docs/reference/cuda_ml_is_classifier.html
docs/reference/cuda_ml_kmeans.html
docs/reference/cuda_ml_knn.html
docs/reference/cuda_ml_knn_algo_ivfflat.html
docs/reference/cuda_ml_knn_algo_ivfpq.html
docs/reference/cuda_ml_knn_algo_ivfsq.html
docs/reference/cuda_ml_lasso.html
docs/reference/cuda_ml_ols.html
docs/reference/cuda_ml_pca.html
docs/reference/cuda_ml_predict.html
docs/reference/cuda_ml_rand_forest.html
docs/reference/cuda_ml_rand_proj.html
docs/reference/cuda_ml_ridge.html
docs/reference/cuda_ml_serialize.html
docs/reference/cuda_ml_svm.html
docs/reference/cuda_ml_transform.html
docs/reference/cuda_ml_tsne.html
docs/reference/cuda_ml_tsvd.html
docs/reference/cuda_ml_umap.html
docs/reference/cuda_ml_unserialize.html
docs/reference/figures/README-mnist-1.png
docs/reference/figures/README-umap-example-1.png
docs/reference/has_cuML.html
docs/reference/has_libcuml.html
docs/reference/index.html
docs/reference/predict.cuda_ml_fil.html
docs/reference/predict.cuda_ml_knn.html
docs/reference/predict.cuda_ml_linear_model.html
docs/reference/predict.cuda_ml_rand_forest.html
docs/reference/predict.cuda_ml_svm.html
man-roxygen/coordinate-descend.R man-roxygen/cuML-log-level.R man-roxygen/cudaml-transform.R man-roxygen/eigen-decomposition.R man-roxygen/ellipsis-unused.R man-roxygen/fit-intercept.R man-roxygen/knn-algo-common.R man-roxygen/knn-algo-ivfpq.R man-roxygen/knn-algo-ivfsq.R man-roxygen/l1_ratio.R man-roxygen/model-with-class-probabilities-output.R man-roxygen/model-with-numeric-input.R man-roxygen/normalize-input.R man-roxygen/output-class-probabilities.R man-roxygen/predict.R man-roxygen/supervised-model-inputs.R man-roxygen/supervised-model-output.R man-roxygen/transform-input.R man/cuML_major_version.Rd man/cuML_minor_version.Rd man/cuda.ml.Rd man/cuda_ml_agglomerative_clustering.Rd man/cuda_ml_can_predict_class_probabilities.Rd man/cuda_ml_dbscan.Rd man/cuda_ml_elastic_net.Rd man/cuda_ml_fil_enabled.Rd man/cuda_ml_fil_load_model.Rd man/cuda_ml_inverse_transform.Rd man/cuda_ml_is_classifier.Rd man/cuda_ml_kmeans.Rd man/cuda_ml_knn.Rd man/cuda_ml_knn_algo_ivfflat.Rd man/cuda_ml_knn_algo_ivfpq.Rd man/cuda_ml_knn_algo_ivfsq.Rd man/cuda_ml_lasso.Rd man/cuda_ml_logistic_reg.Rd man/cuda_ml_ols.Rd man/cuda_ml_pca.Rd man/cuda_ml_rand_forest.Rd man/cuda_ml_rand_proj.Rd man/cuda_ml_ridge.Rd man/cuda_ml_serialize.Rd man/cuda_ml_sgd.Rd man/cuda_ml_svm.Rd man/cuda_ml_transform.Rd man/cuda_ml_tsne.Rd man/cuda_ml_tsvd.Rd man/cuda_ml_umap.Rd man/cuda_ml_unserialize.Rd
man/figures/README-mnist-1.png
man/figures/README-umap-example-1.png
man/has_cuML.Rd man/predict.cuda_ml_fil.Rd man/predict.cuda_ml_knn.Rd man/predict.cuda_ml_linear_model.Rd man/predict.cuda_ml_logistic_reg.Rd man/predict.cuda_ml_rand_forest.Rd man/predict.cuda_ml_svm.Rd
src/.clang-format
src/.gitignore
src/CMakeLists.txt.in
src/Makevars.in
src/RcppExports.cpp
src/agglomerative_clustering.cpp
src/agglomerative_clustering.cu
src/agglomerative_clustering.h
src/async_utils.cuh
src/cd.cpp
src/cd.cu
src/cd.h
src/cd_fit_impl.cu
src/cd_fit_impl.h
src/cuda_utils.cu
src/cuda_utils.h
src/cuml_utils.cpp
src/dbscan.cpp
src/dbscan.cu
src/dbscan.h
src/device_allocator.cu
src/device_allocator.h
src/example_linear_model.cpp
src/example_linear_model.h
src/fil.cpp
src/fil.cu
src/fil.h
src/fil_utils.cu
src/fil_utils.h
src/handle_utils.cu
src/handle_utils.h
src/kmeans.cpp
src/kmeans.cu
src/kmeans.h
src/knn.cpp
src/knn.cu
src/knn.h
src/knn_detail.h
src/lm.cu
src/lm.h
src/lm_constants.h
src/lm_params.h
src/lm_predict.cpp
src/lm_predict.cu
src/lm_predict.h
src/matrix_utils.h
src/ols.cpp
src/ols.cu
src/ols.h
src/ols_fit_impl.cu
src/ols_fit_impl.h
src/pca.cpp
src/pca.cu
src/pca.h
src/pinned_host_vector.h
src/preprocessor.h
src/qn.cpp
src/qn.cu
src/qn.h
src/qn_constants.h
src/random_forest.cuh
src/random_forest_classifier.cpp
src/random_forest_classifier.cu
src/random_forest_classifier.h
src/random_forest_regressor.cpp
src/random_forest_regressor.cu
src/random_forest_regressor.h
src/random_forest_serde.cu
src/random_forest_serde.cuh
src/random_projection.cpp
src/random_projection.cu
src/random_projection.h
src/ridge.cpp
src/ridge.cu
src/ridge.h
src/ridge_fit_impl.cu
src/ridge_fit_impl.h
src/sgd.cpp
src/sgd.cu
src/sgd.h
src/sgd_fit_impl.cu
src/sgd_fit_impl.h
src/stream_allocator.cu
src/stream_allocator.h
src/stubs/treelite/c_api.h
src/svm_classifier.cpp
src/svm_classifier.cu
src/svm_classifier.h
src/svm_regressor.cpp
src/svm_regressor.cu
src/svm_regressor.h
src/svm_serde.cu
src/svm_serde.h
src/treelite_utils.cuh
src/tsne.cpp
src/tsne.cu
src/tsne.h
src/tsvd.cpp
src/tsvd.cu
src/tsvd.h
src/umap.cpp
src/umap.cu
src/umap.h
src/unique_marker.cuh
src/warn_cuml_missing.h
tests/testthat.R tests/testthat/helper-initialize.R tests/testthat/test-agglomerative.R tests/testthat/test-dbscan.R tests/testthat/test-elastic-net.R tests/testthat/test-kmeans.R tests/testthat/test-knn.R tests/testthat/test-lasso.R tests/testthat/test-logistic-reg.R tests/testthat/test-ols.R tests/testthat/test-pca-serde.R tests/testthat/test-pca.R tests/testthat/test-rand-forest-serde.R tests/testthat/test-rand-forest.R tests/testthat/test-rand-proj-serde.R tests/testthat/test-ridge.R tests/testthat/test-sgd.R tests/testthat/test-svm-serde.R tests/testthat/test-svm.R tests/testthat/test-tsne-serde.R tests/testthat/test-tsne.R tests/testthat/test-tsvd.R tests/testthat/test-umap.R tools/config.R tools/config/cleanup.R tools/config/configure.R tools/config/libcuml_versions.R tools/config/utils/cmake.R tools/config/utils/cuml.R tools/config/utils/logging.R tools/config/utils/nvcc.R tools/config/utils/platform.R
tools/launch-rstudio
mlverse/cuda.ml documentation built on Jan. 14, 2022, 11:14 a.m.