Update comments

This commit is contained in:
Chengbin HOU 2021-10-27 10:04:27 +08:00 committed by GitHub
parent ddb0abbae5
commit d608cb3ece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
"""
ANE method: Adap-ANE: Adaptive Attributed Network Embedding
based on previous Attributed Biased Random Walks https://arxiv.org/abs/1811.11728v2
ANE method: Robust and Scalable Attributed Network Embedding (RoSANE) for Sparse Networks
https://doi.org/10.1016/j.neucom.2020.05.080
(based on previous Attributed Biased Random Walks https://arxiv.org/abs/1811.11728v2)
by Chengbin Hou & Zeyu Dong 2018
"""
@ -223,4 +224,4 @@ def draw_characteristic_curve():
plt.plot(deg_list, beta_list_3, label='alpha=np.e')
plt.plot(deg_list, beta_list_4, label='alpha=10')
plt.legend()
plt.show()
plt.show()