# Generated by roxygen2: do not edit by hand

S3method(create_splits,cv_folds_control)
S3method(create_splits,holdout_control)
S3method(get_completed,median_impute)
S3method(get_completed,mode_impute)
S3method(get_completed,rdmc)
S3method(get_completed,rdmc_tuned)
S3method(get_completed,soft_impute)
S3method(get_completed,soft_impute_tuned)
S3method(get_lambda,rdmc)
S3method(get_lambda,rdmc_tuned)
S3method(get_lambda,soft_impute)
S3method(get_lambda,soft_impute_tuned)
S3method(get_nb_iter,rdmc)
S3method(get_nb_iter,rdmc_tuned)
export(create_splits)
export(cv_folds)
export(cv_folds_control)
export(fraction_grid)
export(get_completed)
export(get_imputed)
export(get_lambda)
export(get_nb_iter)
export(holdout)
export(holdout_control)
export(median_impute)
export(mode_impute)
export(mult_grid)
export(rdmc)
export(rdmc_tune)
export(soft_impute)
export(soft_impute_tune)
importFrom(Rcpp,evalCpp)
importFrom(softImpute,biScale)
importFrom(softImpute,complete)
importFrom(softImpute,softImpute)
importFrom(stats,median)
useDynLib(RMCLab, .registration = TRUE)
