aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test
diff options
context:
space:
mode:
authorXinghao <pxinghao@gmail.com>2013-07-28 21:39:19 -0700
committerXinghao <pxinghao@gmail.com>2013-07-28 21:39:19 -0700
commit9398dced0331c0ec098ef5eb4616571874ceefb6 (patch)
tree80bd8aa7dbd29f5f90de9ed64fd0fea83bbc4d3a /mllib/src/test
parent67de051bbb81096dc37ea6f92a82a9224b4af61e (diff)
downloadspark-9398dced0331c0ec098ef5eb4616571874ceefb6.tar.gz
spark-9398dced0331c0ec098ef5eb4616571874ceefb6.tar.bz2
spark-9398dced0331c0ec098ef5eb4616571874ceefb6.zip
Changed Classification to return Int instead of Double
Also minor changes to formatting and comments
Diffstat (limited to 'mllib/src/test')
-rw-r--r--mllib/src/test/scala/spark/mllib/classification/SVMSuite.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/mllib/src/test/scala/spark/mllib/classification/SVMSuite.scala b/mllib/src/test/scala/spark/mllib/classification/SVMSuite.scala
index 2a23825acc..91c037e9b1 100644
--- a/mllib/src/test/scala/spark/mllib/classification/SVMSuite.scala
+++ b/mllib/src/test/scala/spark/mllib/classification/SVMSuite.scala
@@ -25,8 +25,6 @@ import org.scalatest.FunSuite
import spark.SparkContext
-import java.io._
-
class SVMSuite extends FunSuite with BeforeAndAfterAll {
val sc = new SparkContext("local", "test")