Closed samansarraf closed 2 years ago
That is correct, there is no RBConfigurationVertexPartitionWeightedLayers
, you probably meant to use RBConfigurationVertexPartition
. I'll close this for now, but if there's another problem, feel free to re-open and please post a minimal reproducible example to illustrate the problem.
I strongly recommend to upgrade to the leidenalg
package instead of using the louvain
package.
That is correct, there is no
RBConfigurationVertexPartitionWeightedLayers
, you probably meant to useRBConfigurationVertexPartition
. I'll close this for now, but if there's another problem, feel free to re-open and please post a minimal reproducible example to illustrate the problem.I strongly recommend to upgrade to the
leidenalg
package instead of using thelouvain
package.
Thanks for the note . How can I get this version ? It seems there are C++ files in that version. Thanks !
include/RBConfigurationVertexPartitionWeightedLayers.h
include/RBConfigurationVertexPartitionWeightedLayers.cpp
I am trying louvain version 0.7.1 for multilayer networks. I have installed the repo using
pip install louvain
. I am getting an error saying louvain has no attribute RBConfigurationVertexPartitionWeightedLayers . Could you please point me what version and how I need to install?AttributeError: module 'louvain' has no attribute 'RBConfigurationVertexPartitionWeightedLayers'