Skip to content

Commit

Permalink
SocDim
Browse files Browse the repository at this point in the history
  • Loading branch information
benedekrozemberczki committed Jan 18, 2021
1 parent 88c7c44 commit 9320557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karateclub/node_embedding/neighbourhood/sociodim.py
Expand Up @@ -5,7 +5,7 @@

class SocioDim(Estimator):
r"""An implementation of `"SocioDim" <https://dl.acm.org/doi/abs/10.1145/1557019.1557109>`_
from the KDD '09 paper "Relational learning via latent social dimensions".
from the KDD '09 paper "Relational Learning via Latent Social Dimensions".
The procedure extracts the eigenvectors corresponding to the largest eigenvalues
of the graph modularity matrix. These vectors are used as the node embedding.
Expand Down

0 comments on commit 9320557

Please sign in to comment.