按逻辑类别对博客进行聚类和排名
什么样的算法适合对逻辑社区(科技、娱乐等)中的博客进行聚类和排名?
对博客文章进行聚类和排名的算法会更好。
接受的答案是算法、伪代码、java 代码或特定算法解释的链接。
更新: 所以,看来我想要基于 部分聚类 类别的东西,主要是,关于文本特征。
What kind of algorithm would be good to cluster and rank blogs in logical communities (tech, entertainment, etc...)?
An algorithm to cluster and rank blog posts would be even better.
Answers accepted are algorithms, pseudo-code, java code or links to explanations on particular algorithms.
Update:
So, it seems I would like something in the category of Partional Clustering based, mostly, on textual features.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,您必须通过定义以下内容来更好地定义您的问题:
完成此操作后,您就有大量聚类算法可供选择,例如kmeans 等。
First you have to define your problem better by defining a:
Once you've done that, you have a truckload of clustering algorithms to choose from, such as kmeans, etc.