Artem V L
Artem V L
The original LFR benchmark listed in the *Description* section provides also generation of the undirected **unweighted** overlapping networks besides many others: - https://sites.google.com/site/santofortunato/inthepress2 - https://sites.google.com/site/andrealancichinetti/files However, the original version lacks...
Another option is to merge the original generator of the undirected unweighted overlapping network to this repository and extend the input options to select generation of the weighted/unweighted networks.
Hi @Lebesgue-zyker , signed networks are not supported by this application. A network itself can't be overlapping, which is not a property of a network. A network is a collection...
Thanks for the clarification. Jim, is there any documentation for *caliber* functionality? No, the idea is not just to exclude some sub-cases from the test, which can be performed by...
I mean the *global [hierarchical] table of contents*. The API is also desirable and can be automatically generated using [doxygen](https://en.wikipedia.org/wiki/Doxygen), which requires annotation of the sources. But, the API can...
It is important to be able to redirect `stdout` and `stderr` to the *dedicated* files. So, either something like `--pipe-stdout` and `--pipe-stderr` should be provided, or the `--pipe-terminal` should support...
I updated the `requirements.txt`, it seems the new model was represented since v. 1.0.0, and definitely since 3.0.0.
> it is correct that the duration time is *unlimited* Cool! Would you or @ronny-mysten document the fact of GAS-free storage duration?! That clarification might be actual for many other...
@GTmac Up to you. In theory, the type of walk items should not affect the execution: the graph nodes are just some objects (more compact in case of numerical ids...
@Make42, thank you for the proposal. I have not packaged Clubmark because not so many people benchmark clustering algorithms. The pip package exists for PyExPool (utils/mpepool.py), which is a general...