flashxio / FlashX

FlashX is a collection of big data analytics tools that perform data analytics in the form of graphs and matrices.
http://flashx.io/
Apache License 2.0
233 stars 53 forks source link

[FlashGraphR]: either fg.load.graph or fm.clusters doesn't work #359

Closed zheng-da closed 7 years ago

zheng-da commented 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
zheng-da commented 7 years ago
> table(cc)
cc
     -1       0 
  38576 3997962 
zheng-da commented 7 years ago

This isn't a bug. A user needs to specify a delimiter to load a graph