Get node features using it ID

is it possible to get nodes with their features using their IDS? if yes ? how i can do that? And thank you in advance .

Usually you could do g.ndata[feature_name][ids]. Both ndata and edata are indexed by node/edge IDs.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.