R/RcppExports.R

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

ipfLGD <- function(train, test, sd, epsilon) {
    .Call('_ipft_ipfLGD', PACKAGE = 'ipft', train, test, sd, epsilon)
}

ipfPLGD <- function(train, test, sd, epsilon, alpha, threshold) {
    .Call('_ipft_ipfPLGD', PACKAGE = 'ipft', train, test, sd, epsilon, alpha, threshold)
}

ipfEuclidean <- function(train, test) {
    .Call('_ipft_ipfEuclidean', PACKAGE = 'ipft', train, test)
}

ipfManhattan <- function(train, test) {
    .Call('_ipft_ipfManhattan', PACKAGE = 'ipft', train, test)
}

ipfNormDistance <- function(train, test, normVal) {
    .Call('_ipft_ipfNormDistance', PACKAGE = 'ipft', train, test, normVal)
}

Try the ipft package in your browser

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

ipft documentation built on May 2, 2019, 7:23 a.m.