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 12210d3b15de93471ddfc5e7a4538a59a60dcc8c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ object KMeansExample {
val spark = SparkSession
.builder
.appName(s"${this.getClass.getSimpleName}")
.master("local[*]")
.getOrCreate()

// $example on$
Expand Down