# Generated by roxygen2: do not edit by hand

S3method(ODBT,default)
S3method(ODBT,formula)
S3method(ODRF,default)
S3method(ODRF,formula)
S3method(ODT,default)
S3method(ODT,formula)
S3method(as.party,ODT)
S3method(online,ODRF)
S3method(online,ODT)
S3method(plot,Accuracy)
S3method(plot,ODT)
S3method(plot,VarImp)
S3method(plot,prune.ODT)
S3method(predict,ODRF)
S3method(predict,ODT)
S3method(print,ODRF)
S3method(print,ODT)
S3method(prune,ODRF)
S3method(prune,ODT)
export("%>%")
export(Accuracy)
export(ODBT)
export(ODRF)
export(ODT)
export(PPO)
export(RandRot)
export(RotMatMake)
export(RotMatPPO)
export(RotMatRF)
export(RotMatRand)
export(VarImp)
export(best.cut.node)
export(defaults)
export(online)
export(plot_ODT_depth)
export(prune)
import(Pursuit)
import(Rcpp)
import(doParallel)
import(foreach)
import(grid)
import(nnet)
import(partykit)
import(rlang)
importFrom(glmnet,assess.glmnet)
importFrom(glmnet,cv.glmnet)
importFrom(glmnet,glmnet)
importFrom(glmnet,predict.glmnet)
importFrom(glue,glue)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,dotchart)
importFrom(graphics,legend)
importFrom(graphics,matplot)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(nnet,nnet)
importFrom(parallel,clusterSplit)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(rpart,rpart)
importFrom(rpart,rpart.control)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,lm)
importFrom(stats,model.extract)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,na.action)
importFrom(stats,na.fail)
importFrom(stats,ppr)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
useDynLib(ODRF, .registration = TRUE)
