R/RcppExports.R

Defines functions splitt2 Node_cost

Documented in Node_cost splitt2

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

splitt2 <- function(X, Y, m_feature, Index, Inv_Cov_Y, Command, ff) {
    .Call('MultivariateRandomForest_splitt2', PACKAGE = 'MultivariateRandomForest', X, Y, m_feature, Index, Inv_Cov_Y, Command, ff)
}

Node_cost <- function(y, Inv_Cov_Y, Command) {
    .Call('MultivariateRandomForest_Node_cost', PACKAGE = 'MultivariateRandomForest', y, Inv_Cov_Y, Command)
}

Try the MultivariateRandomForest package in your browser

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

MultivariateRandomForest documentation built on May 2, 2019, 1:05 p.m.