markov_clustering icon indicating copy to clipboard operation
markov_clustering copied to clipboard

markov clustering in python

Results 25 markov_clustering issues
Sort by recently updated
recently updated
newest added

Hey there! I'm trying to install this package using `pip install markov_clustering[drawing]` but I keep getting an error message: `no matches found: markov_clustering[drawing]` The standard version is working fine but...

Fix modularity Q computation error object is not iterable

Hi, When I try to set different inflation values I get this error. My adjacency matrix does not contain NA values but it has negative ones. ``` /Users/gema/opt/anaconda3/lib/python3.8/site-packages/markov_clustering/mcl.py:38: RuntimeWarning: invalid...

I'm getting clusters that have overlapping nodes. My assumption is that clusters should have completely distinct sets of nodes. Is my assumption wrong or is this an error?

After run_mcl and get_clusters, I found that one node belongs to two clusters. Is this method doing a soft clustering?

How can i have multiple windows opened with different figures?

I draw a graph with some weights between some edges. Could i show these weights into the plot during the draw of my graph?

Hi I was wondering if we could make this package available via conda? The we can only install onto our servers via conda so I am unable to use this...

Hi. This package helped me a lot with my research. Do you have any suggestion on how I could cite this package in my paper?

I just copied the README example in a python console: ``` Python 3.7.3 (default, Mar 27 2019, 22:11:17) [GCC 7.3.0] :: Anaconda, Inc. on linux Type "help", "copyright", "credits" or...