R/RcppExports.R

Defines functions cpp_predict cpp_MLC

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

cpp_MLC <- function(X, Y, levels) {
    .Call(`_tabularMLC_cpp_MLC`, X, Y, levels)
}

cpp_predict <- function(model, X) {
    .Call(`_tabularMLC_cpp_predict`, model, X)
}

Try the tabularMLC package in your browser

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

tabularMLC documentation built on Oct. 5, 2021, 9:07 a.m.