# Generated by roxygen2: do not edit by hand

export(KMEANS_FUNCTION)
export(find_Kmeans_best_k)
export(find_Knn_best_k)
export(knn_Function)
importFrom(assertthat,assert_that)
importFrom(caret,confusionMatrix)
importFrom(caret,createDataPartition)
importFrom(class,knn)
importFrom(cluster,daisy)
importFrom(cluster,silhouette)
importFrom(factoextra,fviz_cluster)
importFrom(ggplot2,theme_bw)
importFrom(grDevices,recordPlot)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,plot)
importFrom(stats,dist)
importFrom(stats,kmeans)
importFrom(stats,median)
