-
-
Couldn't load subscription status.
- Fork 30
Open
Description
In the documentation, code is given that does not run. The problem is that the node feature matrix is transposed vs. what it should be.
Example given:
fg = FeaturedGraph(erdos_renyi(100, 20))
fg = FeaturedGraph(fg, nf=rand(100, 5)) # DimensionMismatchCorrect code:
fg = FeaturedGraph(erdos_renyi(100, 20))
fg = FeaturedGraph(fg, nf=rand(5, 100))Metadata
Metadata
Assignees
Labels
No labels