useDynLib(MultivariateRandomForest)
exportPattern("^[[:alpha:]]+")
importFrom(Rcpp, evalCpp)

export(CrossValidation)
export(Imputation)
export(Node_cost)
export(build_forest_predict)
export(build_single_tree)
export(predicting)
export(single_tree_prediction)
export(split_node)
export(splitt)
export(variable_importance_measure)
importFrom(stats, cov)