R/RcppExports.R

Defines functions aumLineSearch aum_sort_interface

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

aum_sort_interface <- function(err_df, pred_vec) {
    .Call(`_aum_aum_sort_interface`, err_df, pred_vec)
}

aumLineSearch <- function(df, maxIterations, maxStepSize) {
    .Call(`_aum_aumLineSearch`, df, maxIterations, maxStepSize)
}

Try the aum package in your browser

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

aum documentation built on June 22, 2024, 10:47 a.m.