Skip to content
Snippets Groups Projects
Commit dca80094 authored by Reynold Xin's avatar Reynold Xin
Browse files

Merge pull request #54 from aoiwelle/remove_unused_imports

Remove unnecessary mutable imports

It appears that the imports aren't necessary here.
parents fb25f323 67d4a31f
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