# Generated by roxygen2: do not edit by hand

S3method("[",caretList)
S3method(as.caretList,default)
S3method(as.caretList,list)
S3method(c,caretList)
S3method(c,train)
S3method(getMetric,train)
S3method(getMetricSD,train)
S3method(plot,caretEnsemble)
S3method(plot,caretStack)
S3method(predict,caretList)
S3method(predict,caretStack)
S3method(print,caretStack)
S3method(summary,caretEnsemble)
S3method(summary,caretStack)
S3method(varImp,caretEnsemble)
export(as.caretList)
export(autoplot)
export(caretEnsemble)
export(caretList)
export(caretModelSpec)
export(caretStack)
export(getBinaryTargetLevel)
export(getMetric)
export(getMetricSD)
export(is.caretEnsemble)
export(is.caretList)
export(is.caretStack)
export(setBinaryTargetLevel)
importFrom(caret,createDataPartition)
importFrom(caret,createFolds)
importFrom(caret,createMultiFolds)
importFrom(caret,createResample)
importFrom(caret,modelLookup)
importFrom(caret,resamples)
importFrom(caret,train)
importFrom(caret,trainControl)
importFrom(caret,varImp)
importFrom(data.table,data.table)
importFrom(data.table,dcast.data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,set)
importFrom(data.table,setorderv)
importFrom(digest,digest)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_linerange)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_pointrange)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme_bw)
importFrom(graphics,plot)
importFrom(gridExtra,grid.arrange)
importFrom(lattice,dotplot)
importFrom(methods,is)
importFrom(pbapply,pblapply)
importFrom(pbapply,pboptions)
importFrom(pbapply,pbsapply)
importFrom(plyr,.)
importFrom(plyr,ddply)
importFrom(plyr,summarize)
importFrom(stats,coef)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,model.response)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,reshape)
importFrom(stats,resid)
importFrom(stats,residuals)
importFrom(stats,weighted.mean)
importFrom(stats,weights)
