R/RcppExports.R

Defines functions cvP2L2C P2L2C

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

P2L2C <- function(X, y, ldS, ltp, lambda, wldS, thresh, maxit, threshP, threshB) {
    .Call('_rCRM_P2L2C', PACKAGE = 'rCRM', X, y, ldS, ltp, lambda, wldS, thresh, maxit, threshP, threshB)
}

cvP2L2C <- function(X, y, XF, yF, ldS, ltp, lambda, wldS, thresh, maxit, threshP, threshB) {
    .Call('_rCRM_cvP2L2C', PACKAGE = 'rCRM', X, y, XF, yF, ldS, ltp, lambda, wldS, thresh, maxit, threshP, threshB)
}

# Register entry points for exported C++ functions
methods::setLoadAction(function(ns) {
    .Call('_rCRM_RcppExport_registerCCallable', PACKAGE = 'rCRM')
})

Try the rCRM package in your browser

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

rCRM documentation built on Oct. 23, 2020, 5:54 p.m.