-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
31 lines (30 loc) · 754 Bytes
/
NAMESPACE
File metadata and controls
31 lines (30 loc) · 754 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
27
28
29
30
31
# Generated by roxygen2: do not edit by hand
export(EuclideanDist)
export(FuseData)
export(GaussianDist)
export(GeomSketch)
export(InitiateFuseNet)
export(Normalization)
export(RunFuseNet)
export(Scaling)
exportClasses(FuseNet)
import(foreach)
import(reticulate)
importClassesFrom(Matrix,dgCMatrix)
importClassesFrom(Matrix,dsCMatrix)
importFrom(Matrix,Matrix)
importFrom(Matrix,nnzero)
importFrom(Matrix,t)
importFrom(RANN,nn2)
importFrom(Rcpp,sourceCpp)
importFrom(doParallel,registerDoParallel)
importFrom(expm,"%^%")
importFrom(expm,expm)
importFrom(irlba,irlba)
importFrom(methods,is)
importFrom(methods,new)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(stats,sd)
useDynLib(FuseNet)