https://github.com/cran/DatabionicSwarm
Raw File
Tip revision: 684385980094d98dd93251b9de5b18a8bbf49e57 authored by Michael Thrun on 29 November 2022, 07:50:02 UTC
version 1.1.6
Tip revision: 6843859
NAMESPACE
export(ClusteringAccuracy)
export(DBSclustering)
export(Delaunay4Points)
export(DelaunayClassificationError)
export(GeneratePswarmVisualization)
export(ProjectedPoints2Grid)
export(Pswarm)
export(sESOM4BMUs)
export(setGridSize)
export(ShortestGraphPathsC)
export(DijkstraSSSP)
export(RelativeDifference)
export(RobustNormalization)
export(RobustNorm_BackTrafo)
export(UniquePoints)

import(Rcpp)

importFrom("deldir","deldir")
importFrom('stats', "hclust","cutree","as.dendrogram","dist", "quantile", "runif", "as.dist", "median")
useDynLib(DatabionicSwarm, .registration = TRUE)
importFrom("graphics", "axis", "box", "par", "plot.new", "points",
             "title","plot")
importFrom("utils", "tail","getSrcDirectory")
importFrom("GeneralizedUmatrix","plotTopographicMap","TopviewTopographicMap")
importFrom("utils", "head")
#importFrom(ABCanalysis,"ABCRemoveSmallYields","ABCanalysis")
#importFrom(AdaptGauss,"ParetoRadius")#
  importFrom("grDevices", "contourLines")
  importFrom("utils", "setTxtProgressBar", "txtProgressBar")
  
 importFrom("utils", "packageVersion")
importFrom("stats", "order.dendrogram")
back to top