Skip to content

Commit

Permalink
Add directed dcsbm (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpghayes committed Mar 16, 2021
1 parent b4d22e6 commit 6c2571a
Show file tree
Hide file tree
Showing 8 changed files with 728 additions and 7 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Expand Up @@ -9,6 +9,7 @@ S3method(expected_edges,directed_factor_model)
S3method(expected_edges,undirected_factor_model)
S3method(expected_in_degree,directed_factor_model)
S3method(expected_out_degree,directed_factor_model)
S3method(print,directed_dcsbm)
S3method(print,directed_factor_model)
S3method(print,undirected_dcsbm)
S3method(print,undirected_factor_model)
Expand All @@ -35,6 +36,7 @@ S3method(sample_tidygraph,undirected_erdos_renyi)
S3method(sample_tidygraph,undirected_factor_model)
S3method(svds,directed_factor_model)
export(dcsbm)
export(directed_dcsbm)
export(directed_erdos_renyi)
export(directed_factor_model)
export(eigs_sym)
Expand Down

0 comments on commit 6c2571a

Please sign in to comment.