thunlp / OpenNE

An Open-Source Package for Network Embedding (NE)
MIT License
1.68k stars 485 forks source link

Can Node2vec use the label of Nodes ? #29

Closed zhouchunpong closed 6 years ago

zhouchunpong commented 6 years ago

python src/main.py --method node2vec --label-file data/blogCatalog/bc_labels.txt

zzy14 commented 6 years ago

Node2vec doesn't use the label while training. You can read its paper for details.

zhouchunpong commented 6 years ago

thank you for your answers! I just think this usage example may cause misleading. -- Best wishes