-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
42 lines (42 loc) · 1.38 KB
/
DESCRIPTION
File metadata and controls
42 lines (42 loc) · 1.38 KB
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
Package: gdim
Title: Estimate Graph Dimension using Cross-Validated Eigenvalues
Version: 0.1.0.9000
Authors@R: c(
person("Fan", "Chen", , "fchen365@gmail.com", role = "aut",
comment = c(ORCID = "0000-0003-4508-6023")),
person("Alex", "Hayes", , "alexpghayes@gmail.com", role = c("cre", "aut", "cph"),
comment = c(ORCID = "0000-0002-4985-5160")),
person("Karl", "Rohe", , "karlrohe@wisc.edu", role = "aut")
)
Description: Cross-validated eigenvalues are estimated by
splitting a graph into two parts, the training and the test graph.
The training graph is used to estimate eigenvectors, and
the test graph is used to evaluate the correlation between the training
eigenvectors and the eigenvectors of the test graph.
The correlations follow a simple central limit theorem that can
be used to estimate graph dimension via hypothesis testing, see
Chen et al. (2021) <doi:10.48550/arXiv:2108.03336> for details.
License: GPL (>= 3)
URL: https://github.com/RoheLab/gdim, https://rohelab.github.io/gdim/
BugReports: https://github.com/RoheLab/gdim/issues
Depends:
Matrix,
R (>= 4.1)
Imports:
dplyr,
ggplot2,
irlba,
methods,
progress,
rlang,
stats,
tibble
Suggests:
epca,
fastRG,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2