-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
26 lines (21 loc) · 866 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
useDynLib("DatabionicSwarm", .registration = TRUE)
importFrom(Rcpp, evalCpp)
importFrom(RcppParallel, RcppParallelLibs)
export(DBSclustering)
export(Delaunay4Points)
export(GeneratePswarmVisualization)
export(ProjectedPoints2Grid)
export(Pswarm)
export(sESOM4BMUs)
export(setGridSize)
export(ShortestGraphPathsC)
export(DijkstraSSSP)
export(RelativeDifference)
export(UniquePoints)
import(Rcpp)
importFrom("deldir","deldir")
importFrom("stats", "hclust","cutree","as.dendrogram","dist", "quantile", "runif", "as.dist", "median", "order.dendrogram")
importFrom("graphics", "axis", "box", "par", "plot.new", "points", "title", "plot")
importFrom("utils", "tail","getSrcDirectory", "head", "packageVersion", "setTxtProgressBar", "txtProgressBar")
importFrom("GeneralizedUmatrix","plotTopographicMap","TopviewTopographicMap")
importFrom("grDevices", "contourLines")