文件名称:Python 实现 Linear_Threshold 线性阈值模型算法
文件大小:17KB
文件格式:ZIP
更新时间:2022-01-27 12:48:22
python
Linear_Threshold 社交网络影响力最大化算法(线性阈值算法以及改进算法) 1、Python 实现社交网络影响力最大化 Linear_Threshold(线性阈值模型)算法。 2、对线性阈值模型算法进行优化改进,实现贪心算法。 3、代码中有详细注释说明,测试代码,测试节点数据集,并对数据集进行处理,输出测试结果。 4、代码实现环境:Python2.7, Anoconda2,Pycharm2017。
【文件预览】:
Linear_Threshold-master
----LT_improve.py(5KB)
----linear_threshold.py(4KB)
----__pycache__()
--------linear_threshold.cpython-36.pyc(4KB)
--------linear_threshold_clime.cpython-36.pyc(3KB)
----Wiki-Vote.txt(261B)
----linear_threshold_clime.py(4KB)
----.idea()
--------Linear_Threshold-master.iml(408B)
--------misc.xml(188B)
--------modules.xml(305B)
--------encodings.xml(138B)
--------workspace.xml(9KB)
----test_linear_threshold_clime.py(3KB)
----test_linear_threshold.py(1KB)
----README.md(459B)