WouterSpekkink / gephi-plugins

Repository for Gephi Plugins maintained by the team. Each plugin has it's branch.
4 stars 2 forks source link

Treatment of isolated nodes #18

Open BazilSansom opened 3 years ago

BazilSansom commented 3 years ago

We previously agreed that trophic level for isolated nodes not meaningful/useful and indeed isn't defined. Currently trophic levels and incoherence calculation just skips single node components and we return

Components with single nodes were found. These components are skipped in the calculation of trophic levels and trophic incoherence.

Meanwhile ordered layout ignores nodes without a trophic level. However it does not seem ideal that isolated nodes should be 'dead' nodes from the perspective of the layout. It might be better to e.g. simply assign isolated nodes a trophic level of zero for purpose of systematic/tidy layout?