3-profiles:GraphLab PowerGraph 实现 3-profile 计数

时间:2021-06-04 08:50:47
【文件属性】:
文件名称:3-profiles:GraphLab PowerGraph 实现 3-profile 计数
文件大小:50KB
文件格式:ZIP
更新时间:2021-06-04 08:50:47
C++ 3 配置文件自述文件 3profileLocal 本地 3-profile 计数。 给定一个无向图,该程序计算所有子图在 3 个顶点上的频率(直至同构)。 文件 counts_3_profiles.txt 附加有输入文件名、边采样概率、图形的 3-profile 和运行时间。 网络流量同样附加到 netw_counts_3_profiles.txt。 还提供了一个选项 (per_vertex),用于写入本地 3-profile,对于每个顶点,包括该顶点的子图的计数。 该算法假设每个无向边在图形输入中只出现一次。 如果边缘可能出现不止一次,则此过程将过度计数。 ./3profileLocal --graph mygraph.txt --format tsv --sample_iter 10 --min_prob .5 --max_prob 1 --prob_step .1 ./3pr
【文件预览】:
3-profiles-master
----3profilesEgo2_egosampling.cpp(41KB)
----getTriangles.cpp(26KB)
----CMakeLists.txt(361B)
----README.md(3KB)
----3profilesEgo2_egosamplingfile.cpp(39KB)
----3profileEgo1.cpp(40KB)
----3profileLocal.cpp(29KB)

网友评论