# Generated by roxygen2: do not edit by hand

export(appClustering)
export(best_ranked_external_metrics)
export(best_ranked_internal_metrics)
export(clustering)
export(evaluate_best_validation_external_by_metrics)
export(evaluate_best_validation_internal_by_metrics)
export(evaluate_validation_external_by_metrics)
export(evaluate_validation_internal_by_metrics)
export(export_file_external)
export(export_file_internal)
export(plot_clustering)
export(result_external_algorithm_by_metric)
export(result_internal_algorithm_by_metric)
import(future)
import(methods)
import(toOrdinal)
importFrom(ClusterR,GMM)
importFrom(ClusterR,KMeans_arma)
importFrom(ClusterR,KMeans_rcpp)
importFrom(ClusterR,MiniBatchKmeans)
importFrom(ClusterR,center_scale)
importFrom(ClusterR,distance_matrix)
importFrom(ClusterR,predict_GMM)
importFrom(ClusterR,predict_KMeans)
importFrom(ClusterR,predict_MBatchKMeans)
importFrom(amap,hcluster)
importFrom(apcluster,aggExCluster)
importFrom(apcluster,apclusterK)
importFrom(apcluster,cutree)
importFrom(apcluster,negDistMat)
importFrom(cluster,agnes)
importFrom(cluster,clara)
importFrom(cluster,daisy)
importFrom(cluster,diana)
importFrom(cluster,fanny)
importFrom(cluster,mona)
importFrom(cluster,pam)
importFrom(cluster,silhouette)
importFrom(data.table,data.table)
importFrom(doParallel,registerDoParallel)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange_at)
importFrom(dplyr,desc)
importFrom(dplyr,select)
importFrom(foreach,"%:%")
importFrom(foreach,"%do%")
importFrom(foreach,foreach)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(gmp,as.bigz)
importFrom(gmp,asNumeric)
importFrom(gmp,chooseZ)
importFrom(pracma,strcmp)
importFrom(pvclust,pvclust)
importFrom(pvclust,pvpick)
importFrom(shiny,dataTableOutput)
importFrom(shiny,renderDataTable)
importFrom(shiny,runApp)
importFrom(shiny,runExample)
importFrom(sqldf,sqldf)
importFrom(stats,dist)
importFrom(stats,filter)
importFrom(stats,hclust)
importFrom(stats,lag)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(utils,data)
importFrom(utils,install.packages)
importFrom(utils,read.csv)
importFrom(xtable,print.xtable)
importFrom(xtable,xtable)

S3method(print, clustering)
S3method(print, best_ranked_external_metrics)
S3method(print, best_ranked_internal_metrics)
S3method(print, evaluate_validation_external_by_metrics)
S3method(print, evaluate_validation_internal_by_metrics)
S3method(print, evaluate_best_validation_external_by_metrics)
S3method(print, evaluate_best_validation_internal_by_metrics)
S3method(print, result_external_algorithm_by_metric)
S3method(print, result_internal_algorithm_by_metric)
S3method(summary, clustering)
S3method(print, summary.clustering)
S3method(sort, clustering)
S3method("[",clustering)
