R/RcppExports.R

Defines functions nonGaussianLocalDensity gaussianLocalDensity smallest_dist_rho_order_coords findDistValueByRowColInd distanceToPeakCpp

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

distanceToPeakCpp <- function(distance, rho) {
    .Call('_densityClust_distanceToPeakCpp', PACKAGE = 'densityClust', distance, rho)
}

findDistValueByRowColInd <- function(distance, num_row, row_inds, col_inds) {
    .Call('_densityClust_findDistValueByRowColInd', PACKAGE = 'densityClust', distance, num_row, row_inds, col_inds)
}

smallest_dist_rho_order_coords <- function(ordered_rho, ordered_coords) {
    .Call('_densityClust_smallest_dist_rho_order_coords', PACKAGE = 'densityClust', ordered_rho, ordered_coords)
}

gaussianLocalDensity <- function(distance, nrow, dc) {
    .Call('_densityClust_gaussianLocalDensity', PACKAGE = 'densityClust', distance, nrow, dc)
}

nonGaussianLocalDensity <- function(distance, nrow, dc) {
    .Call('_densityClust_nonGaussianLocalDensity', PACKAGE = 'densityClust', distance, nrow, dc)
}

Try the densityClust package in your browser

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

densityClust documentation built on March 18, 2022, 7:42 p.m.