Skip to content
This repository was archived by the owner on Aug 19, 2020. It is now read-only.
This repository was archived by the owner on Aug 19, 2020. It is now read-only.

Algorithms give strange results #75

@lukdo

Description

@lukdo

Hello,
I ran Circulo algorithms on my own data which is a graphml file of all the followers connection from a twitter account.

Sadly I get this result:
screenshot from 2016-06-08 15 07 27

It is a multicolor graph where you can't see any colored communities (green red blue are all over the graph). And this is happening for every algorithm. This is the final plotted graph file that you can open with Igraph to see the same:
followers.txt

I tried the algorithms on the "karate" dataset and they work fine. So the problem comes from my dataset.
I launch algorithms on this graphml file (converted to a .txt to be able to link in on this page) with 1354 nodes and 2756 edges:
followers.txt

This is what my terminal says when running "run_algos.py":
run_algosTerminal.txt

Is my file to big?
Do I have to many node attributes?
Does Circulo not support MultiDirectedGraphs?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions