pagerankmatlab代码-LBSA:用于社区检测的局部偏谱近似

时间:2021-06-07 19:14:39
【文件属性】:
文件名称:pagerankmatlab代码-LBSA:用于社区检测的局部偏谱近似
文件大小:4.39MB
文件格式:ZIP
更新时间:2021-06-07 19:14:39
系统开源 pagerank matlab代码LBSA 这些代码用于我们的论文“用于社区检测的局部偏谱近似” 要求 在编译代码之前,您的系统中应安装以下软件。 MATLAB gcc(适用于 Linux 和 Mac)或 Microsoft Visual Studio(适用于 Windows) 数据集信息 SNAP 数据集(可在 ) LFR 基准图(可在 ) 示例数据集 Amazon 数据集(可在 ) 节点:334863,边:925872 节点是产品,边是共同购买关系 真实数据大小 >= 3 的前 5000 个社区 如何运行LBSA算法 $ cd LBSA_codes $ matlab $ mex -largeArrayDims GetLocalCond.cpp % compile the mex file $ mex -largeArrayDims rwvec_mex.cpp % compile the mex file $ mex -largeArrayDims pprvec_mex.cpp % compile the mex file $ mex -largeArrayDims hkvec_me
【文件预览】:
LBSA-master
----LBSA_codes()
--------hksample.m(321B)
--------rwvec_mex.cpp(858B)
--------hkvec_mex.cpp(12KB)
--------hkvec_mex.mexa64(25KB)
--------loadCommunities.m(432B)
--------lanczos_Nrw.m(999B)
--------rwsample.m(927B)
--------pprvec_mex.mexa64(21KB)
--------LBSA.m(3KB)
--------GetLocalCond.mexa64(8KB)
--------getConductance.m(1KB)
--------loadGraph.m(276B)
--------pprsample.m(331B)
--------Power_iter.m(293B)
--------rwvec_mex.mexa64(8KB)
--------GetLocalCond.cpp(1KB)
--------pprvec_mex.cc(8KB)
----example()
--------Amazon()
----baseline_codes()
--------PR()
--------LEMON()
--------LOSP()
--------HK()
----Licence(34KB)
----README.md(3KB)
----.gitattributes(89B)

网友评论