6
votes
4answers
305 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 …
1
vote
4answers
306 views
Calculate a trendline when the x-axis uses dates
The post on calculating trend lines on a scatter plot (http://stackoverflow.com/questions/43224/how-do-i-calculate-a-trendline-for-a-graph) is quite helpful, but I'm curious how one could go about …
1
vote
2answers
368 views
Trending topics: 1-word terms vs composed terms
Hello!
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 …
0
votes
2answers
175 views
SQL CODE to do: Trending topics equals a twitter
If i wants count the matching words in a rows of two tables, with milions of rows, sample:
Table posts, sample:
+----+---------+-----------------------------+
| ID | ID_user | text …
1
vote
4answers
682 views
What is search.twitter.com’s “trending topics” algorithm?
What algorithm does twitter use to determine the 10 topics that you can see at search.twitter.com? I would like to implement that algorithm and I would also like to show the 50 most popular topics …
1
vote
2answers
591 views
Where can I get a VB.net - WPF - Trending Graph Control.
We're trying to show 4 trend graphs and will be adding data to them them at a rate of about 1 point every second. In the end each trend needs to show around 600 points.
Currently we are using the …
