R/RcppExports.R

Defines functions PCAoneAlg2 PCAoneAlg1

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

PCAoneAlg1 <- function(mat, k, p, q, rand) {
    .Call(`_pcaone_PCAoneAlg1`, mat, k, p, q, rand)
}

PCAoneAlg2 <- function(mat, k, p, q, rand, windows = 64L) {
    .Call(`_pcaone_PCAoneAlg2`, mat, k, p, q, rand, windows)
}

Try the pcaone package in your browser

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

pcaone documentation built on Sept. 26, 2024, 1:07 a.m.