Skip to content
Snippets Groups Projects
Commit 67d4a31f authored by Neal Wiggins's avatar Neal Wiggins Committed by Neal Wiggins
Browse files

Remove unnecessary mutable imports

parent 213b70a2
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,6 @@ import java.util.Random
import org.apache.spark.SparkContext
import org.apache.spark.util.Vector
import org.apache.spark.SparkContext._
import scala.collection.mutable.HashMap
import scala.collection.mutable.HashSet
/**
* K-means clustering.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment