# Generated by roxygen2: do not edit by hand

S3method(auc,kroclearn)
S3method(auc,roclearn)
S3method(plot,cv.kroclearn)
S3method(plot,cv.roclearn)
S3method(predict,kroclearn)
S3method(predict,roclearn)
S3method(summary,cv.kroclearn)
S3method(summary,cv.roclearn)
S3method(summary,kroclearn)
S3method(summary,roclearn)
export(auc)
export(cv.kroclearn)
export(cv.roclearn)
export(kroclearn)
export(plot_roc)
export(roclearn)
importFrom(caret,createFolds)
importFrom(dplyr,select)
importFrom(fastDummies,dummy_cols)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_contour)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_x_log10)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,legend)
importFrom(graphics,points)
importFrom(kernlab,kernelMatrix)
importFrom(kernlab,laplacedot)
importFrom(kernlab,polydot)
importFrom(kernlab,rbfdot)
importFrom(pROC,auc)
importFrom(pROC,ggroc)
importFrom(pROC,roc)
importFrom(pracma,pinv)
importFrom(rsample,vfold_cv)
importFrom(stats,plogis)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(utils,head)
