R/RcppExports.R

Defines functions RcppMap RcppParallelBatchSupersom RcppBatchSupersom RcppSupersom LayerDistances ObjectDistances CreateStdDistancePointer CreateStdDistancePointers

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

CreateStdDistancePointers <- function(types, considerNaNs) {
    .Call('_kohonen_CreateStdDistancePointers', PACKAGE = 'kohonen', types, considerNaNs)
}

CreateStdDistancePointer <- function(type, considerNaNs) {
    .Call('_kohonen_CreateStdDistancePointer', PACKAGE = 'kohonen', type, considerNaNs)
}

ObjectDistances <- function(data, numVars, numNAs, distanceFunctions, weights) {
    .Call('_kohonen_ObjectDistances', PACKAGE = 'kohonen', data, numVars, numNAs, distanceFunctions, weights)
}

LayerDistances <- function(data, codes, uclassif, numVars, numNAs, distanceFunctions, weights) {
    .Call('_kohonen_LayerDistances', PACKAGE = 'kohonen', data, codes, uclassif, numVars, numNAs, distanceFunctions, weights)
}

RcppSupersom <- function(data, codes, numVars, weights, distanceFunctions, numNAs, neighbourhoodDistances, neighbourhoodFct, alphas, radii, numEpochs) {
    .Call('_kohonen_RcppSupersom', PACKAGE = 'kohonen', data, codes, numVars, weights, distanceFunctions, numNAs, neighbourhoodDistances, neighbourhoodFct, alphas, radii, numEpochs)
}

RcppBatchSupersom <- function(data, codes, numVars, weights, distanceFunctions, numNAs, neighbourhoodDistances, neighbourhoodFct, radii, numEpochs) {
    .Call('_kohonen_RcppBatchSupersom', PACKAGE = 'kohonen', data, codes, numVars, weights, distanceFunctions, numNAs, neighbourhoodDistances, neighbourhoodFct, radii, numEpochs)
}

RcppParallelBatchSupersom <- function(data, codes, numVars, weights, distanceFunctions, numNAs, neighbourhoodDistances, neighbourhoodFct, radii, numEpochs, numCores) {
    .Call('_kohonen_RcppParallelBatchSupersom', PACKAGE = 'kohonen', data, codes, numVars, weights, distanceFunctions, numNAs, neighbourhoodDistances, neighbourhoodFct, radii, numEpochs, numCores)
}

RcppMap <- function(data, numVars, numNAs, codes, weights, distanceFunctions) {
    .Call('_kohonen_RcppMap', PACKAGE = 'kohonen', data, numVars, numNAs, codes, weights, distanceFunctions)
}

Try the kohonen package in your browser

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

kohonen documentation built on July 9, 2023, 7:40 p.m.