当前位置:  开发笔记 > 编程语言 > 正文

什么是search.twitter.com的"热门话题"算法?

如何解决《什么是search.twitter.com的"热门话题"算法?》经验,为你挑选了1个好方法。

twitter使用什么算法来确定您在search.twitter.com上可以看到的10个主题?我想实现该算法,我还想展示50个最受欢迎的主题(而不是10个).你能描述最有效的算法吗?

谢谢!

(Twitters API可以在http://apiwiki.twitter.com/REST%20API%20Documentation找到)

此外,我希望能够通过搜索公共时间线来实现该算法 - http://twitter.com/statuses/public_timeline.rss



1> Steven Sorok..:

Twitter的趋势算法不仅仅是关键词的数量.这是它的一部分,但也有一个衰变因素,所以"justin beiber"不是永远的顶级趋势.

这篇关于quora的帖子支持了这一点.http://www.quora.com/Trending-Topics-Twitter/What-is-the-basis-of-Twitters-current-Trending-Topics-algorithm?q=trending+algorithm

衰减通常通过使用算法中帖子的相对年龄来完成,从而为更新的主题/帖子/等提供更多权重.

另见http://www.quora.com/What-tools-algorithms-or-data-structures-would-you-use-to-build-a-Trending-Topics-algorithm-for-a-high-velocity-流q =趋势+算法

推荐阅读
刘美娥94662
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有