You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently, it is unclear how to go back and forth between flash graph objects, sparse flash matrices, dense flash matrices, and R matrices. it would be good to be more clear about how this works. For example, I can convert my flashgraph to a sparse graph with fg.get.sparse.matrix(graph), but there is no way to retrieve a dense matrix from that, and consequently, I cannot use as.matrix() to convert it to a standard R matrix.
The text was updated successfully, but these errors were encountered:
currently, it is unclear how to go back and forth between flash graph objects, sparse flash matrices, dense flash matrices, and R matrices. it would be good to be more clear about how this works. For example, I can convert my flashgraph to a sparse graph with fg.get.sparse.matrix(graph), but there is no way to retrieve a dense matrix from that, and consequently, I cannot use as.matrix() to convert it to a standard R matrix.
The text was updated successfully, but these errors were encountered: