https://github.com/cran/DatabionicSwarm
Raw File
Tip revision: a29e860d1b6d6a0545cddc49bc0d51a839fa3aef authored by Michael Thrun on 31 January 2018, 17:00:21 UTC
version 1.0.0
Tip revision: a29e860
NAMESPACE
export(DBSclustering)
export(Delaunay4Points)
export(GeneratePswarmVisualization)
export(ProjectedPoints2Grid)
export(Pswarm)
export(sESOM4BMUs)
export(setGridSize)
export(ShortestGraphPathsC)
export(DijkstraSSSP)
export(RobustNormalization)

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")

#importFrom(ABCanalysis,"ABCRemoveSmallYields","ABCanalysis")
#importFrom(AdaptGauss,"ParetoRadius")#
  importFrom("grDevices", "contourLines")
  importFrom("utils", "setTxtProgressBar", "txtProgressBar")
back to top