fastRG (Q1354428): Difference between revisions
From MaRDI portal
Removed claim: author (P16): Jun Tao (Q104120) |
Swh import (talk | contribs) SWHID from Software Heritage |
||||||||||||||
(14 intermediate revisions by 2 users not shown) | |||||||||||||||
Property / last update | |||||||||||||||
| |||||||||||||||
Property / last update: 30 June 2022 / rank | |||||||||||||||
Property / author | |||||||||||||||
Property / author: Xintian Han / rank | |||||||||||||||
Property / author | |||||||||||||||
Property / author: Norbert Binkiewicz / rank | |||||||||||||||
Property / copyright license | |||||||||||||||
Property / copyright license: MIT license / rank | |||||||||||||||
Property / copyright license | |||||||||||||||
Property / copyright license: File License / rank | |||||||||||||||
Property / copyright license: File License / qualifier | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: ellipsis / rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: igraph / rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: stats / rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: tidygraph / rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: glue / rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: RSpectra / rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: tibble / rank | |||||||||||||||
Property / depends on software | |||||||||||||||
Property / depends on software: Matrix / rank | |||||||||||||||
Property / software version identifier | |||||||||||||||
0.3.0 | |||||||||||||||
Property / software version identifier: 0.3.0 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 0.3.0 / qualifier | |||||||||||||||
publication date: 26 February 2021
| |||||||||||||||
Property / software version identifier | |||||||||||||||
0.3.2 | |||||||||||||||
Property / software version identifier: 0.3.2 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 0.3.2 / qualifier | |||||||||||||||
publication date: 21 August 2023
| |||||||||||||||
Property / last update | |||||||||||||||
21 August 2023
| |||||||||||||||
Property / last update: 21 August 2023 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / description | |||||||||||||||
Samples generalized random product graphs, a generalization of a broad class of network models. Given matrices X, S, and Y with with non-negative entries, samples a matrix with expectation X S Y^T and independent Poisson or Bernoulli entries using the fastRG algorithm of Rohe et al. (2017) <https://www.jmlr.org/papers/v19/17-128.html>. The algorithm first samples the number of edges and then puts them down one-by-one. As a result it is O(m) where m is the number of edges, a dramatic improvement over element-wise algorithms that which require O(n^2) operations to sample a random graph, where n is the number of nodes. | |||||||||||||||
Property / description: Samples generalized random product graphs, a generalization of a broad class of network models. Given matrices X, S, and Y with with non-negative entries, samples a matrix with expectation X S Y^T and independent Poisson or Bernoulli entries using the fastRG algorithm of Rohe et al. (2017) <https://www.jmlr.org/papers/v19/17-128.html>. The algorithm first samples the number of edges and then puts them down one-by-one. As a result it is O(m) where m is the number of edges, a dramatic improvement over element-wise algorithms that which require O(n^2) operations to sample a random graph, where n is the number of nodes. / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / author | |||||||||||||||
Property / author: Alex Hayes / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / author | |||||||||||||||
Property / author: Karl Rohe / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / author | |||||||||||||||
Property / author: Jun Tao / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / author | |||||||||||||||
Property / author: Xintian Han / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / author | |||||||||||||||
Property / author: Norbert Binkiewicz / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / copyright license | |||||||||||||||
Property / copyright license: MIT license / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / copyright license | |||||||||||||||
Property / copyright license: File License / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / copyright license: File License / qualifier | |||||||||||||||
Property / depends on software | |||||||||||||||
Property / depends on software: Matrix / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: dplyr / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: ellipsis / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: ggplot2 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: glue / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: igraph / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: methods / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: RSpectra / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: stats / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: tibble / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: tidygraph / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: tidyr / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / Software Heritage ID | |||||||||||||||
Property / Software Heritage ID: swh:1:snp:116b37c6359f5af4eefe7f755c58841daa1fe849 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / Software Heritage ID: swh:1:snp:116b37c6359f5af4eefe7f755c58841daa1fe849 / qualifier | |||||||||||||||
Property / Software Heritage ID: swh:1:snp:116b37c6359f5af4eefe7f755c58841daa1fe849 / qualifier | |||||||||||||||
point in time: 15 October 2023
| |||||||||||||||
links / mardi / name | links / mardi / name | ||||||||||||||
Latest revision as of 23:45, 13 March 2024
Sample Generalized Random Dot Product Graphs in Linear Time
Language | Label | Description | Also known as |
---|---|---|---|
English | fastRG |
Sample Generalized Random Dot Product Graphs in Linear Time |
Statements
21 August 2023
0 references
Samples generalized random product graphs, a generalization of a broad class of network models. Given matrices X, S, and Y with with non-negative entries, samples a matrix with expectation X S Y^T and independent Poisson or Bernoulli entries using the fastRG algorithm of Rohe et al. (2017) <https://www.jmlr.org/papers/v19/17-128.html>. The algorithm first samples the number of edges and then puts them down one-by-one. As a result it is O(m) where m is the number of edges, a dramatic improvement over element-wise algorithms that which require O(n^2) operations to sample a random graph, where n is the number of nodes.
0 references