加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README.txt 813 Bytes
一键复制 编辑 原始数据 按行查看 历史
README: GraphChi
GraphChi is a powerful graph computation engine that can process very
large graphs from the disk.
For documentation and background, please visit:
https://github.com/GraphChi/graphchi-cpp
INSTALLATION
GraphChi does not require installation, it is headers-only. Simply type
"make" to build example applications and test applications.
GETTING STARTED
Start from the example applications. See instructions here:
https://github.com/GraphChi/graphchi-cpp/wiki/Example-Apps
... or simply type "make apps".
COLLABORATIVE FILTERING TOOLKIT
Danny Bickson (CMU) has implemented a comprehensive Collaborative Filtering toolkit,
which is included in the release. See his blog post for more information:
http://bickson.blogspot.com/2012/12/collaborative-filtering-with-graphchi.html
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化