FeaturedGraph Explanation

Dear Julia Community,

I was recently becoming interested in Machine Learning on graphs I found the GeometricFlux library that seems to be quite useful in that regard. My understanding of graphs in general is rather basic, but I still found that topic interesting. One feature that I cannot really wrap my head around is the FeaturedGraph.

I have a hard time understanding how to construct it. The documentation for is seems not to be specific about how to exactly construct a FeaturedGraph, particular how the edge and node features can be constructed using the type.

If there are N nodes, then one could maybe construct a N x K feature matrix with K features, but for the edges, I would need a multi-dimensional structure?

Sorry for the noob question :slight_smile: