# Generated by roxygen2: do not edit by hand

S3method(cuml_can_predict_class_probabilities,cuml_model)
S3method(cuml_can_predict_class_probabilities,default)
S3method(cuml_inverse_transform,cuml_pca)
S3method(cuml_inverse_transform,cuml_tsvd)
S3method(cuml_is_classifier,cuml_model)
S3method(cuml_is_classifier,default)
S3method(cuml_knn,data.frame)
S3method(cuml_knn,default)
S3method(cuml_knn,formula)
S3method(cuml_knn,matrix)
S3method(cuml_knn,recipe)
S3method(cuml_predict,cuml_model)
S3method(cuml_predict,default)
S3method(cuml_rand_forest,data.frame)
S3method(cuml_rand_forest,default)
S3method(cuml_rand_forest,formula)
S3method(cuml_rand_forest,matrix)
S3method(cuml_rand_forest,recipe)
S3method(cuml_serialize,cuml_model)
S3method(cuml_serialize,default)
S3method(cuml_svm,data.frame)
S3method(cuml_svm,default)
S3method(cuml_svm,formula)
S3method(cuml_svm,matrix)
S3method(cuml_svm,recipe)
S3method(cuml_transform,cuml_rand_proj_ctx)
S3method(cuml_transform,cuml_umap)
S3method(predict,cuml_fil)
S3method(predict,cuml_knn)
S3method(predict,cuml_rand_forest)
S3method(predict,cuml_svm)
export(cuml_agglomerative_clustering)
export(cuml_can_predict_class_probabilities)
export(cuml_dbscan)
export(cuml_fil_enabled)
export(cuml_fil_load_model)
export(cuml_inverse_transform)
export(cuml_is_classifier)
export(cuml_kmeans)
export(cuml_knn)
export(cuml_knn_algo_ivfflat)
export(cuml_knn_algo_ivfpq)
export(cuml_knn_algo_ivfsq)
export(cuml_pca)
export(cuml_predict)
export(cuml_rand_forest)
export(cuml_rand_proj)
export(cuml_serialise)
export(cuml_serialize)
export(cuml_svm)
export(cuml_transform)
export(cuml_tsne)
export(cuml_tsvd)
export(cuml_umap)
export(cuml_unserialise)
export(cuml_unserialize)
export(has_libcuml)
import(Rcpp)
importFrom(ellipsis,check_dots_used)
importFrom(magrittr,"%>%")
importFrom(rlang,"%||%")
importFrom(stats,predict)
useDynLib(cuml, .registration = TRUE)
