# Generated by roxygen2: do not edit by hand

S3method(plot,ocf.marginal)
S3method(predict,mml)
S3method(predict,ocf)
S3method(predict,oml)
S3method(print,ocf)
S3method(print,ocf.marginal)
S3method(summary,ocf)
S3method(summary,ocf.marginal)
export(classification_error)
export(generate_ordered_data)
export(marginal_effects)
export(mean_absolute_error)
export(mean_ranked_score)
export(mean_squared_error)
export(multinomial_ml)
export(ocf)
export(ordered_ml)
export(tree_info)
import(ggplot2)
import(glmnet)
import(orf)
import(ranger)
import(stats)
import(tidyr)
import(utils)
importFrom(Rcpp,evalCpp)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(magrittr,"%>%")
importFrom(stats,ave)
importFrom(stats,median)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,sd)
useDynLib(ocf)
