R/RcppExports.R

Defines functions SpicySVM SpicyLogit predictspicy

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

SpicySVM <- function(K, yapp, C, tol, tolInner, OuterMaxIter, InnerMaxIter, calpha) {
    .Call(`_RMKL_SpicySVM`, K, yapp, C, tol, tolInner, OuterMaxIter, InnerMaxIter, calpha)
}

SpicyLogit <- function(K, yapp, C, tol, tolInner, OuterMaxIter, InnerMaxIter, calpha) {
    .Call(`_RMKL_SpicyLogit`, K, yapp, C, tol, tolInner, OuterMaxIter, InnerMaxIter, calpha)
}

predictspicy <- function(alpha, b, k0) {
    .Call(`_RMKL_predictspicy`, alpha, b, k0)
}

Try the RMKL package in your browser

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

RMKL documentation built on May 2, 2019, 7:55 a.m.