Skip to content
Closed
Prev Previous commit
Next Next commit
Example code for Power Iteration Clustering
  • Loading branch information
shahidki31 committed Jun 7, 2018
commit 1c5feed81628f077a174def353fed38caa56d01c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public static void main(String[] args) {
SparkSession spark = SparkSession
.builder()
.appName("JavaPowerIterationClustering")
.master("local")
.getOrCreate();

// $example on$
Expand Down