fg.get.sparse.matrix | R Documentation |
Load a sparse matrix to FlashGraphR from FlashGraph.
fg.get.sparse.matrix(fg)
‘fg.get.sparse.matrix’ gets a FlashMatrix sparse matrix that references a matrix represented by a FlashGraph object.
fg <- fg.load.graph("graph.adj", "graph.index") fm <- fg.get.sparse.matrix(fg)