R/RcppExports.R

Defines functions cpp_SoftImpute cpp_nSVD cpp_HardImpute

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

cpp_HardImpute <- function(X, idmat, lambdas, tol, maxiter, SoftRes, rk) {
    .Call('_filling_cpp_HardImpute', PACKAGE = 'filling', X, idmat, lambdas, tol, maxiter, SoftRes, rk)
}

cpp_nSVD <- function(X, idmat, Minit, lambda, tol, maxiter) {
    .Call('_filling_cpp_nSVD', PACKAGE = 'filling', X, idmat, Minit, lambda, tol, maxiter)
}

cpp_SoftImpute <- function(X, idmat, lambdas, tol, maxiter, Zinit) {
    .Call('_filling_cpp_SoftImpute', PACKAGE = 'filling', X, idmat, lambdas, tol, maxiter, Zinit)
}

Try the filling package in your browser

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

filling documentation built on Aug. 21, 2021, 5:09 p.m.