-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
30 lines (22 loc) · 941 Bytes
/
NAMESPACE
File metadata and controls
30 lines (22 loc) · 941 Bytes
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)
export(DBSclustering)
export(Delaunay4Points)
export(GeneratePswarmVisualization)
export(ProjectedPoints2Grid)
export(Pswarm)
export(sESOM4BMUs)
export(setGridSize)
export(ShortestGraphPathsC)
export(DijkstraSSSP)
export(RelativeDifference)
export(RobustNorm_BackTrafo)
export(RobustNormalization)
export(UniquePoints)
import(Rcpp)
importFrom(RcppParallel,RcppParallelLibs,defaultNumThreads,setThreadOptions)
importFrom("deldir","deldir")
importFrom("stats", "hclust","cutree","as.dendrogram","dist", "quantile", "runif", "as.dist", "median", "order.dendrogram", "lm")
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")