# Generated by roxygen2: do not edit by hand

S3method("prior<-",confusion)
S3method(confusion,default)
S3method(confusion,mlearning)
S3method(cvpredict,mlearning)
S3method(mlKnn,default)
S3method(mlKnn,formula)
S3method(mlLda,default)
S3method(mlLda,formula)
S3method(mlLvq,default)
S3method(mlLvq,formula)
S3method(mlNaiveBayes,default)
S3method(mlNaiveBayes,formula)
S3method(mlNnet,default)
S3method(mlNnet,formula)
S3method(mlQda,default)
S3method(mlQda,formula)
S3method(mlRforest,default)
S3method(mlRforest,formula)
S3method(mlRpart,default)
S3method(mlRpart,formula)
S3method(mlSvm,default)
S3method(mlSvm,formula)
S3method(plot,confusion)
S3method(plot,mlearning)
S3method(predict,mlKnn)
S3method(predict,mlLda)
S3method(predict,mlLvq)
S3method(predict,mlNaiveBayes)
S3method(predict,mlNnet)
S3method(predict,mlQda)
S3method(predict,mlRforest)
S3method(predict,mlRpart)
S3method(predict,mlSvm)
S3method(predict,mlearning)
S3method(print,confusion)
S3method(print,mlearning)
S3method(print,summary.confusion)
S3method(print,summary.mlKnn)
S3method(print,summary.mlLvq)
S3method(print,summary.mlearning)
S3method(prior,confusion)
S3method(response,default)
S3method(summary,confusion)
S3method(summary,mlKnn)
S3method(summary,mlLvq)
S3method(summary,mlearning)
S3method(train,default)
export("prior<-")
export(confusion)
export(confusionBarplot)
export(confusionDendrogram)
export(confusionImage)
export(confusionStars)
export(confusion_barplot)
export(confusion_dendrogram)
export(confusion_image)
export(confusion_stars)
export(cvpredict)
export(mlKnn)
export(mlLda)
export(mlLvq)
export(mlNaiveBayes)
export(mlNnet)
export(mlQda)
export(mlRforest)
export(mlRpart)
export(mlSvm)
export(ml_knn)
export(ml_lda)
export(ml_lvq)
export(ml_naive_bayes)
export(ml_nnet)
export(ml_qda)
export(ml_rforest)
export(ml_rpart)
export(ml_svm)
export(mlearning)
export(prior)
export(response)
export(train)
importFrom(MASS,lda)
importFrom(MASS,qda)
importFrom(class,knn)
importFrom(class,lvq1)
importFrom(class,lvq2)
importFrom(class,lvq3)
importFrom(class,lvqinit)
importFrom(class,lvqtest)
importFrom(class,olvq1)
importFrom(e1071,naiveBayes)
importFrom(e1071,svm)
importFrom(grDevices,cm.colors)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,hsv)
importFrom(grDevices,terrain.colors)
importFrom(grDevices,topo.colors)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,image)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,rect)
importFrom(graphics,stars)
importFrom(graphics,text)
importFrom(ipred,control.errorest)
importFrom(ipred,errorest)
importFrom(ipred,predict.ipredknn)
importFrom(nnet,class.ind)
importFrom(nnet,nnet.default)
importFrom(randomForest,randomForest)
importFrom(rpart,rpart)
importFrom(stats,addmargins)
importFrom(stats,hclust)
importFrom(stats,model.frame)
importFrom(stats,model.weights)
importFrom(stats,na.exclude)
importFrom(stats,na.fail)
importFrom(stats,na.omit)
importFrom(stats,na.pass)
importFrom(stats,predict)
importFrom(stats,terms)
