fastRG (Q1354428): Difference between revisions

From MaRDI portal
Importer (talk | contribs)
Removed claim: author (P16): Karl Rohe (Q104119)
Swh import (talk | contribs)
SWHID from Software Heritage
 
(15 intermediate revisions by 2 users not shown)
Property / last update
30 June 2022
Timestamp+2022-06-30T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
 
Property / last update: 30 June 2022 / 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 / imports
 
Property / imports: ellipsis / rank
Normal rank
 
Property / imports
 
Property / imports: igraph / rank
Normal rank
 
Property / imports
 
Property / imports: stats / rank
Normal rank
 
Property / imports
 
Property / imports: tidygraph / rank
Normal rank
 
Property / imports
 
Property / imports: glue / rank
Normal rank
 
Property / imports
 
Property / imports: RSpectra / rank
Normal rank
 
Property / imports
 
Property / imports: tibble / rank
Normal rank
 
Property / depends on software
 
Property / depends on software: Matrix / rank
Normal 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
Timestamp+2021-02-26T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
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
Timestamp+2023-08-21T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / last update
 
21 August 2023
Timestamp+2023-08-21T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
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
Timestamp+2023-10-15T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
links / mardi / namelinks / mardi / name
 

Latest revision as of 00:45, 14 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

    0 references
    0 references
    0.3.1
    30 June 2022
    0 references
    0.3.0
    26 February 2021
    0 references
    0.3.2
    21 August 2023
    0 references
    0 references
    0 references
    0 references
    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
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references