zzz24512653 / CommunityDetection

Implements of community detection algorithms
354 stars 174 forks source link

In util file ,there is not graph_helper! #1

Open sdd1991 opened 7 years ago

sdd1991 commented 7 years ago

In util file ,there is not graph_helper!

sdd1991 commented 7 years ago

GN.py is not run!!!!

RunyuanChen commented 7 years ago

I can't find graph_helper!

zzz24512653 commented 7 years ago

@sdd1991 @RunyuanChen I am so sorry, I forgot to push the graph_helper code.

sdd1991 commented 7 years ago

thanks! It is very useful for me !

RunyuanChen commented 7 years ago

Thanks!

liangwq commented 7 years ago

Graph[VertexData,Double]中 VertexData对应spark2.0是哪个数据结构

zzz24512653 commented 7 years ago

VertexData是自己实现的Scala类 @liangwq

lifinger commented 7 years ago

楼主,我在不到十万的数据上跑fast unfolding算法,但是总在step1 里面的count步骤出错,你有在大数据集上测试通过吗

zzz24512653 commented 7 years ago

不好意思,没有。要不你把数据给我发下,我抽空测一下,改下bug。zzz24512653@163.com @lifinger

litao1105 commented 5 years ago

@zzz24512653 楼主,我试了你的Graphx版本的Louvain实现代码,太费内存了,另外在集群端提交打印不出来 communities.foreach(println) println(),能把结果save到hdfs嘛,另外我这里有大的数据集,你要不要试试?