R/RcppExports.R

Defines functions splitt Node_cost

Documented in Node_cost splitt

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

splitt <- function(X, Y, m_feature, Index, Inv_Cov_Y, Command, ff) {
    .Call(`_IntegratedMRF_splitt`, X, Y, m_feature, Index, Inv_Cov_Y, Command, ff)
}

Node_cost <- function(y, Inv_Cov_Y, Command) {
    .Call(`_IntegratedMRF_Node_cost`, y, Inv_Cov_Y, Command)
}

Try the IntegratedMRF package in your browser

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

IntegratedMRF documentation built on May 2, 2019, 2:15 a.m.