# Export
#
# Clustering algorithms
export(ADPclustering)
export(AgglomerativeNestingClustering)
export(APclustering)
export(AutomaticProjectionBasedClustering)
#export(ConsensusClustering) #doku is corrupted at the moment
# export(CrossEntropyClustering) #package not on CRAN anymore
export(DatabionicSwarmClustering)
export(DBSCAN)
export(DensityPeakClustering)
export(DivisiveAnalysisClustering)
export(FannyClustering)
export(GenieClustering)
export(HCLclustering)
export(HDDClustering)
export(HierarchicalClustering)
export(HierarchicalDBSCAN)
export(kmeansClustering)
export(LargeApplicationClustering)
export(MarkovClustering)
export(MinimalEnergyClustering)
export(MinimaxLinkageClustering)
export(ModelBasedClustering)
export(ModelBasedVarSelClustering)
export(MoGclustering)
export(MSTclustering)
export(NeuralGasClustering)
export(NetworkClustering)
export(OPTICSclustering)
export(PAMclustering)
export(pdfClustering)
export(PenalizedRegressionBasedClustering)
export(ProjectionPursuitClustering)
export(QTclustering)
#export(RandomForestClustering)
export(RobustTrimmedClustering)
export(SharedNearestNeighborClustering)
export(SOMclustering)
export(SOTAclustering)
export(SparseClustering)
export(SpectralClustering)
export(Spectrum)
export(SubspaceClustering)
export(TandemClustering)

#
# Applications
export(ClusterabilityMDplot)
export(ClusterAccuracy)
export(ClusterApply)
export(ClusterChallenge)
export(ClusterCount)
export(ClusterCreateClassification)
export(ClusterEqualWeighting)
export(ClusterDendrogram)
export(ClusterDunnIndex)
export(ClusterDaviesBouldinIndex)
export(ClusterDistances)
export(ClusterIntraDistances)
export(ClusterInterDistances)
export(ClusterMCC)
export(ClusterNoEstimation)
export(ClusterNormalize)
export(ClusterPlotMDS)
export(ClusterRename)
export(ClusterRedefine)
export(ClusterShannonInfo)
export(ClusterRenameDescendingSize)
export(ClusterUpsamplingMinority)
export(EntropyOfDataField)
export(EstimateRadiusByDistance)
#export(parApplyDistanceBasedCA)
#export(parApplyDataBasedCA)
#some ggplot unresolved issue requires this
export(StatPDEdensity)
#
# Import
#
import(DataVisualizations)
import(ggplot2)
# QMS
#import(matrixStats)
#
importFrom('stats', hclust,cutree,kmeans,as.dendrogram,rect.hclust)
#importFrom('cclust', cclust)
#importFrom('kernlab', specc)
#importFrom('vegan', spantree, spandepth)
importFrom("graphics", "axis", "plot")
importFrom("stats", "as.dist", "cmdscale", "dist", "na.omit")
importFrom("mclust", "mclustBIC", "Mclust","mclust.options")
importFrom("graphics", "hist")
importFrom("stats","complete.cases", "cov", "dist", "pf","sd", "cutree", "hclust", "kmeans")
importFrom("stats", "as.hclust", "quantile","is.leaf")
importFrom("utils", "head")
importFrom("stats", "prcomp", "runif")
importFrom("stats", "cor")
importFrom("stats", "order.dendrogram")
importFrom("utils", "tail")
importFrom("stats", "median")
importFrom("graphics", "title")