Get a listof edges
Examples
x <- randomMultiFactor(n_features = 10)
getEdgeList(x)
#> V1 V2
#> a2b a b
#> b2c b c
#> c2d c d
#> d2e d e
#> e2f e f
Get a listof edges
x <- randomMultiFactor(n_features = 10)
getEdgeList(x)
#> V1 V2
#> a2b a b
#> b2c b c
#> c2d c d
#> d2e d e
#> e2f e f