Tagged Questions
13
votes
4answers
3k views
Understanding algorithms for measuring trends
What's the rationale behind the formula used in the hive_trend_mapper.py program of this Hadoop tutorial on calculating Wikipedia trends?
There are actually two components: a monthly trend and a ...
3
votes
2answers
109 views
How can I calculate the trending nature of a link? [closed]
The above image represents an article's page views over time. I'm looking for a decent, not to complex either physics or statistical calculation that would be able to give me (based on the history ...
3
votes
2answers
695 views
Trending topics: 1-word terms vs composed terms
With your perfect help here I've already found out how to compute trending topics (standard score + floating average).
My next problem: I have the terms (consisting of 1-3 words) in my database ...
1
vote
1answer
44 views
How to calculate trends from text messages
I'm working on a Hungarian twitter client and I would like to implement a trend system. So I have a database full of texts and dates (unix timestamps) that represent the creation date of the tweet.
...