gephi / gephi-lite

A web-based, lighter version of Gephi
https://gephi.org/gephi-lite
GNU General Public License v3.0
174 stars 21 forks source link

Topological filters #80

Open jacomyal opened 1 year ago

jacomyal commented 1 year ago

Here are some usecases:

Yomguithereal commented 1 year ago

People often use k-core also in this context :)

jacomyal commented 1 year ago

Could you be more specific?

Yomguithereal commented 1 year ago

k-core is like the recursive version of a degree filter where you will drop nodes until you can guarantee a stable point where there is no node with a degree less than the threshold. Sometimes people want this, sometimes they don't and they only want to degree filter once, even if this will create a new situation where the degree filter is now "invalid". They might want the simple degree filter because in some graph topologies, the k-core will remove a looooot of nodes, making the filtering moot.

jacomyal commented 1 year ago

Do we have a graphology implementation yet?

Yomguithereal commented 1 year ago

Nope, but this shall come.