forked from elbamos/largeVis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
50 lines (49 loc) · 1.35 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
39
40
41
42
43
44
45
46
47
48
49
50
# Generated by roxygen2: do not edit by hand
S3method(as.dendrogram,hdbscan)
S3method(as.dist,edgematrix)
S3method(buildWijMatrix,CsparseMatrix)
S3method(buildWijMatrix,TsparseMatrix)
S3method(buildWijMatrix,edgematrix)
S3method(distance,CsparseMatrix)
S3method(distance,TsparseMatrix)
S3method(distance,matrix)
S3method(randomProjectionTreeSearch,CsparseMatrix)
S3method(randomProjectionTreeSearch,TsparseMatrix)
S3method(randomProjectionTreeSearch,matrix)
export(buildEdgeMatrix)
export(buildWijMatrix)
export(distance)
export(ggManifoldMap)
export(gplot)
export(hdbscan)
export(largeVis)
export(lof)
export(lv_dbscan)
export(lv_optics)
export(manifoldMap)
export(manifoldMapStretch)
export(neighborsToVectors)
export(projectKNNs)
export(randomProjectionTreeSearch)
export(sgdBatches)
importFrom(Matrix,as.matrix)
importFrom(Matrix,diag)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,t)
importFrom(Matrix,tril)
importFrom(Matrix,triu)
importFrom(ggplot2,aes_)
importFrom(ggplot2,annotation_raster)
importFrom(ggplot2,geom_blank)
importFrom(ggplot2,geom_label)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,unit)
importFrom(grDevices,as.raster)
importFrom(graphics,rasterImage)
importFrom(stats,aggregate)
importFrom(stats,as.dendrogram)
importFrom(stats,as.dist)
importFrom(stats,runif)
useDynLib(largeVis)