Update comments
This commit is contained in:
parent
ddb0abbae5
commit
d608cb3ece
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user