I'm trying to make a graph using hashtags from Instagram. Each node is a hashtag and has edges to each hashtag it was paired with in a post. I want to filter out the nodes (hashtags) with a low number of occurrences.
I'm able to filter them out by manually setting a limit like 35 or 30, but I want to make it so this limit is calculated using some parameters from the graph.