Skip to content

Commit 7fb914d

Browse files
committed
Update README to match algorithm's order included in paper
1 parent dbaf7f9 commit 7fb914d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ The package integrates a wide range of probabilistic generative models tailored
2727

2828
| **Name** | **Description** | **Network Properties** |
2929
|-----------------|----------------------------------------------------------------------------------------------------|----------------------------------------|
30-
| **MTCOV** | Extracts overlapping communities in multilayer networks using topology and node attributes [CPDB20]. | Weighted, Multilayer, Attributes, Communities |
3130
| **CRep** | Models directed networks with communities and reciprocity [CSDB22]. | Directed, Weighted, Communities, Reciprocity |
3231
| **JointCRep** | Captures community structure and reciprocity with a joint edge distribution [SCDB21]. | Directed, Communities, Reciprocity |
3332
| **DynCRep** | Extends CRep for dynamic networks [SCDB22]. | Directed, Weighted, Dynamic, Communities, Reciprocity |
3433
| **ACD** | Identifies anomalous edges and node community memberships in weighted networks [SDB22]. | Directed, Weighted, Communities, Anomalies |
34+
| **MTCOV** | Extracts overlapping communities in multilayer networks using topology and node attributes [CPDB20]. | Weighted, Multilayer, Attributes, Communities |
3535

3636
For more details on each model, please refer to the [documentation](https://mpi-is.github.io/probinet/). References to the original papers can be found [here](https://mpi-is.github.io/probinet/references.html).
3737

0 commit comments

Comments
 (0)