spark-betweenness icon indicating copy to clipboard operation
spark-betweenness copied to clipboard

k Betweenness Centrality algorithm for Spark using GraphX

Results 3 spark-betweenness issues
Sort by recently updated
recently updated
newest added

vertexKBcgraph in aggregateGraphletsBetweennessScores() can be cached, for it is used by multi actions.

Hi I am trying to execute one of your test examples ( with KBetweenness.run() ) and i get this exception. `java.lang.ClassCastException: cannot assign instance of scala.collection.immutable.List$SerializationProxy to field org.apache.spark.rdd.RDD.org$apache$spark$rdd$RDD$$dependencies_ of...

Hi, I am trying to print the sortedVBC. I do not get errors by building the .jar file, but anything is shown when I run it. Please, this is my...