R/RcppExports.R

Defines functions .edgeListKnn .calcThreshold .calcDistance

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

.calcDistance <- function(p, idx, x, y) {
    .Call('miRNAss_calcDistance', PACKAGE = 'miRNAss', p, idx, x, y)
}

.calcThreshold <- function(ye, yt, objective) {
    .Call('miRNAss_calcThreshold', PACKAGE = 'miRNAss', ye, yt, objective)
}

.edgeListKnn <- function(x, y, nn, threadNumber) {
    .Call('miRNAss_edgeListKnn', PACKAGE = 'miRNAss', x, y, nn, threadNumber)
}
cyones/miRNAss documentation built on Oct. 24, 2020, midnight