-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
54 lines (51 loc) · 1.01 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
51
52
53
54
importFrom(Rcpp, evalCpp)
export(
alphaComplexDiag,
alphaComplexFiltration,
alphaShapeDiag,
alphaShapeFiltration,
bootstrapBand,
bootstrapDiagram,
bottleneck,
circleUnif,
clusterTree,
distFct,
dtm,
filtrationDiag,
funFiltration,
gridDiag,
gridFiltration,
hausdInterval,
kde,
kernelDist,
knnDE,
landscape,
maxPersistence,
multipBootstrap,
plot.diagram,
plot.maxPersistence,
plot.clusterTree,
print.diagram,
print.maxPersistence,
print.clusterTree,
summary.diagram,
summary.maxPersistence,
print.summary.diagram,
print.summary.maxPersistence,
ripsDiag,
ripsFiltration,
silhouette,
sphereUnif,
torusUnif,
wasserstein)
S3method(plot, diagram)
S3method(plot, maxPersistence)
S3method(plot, clusterTree)
S3method(print, diagram)
S3method(print, maxPersistence)
S3method(print, clusterTree)
S3method(summary, diagram)
S3method(summary, maxPersistence)
S3method(print, summary.diagram)
S3method(print, summary.maxPersistence)
useDynLib(TDA, .registration = TRUE)