suanrong/SDNE

miuse of getting element of scipy.sparse.dok_matrix

Closed this issue · 1 comments

According to the official document, getting a element of scipy.sparse.dok_matrix should be like

edges[u, v] = 0

Some mistakes should be fixed such as here.

Thanks for you comment!
I modified the code. If there is still some problems, please let me know~