forked from GraphChi/graphchi-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
29 lines (16 loc) · 813 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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