struc2vec icon indicating copy to clipboard operation
struc2vec copied to clipboard

This repository provides a reference implementation of struc2vec.

Results 11 struc2vec issues
Sort by recently updated
recently updated
newest added

When i run the code with `Cora dataset` ,the following occurs: `/home/songzenghui/zee/struc2vec/src/algorithms_distances.py:541: RuntimeWarning: invalid value encountered in double_scalars e_list = [x / sum_w for x in e_list] ` The dataset...