R/RcppExports.R

Defines functions parallelCountNbdm parallelCountNbdDtCC parallelCountNbdCC parallelCountNbdDt parallelCountNbd CountNbdKd DistKd

Documented in CountNbdKd DistKd parallelCountNbd parallelCountNbdCC parallelCountNbdDt parallelCountNbdDtCC parallelCountNbdm

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

DistKd <- function(x, y, PointWeight, Weight, Dist, IsReferenceType, IsNeighborType) {
    invisible(.Call(`_dbmss_DistKd`, x, y, PointWeight, Weight, Dist, IsReferenceType, IsNeighborType))
}

CountNbdKd <- function(r, x, y, Weight, Nbd, IsReferenceType, IsNeighborType) {
    invisible(.Call(`_dbmss_CountNbdKd`, r, x, y, Weight, Nbd, IsReferenceType, IsNeighborType))
}

parallelCountNbd <- function(r, x, y, Weight, IsReferenceType, IsNeighborType) {
    .Call(`_dbmss_parallelCountNbd`, r, x, y, Weight, IsReferenceType, IsNeighborType)
}

parallelCountNbdDt <- function(r, Dmatrix, Weight, IsReferenceType, IsNeighborType) {
    .Call(`_dbmss_parallelCountNbdDt`, r, Dmatrix, Weight, IsReferenceType, IsNeighborType)
}

parallelCountNbdCC <- function(r, x, y, Weight, IsReferenceType, IsNeighborType) {
    .Call(`_dbmss_parallelCountNbdCC`, r, x, y, Weight, IsReferenceType, IsNeighborType)
}

parallelCountNbdDtCC <- function(r, Dmatrix, Weight, IsReferenceType, IsNeighborType) {
    .Call(`_dbmss_parallelCountNbdDtCC`, r, Dmatrix, Weight, IsReferenceType, IsNeighborType)
}

parallelCountNbdm <- function(x, y, ReferencePoints) {
    .Call(`_dbmss_parallelCountNbdm`, x, y, ReferencePoints)
}

Try the dbmss package in your browser

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

dbmss documentation built on May 31, 2023, 8:30 p.m.