衡量特定帖子的受欢迎程度?
我正在尝试衡量一篇文章的受欢迎程度,但当前没有系统可以做到这一点,所以这意味着我必须创建一个。
谁能指导我创建一个衡量帖子受欢迎程度的启发式方法?我假设诸如回复数量、浏览次数、帖子年龄、粘性与非粘性等因素都应该作为一个因素发挥作用。我知道我问了很多,因为这不是一个容易解决的问题,但如果有人可以向我推荐在线资源来帮助我完成这项任务,我将不胜感激。
I'm trying to measure the popularity of a post but there's no current system in place that can do that so that means I have to create one.
Can anyone guide me on creating a heuristic that measures popularity for a post? I'm assuming factors such as # of replies, # of views, age of post, sticky vs. non-sticky, etc. should play in as a factor. I know i'm asking a lot because it's not an easy question to solve but if someone can refer me to an online resource to help me on this task, that would be much appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看其中一些其他问题:流行度算法,或线程“热度” 和 这个来自 Jeff 的关于 Stack Overflow 的问题。
Check out some of these other questions: Popularity algorithm, or thread "hotness", and this one from Jeff regarding Stack Overflow.
Reddit.com 也做了类似的事情,而且他们的代码是开源的。
Reddit.com does something similar and their code is open source.