Weights for node features and edge features

Hi,

I am sure that we can have float values for node features. However, is it possible to have weights on the adjacency matrix, for example, to have a weight (float value) for each element together with the adjacency matrix?

You can have values for edge features in g.edata. Is this what you want?

Thanks, I will take a look!