在哪里可以找到社交网站评估数据?

发布于 2024-11-19 20:12:33 字数 195 浏览 2 评论 0原文

我正在研究在线社交社区的评估方法,我需要真实的数据来应用我的算法。我真正需要的是一些记录,显示用户在社交网络、论坛、问答社区等中相互投票的记录。我需要 VoterID、VoteeID、时间和投票值。我下载了 stackoverflow 的数据转储并从中提取了数据。这里的问题是投票文件不包含 voterID(VoteTypeID=5 除外)。 谁能帮我找到这样的数据集? 谢谢

I am working on evaluation methods in online social communities, and I need real-word data to apply my algorithms on. What I exactly need is some records that shows the votes that users have given to each other in a social network, forum, Q&A community, etc. I need VoterID, VoteeID, Time and Vote Value. I downloaded a datadump of stackoverflow and extracted data from them. The problem here is that the votes files does not contain voterID (exepting for VoteTypeID=5).
Can anyone help me find such a dataset?
Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

满意归宿 2024-11-26 20:12:34
<aws:UsageStatistics>
  <aws:UsageStatistic>
<aws:PageViews>
      <aws:PerMillion>
        <aws:Value>54,074</aws:Value>
        <aws:Delta>+4.094%</aws:Delta>
      </aws:PerMillion>
      <aws:Rank>
        <aws:Value>2</aws:Value>
        <aws:Delta>1</aws:Delta>
      </aws:Rank>
      <aws:PerUser>
        <aws:Value>12.31</aws:Value>
        <aws:Delta>-0.97%</aws:Delta>
      </aws:PerUser>
    </aws:PageViews>
</aws:UsageStatistic>
  <aws:UsageStatistic>

或者您可以在 Stackoverflow 上找到 (http://stackoverflow.com/questions/6660607/how-to-calculate-the-site-value)

<aws:UsageStatistics>
  <aws:UsageStatistic>
<aws:PageViews>
      <aws:PerMillion>
        <aws:Value>54,074</aws:Value>
        <aws:Delta>+4.094%</aws:Delta>
      </aws:PerMillion>
      <aws:Rank>
        <aws:Value>2</aws:Value>
        <aws:Delta>1</aws:Delta>
      </aws:Rank>
      <aws:PerUser>
        <aws:Value>12.31</aws:Value>
        <aws:Delta>-0.97%</aws:Delta>
      </aws:PerUser>
    </aws:PageViews>
</aws:UsageStatistic>
  <aws:UsageStatistic>

OR you can find out on Stackoverflow (http://stackoverflow.com/questions/6660607/how-to-calculate-the-site-value)

慈悲佛祖 2024-11-26 20:12:34

我在这里找到了一些非常好的资源:
http://snap.stanford.edu/data/index.html
斯坦福大学 SNAP 项目的网站。

也许对其他人有用

I found myself some very good resources here :
http://snap.stanford.edu/data/index.html
in the web site of SNAP project in Stanford university.

Maybe useful to others

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文