输入三所数据,输出用户和贴文特征。耗时1min20s
- generate.json data/ZJNU/Feature_Extract/generate.json
- account_info_list.json data/ZJNU/account_info_list.json -post_info_list.json data/ZJNU/post_info_list.json -account_info_list:存储用户信息 -post_info_list:存储贴文信息
输入用户和贴文特征,输出用户群体影响力(更改account_info_list中用户对象的influence属性值)。耗时3min40s
- account_info_list:存储用户信息。
- account_info_list:修改用户对象的influence属性值
输入用户和贴文特征,输出传播策略选取的种子节点。耗时:10min:runs on 2080ti
- account_info_list.json:data/ZJNU/account_info_list.json
- post_info_list.json:data/ZJNU/post_info_list.json
- node_features.json:data/SJTU/DDQN/data_sjtu/node_features.json
输入用户、贴文特征以及传播策略选择的种子节点,输出信息传播路径和覆盖率。耗时1min50s
- node_features.json:data/SJTU/DDQN/data_sjtu/node_features.json
- account_info_list.json data/ZJNU/account_info_list.json
- post_info_list.json data/ZJNU/post_info_list.json
- coverage_I1:负能量抑制场景下信息覆盖率
- coverage_I2:正能量增强场景下信息覆盖率
- ic_result_list:信息传播路径
- need a cuda GPU
- runs on Core i5_12 / RTX3090 for 7 mins
- use 16G memory