Closed zheng-da closed 7 years ago
> library(FlashGraphR) > fg <- fg.load.graph("./com-lj.ungraph.txt", directed=FALSE) > cc <- fg.clusters(fg, mode="weak") > cnts <- fm.table(cc) > as.vector(cnts@val) [1] 0 4294967295 > as.vector(cnts@Freq) [1] 2325297 1711233
> table(cc) cc -1 0 38576 3997962
This isn't a bug. A user needs to specify a delimiter to load a graph