Skip to content

Analytics

Matthias Kricke edited this page May 18, 2016 · 2 revisions
    1. Ideas

- build a undirected weighted hashtag graph - visualize this graph for a given hashtag with depth 3 - build a weighted directed user graph - userA mentioned userB `userA: "hello @userB"` - weight is number of mentions - visualize user graph for a given user with depth 3 - for a given time range: calculate the number of tweets per user

    1. in-work - for each hashtag calculate the most used neighbours ( #79 ) - two hashtags are neighbours if both are mentioned in the same tweet - which user spans the largest area with his tweets (#36) - calculate the traveled distance between all pairs of subsequent tweets of a user (#78) - Which user has the largest accumulated distance?
Clone this wiki locally