forked from tkcaccia/KODAMA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
38 lines (28 loc) · 1.39 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
# Default NAMESPACE created by R
# Remove the previous line if you edit this file
useDynLib(KODAMA)
useDynLib(KODAMA, .registration = TRUE)
# Import all packages listed as Imports or Depends
#import("stats","Rcpp")
#exportPattern("^[[:alpha:]]+")
useDynLib(KODAMA)
importFrom(Rcpp, evalCpp)
importFrom("graphics", "plot", "points")
importFrom("utils", "setTxtProgressBar", "txtProgressBar")
importFrom("stats", "aov", "summary.aov", "t.test", "p.adjust", "fisher.test", "prcomp","aggregate","quantile", "wilcox.test","cmdscale", "as.dist", "dist", "kmeans", "kruskal.test","median", "pnorm", "rnorm", "runif", "sd", "var","cor.test")
importFrom("minerva", "mine")
importFrom("Rtsne", "Rtsne_neighbors")
importFrom("umap", "umap.knn", "umap","umap.defaults")
S3method(print,tsne.config)
S3method(print,MDS.config)
exportPattern(floyd,another,vertex,
KODAMA,k.test,loads,PLSDACV,KNNPLSDACV,
mcplot,core_cpp,floyd,
pls.double.cv,knn.double.cv,knn.kodama,
pls.kodama,dinisurface,helicoid,spirals,
swissroll,normalization,scaling,
transformy,frequency_matching,
RQ,quality_control,
knn_Armadillo,
refine_cluster,
txtsummary,continuous.test,categorical.test,correlation.test,multi_analysis,pca,tsne.defaults,umap.defaults,MDS.defaults,kabsch)