Ffffffffire / HINormer

31 stars 5 forks source link

What does feats_type mean in the code? #6

Closed louis-crush closed 2 months ago

louis-crush commented 2 months ago

Hello, I would like to ask what the feats_type in the code means. It does not seem to be mentioned in the paper, and the feats_type of all datasets is 3.

Ffffffffire commented 2 months ago

The "feats_type" means the feature initialization strategy of nodes of the target type and the other types. You can use the original features or the id vector features for different datasets. It came from the implementation of SimpleHGN.

louis-crush commented 2 months ago

OK, thank you very much for your answer.