R/RcppExports.R

Defines functions find_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_lambda_cpp <- function(alpha, cluster_E) {
    .Call('_harmony_find_lambda_cpp', PACKAGE = 'harmony', alpha, cluster_E)
}

Try the harmony package in your browser

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

harmony documentation built on May 29, 2024, 5:26 a.m.