https://github.com/cran/DatabionicSwarm
Raw File
Tip revision: 27e1b1762882176854924ea55441cac7ae005d84 authored by Michael Thrun on 03 July 2018, 07:30:03 UTC
version 1.1.0
Tip revision: 27e1b17
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)


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("utils", "head")
#importFrom(ABCanalysis,"ABCRemoveSmallYields","ABCanalysis")
#importFrom(AdaptGauss,"ParetoRadius")#
  importFrom("grDevices", "contourLines")
  importFrom("utils", "setTxtProgressBar", "txtProgressBar")
  
 importFrom("utils", "packageVersion")
back to top