benedekrozemberczki / karateclub

Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020)
https://karateclub.readthedocs.io
GNU General Public License v3.0
2.13k stars 245 forks source link

Feather Node output length feature embedding #86

Closed umbylyno closed 2 years ago

umbylyno commented 2 years ago

Hi everybody, I have a question.

Is it possible to define the number of outputs embeddings with Feather node method? I am trying to implement it in my system as a feature extractor of a knowledge graph, but every time I apply it I have different lengths.

Thanks in advance.

benedekrozemberczki commented 2 years ago

Dear @umbylyno,

It is 2 scale number_of_evaluation points. Take a look at the FEATHER paper, it explains why this is the case.

Could you star the repo?

Bests,

Benedek