R/RcppExports.R

Defines functions find_lambda_cpp find_one_lambda_cpp scaleRows_dgc kmeans_centers

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

kmeans_centers <- function(X, K) {
    .Call('_harmony_kmeans_centers', PACKAGE = 'harmony', X, K)
}

scaleRows_dgc <- function(x, p, i, ncol, nrow, thresh) {
    .Call('_harmony_scaleRows_dgc', PACKAGE = 'harmony', x, p, i, ncol, nrow, thresh)
}

find_one_lambda_cpp <- function(cluster_size, range) {
    .Call('_harmony_find_one_lambda_cpp', PACKAGE = 'harmony', cluster_size, range)
}

find_lambda_cpp <- function(cluster_size, range, B_vec) {
    .Call('_harmony_find_lambda_cpp', PACKAGE = 'harmony', cluster_size, range, B_vec)
}

Try the harmony package in your browser

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

harmony documentation built on Oct. 24, 2023, 1:06 a.m.