It will be required for any Random Walks implementations as well as it is just nice to have. From `GraphFrame { vertices, edges }` to `DataFrame`: | id | neighbors | | -- | --------- | | 1 | [2, 3,] | | 2 | [1,] | | 3 | [1, 2,] |
It will be required for any Random Walks implementations as well as it is just nice to have.
From
GraphFrame { vertices, edges }toDataFrame: