import(rjson)
import(ROCR)
import(enrichvs)
import(plyr)

export(manual)
export(generate_folds)
export(optimize2)
export(make_solver)

export(random_search)
export(grid_search)
export(nelder_mead)
export(particle_swarm)

export(cv.setup)
export(cv.run)
export(cv.grid_search)
export(cv.random_search)
export(cv.nelder_mead)
export(cv.particle_swarm)

export(mean_se)
export(mean_ae)
export(accuracy)
export(accuracy_from_p)
export(auc_roc)
export(auc_pr)
export(early_rie)
export(early_bedroc)
