R/mrf.R

Defines functions .alrOptimized mrf

Documented in mrf

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

mrf <- function(xnew, y, x, ntrees, nfeatures, minleaf, ncores = 1L) {
    .Call(`_CompositionalRF_mrf`, xnew, y, x, ntrees, nfeatures, minleaf, ncores)
}

.alrOptimized <- function(x) {
    .Call(`_CompositionalRF_alrOptimized`, x)
}

Try the CompositionalRF package in your browser

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

CompositionalRF documentation built on Sept. 9, 2025, 5:43 p.m.