R/RcppExports.R

Defines functions nodes_cpp predict_iForest_nodes_cpp predict_iForest_sparse_nodes predict_iForest_pathlength_cpp

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

nodes_cpp <- function(x, Tree, e, ni) {
    .Call('_isofor_nodes_cpp', PACKAGE = 'isofor', x, Tree, e, ni)
}

predict_iForest_nodes_cpp <- function(x, Model) {
    .Call('_isofor_predict_iForest_nodes_cpp', PACKAGE = 'isofor', x, Model)
}

predict_iForest_sparse_nodes <- function(x, Model) {
    .Call('_isofor_predict_iForest_sparse_nodes', PACKAGE = 'isofor', x, Model)
}

predict_iForest_pathlength_cpp <- function(df, Model) {
    .Call('_isofor_predict_iForest_pathlength_cpp', PACKAGE = 'isofor', df, Model)
}
Zelazny7/isofor documentation built on Aug. 28, 2019, 7:12 p.m.