useDynLib(isotree, .registration = TRUE)
importFrom(Rcpp, evalCpp)
S3method(predict,isolation_forest)
S3method(print,isolation_forest)
S3method(summary,isolation_forest)
export(isotree.restore.handle)
export(isotree.add.tree)
export(isolation.forest)
export(isotree.get.num.nodes)
export(isotree.append.trees)
export(isotree.export.model)
export(isotree.import.model)
export(isotree.to.sql)
export(predict.isolation_forest)
export(print.isolation_forest)
export(summary.isolation_forest)
export(isotree.subset.trees)
export(isotree.deep.copy)
importFrom(parallel,detectCores)
importFrom(utils,head)
