R/RcppExports.R

Defines functions normalize_cols_cpp count_to_rank bin_to_rank

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

normalize_cols_cpp <- function(M) {
    .Call('_MetaNeighbor_normalize_cols_cpp', PACKAGE = 'MetaNeighbor', M)
}

count_to_rank <- function(x, total_count) {
    .Call('_MetaNeighbor_count_to_rank', PACKAGE = 'MetaNeighbor', x, total_count)
}

bin_to_rank <- function(bins, rank_per_bin) {
    invisible(.Call('_MetaNeighbor_bin_to_rank', PACKAGE = 'MetaNeighbor', bins, rank_per_bin))
}
mm-shah/MetaNeighbor documentation built on May 20, 2019, 1:29 p.m.