File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
mllib/src/test/scala/org/apache/spark/mllib/recommendation Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1717
1818package org .apache .spark .mllib .recommendation
1919
20- import org .apache .spark .mllib .recommendation .ALS .BlockStats
21- import org .apache .spark .mllib .util .MLlibTestSparkContext
22- import org .apache .spark .storage .StorageLevel
23- import org .jblas .DoubleMatrix
24- import org .scalatest .FunSuite
25-
2620import scala .collection .JavaConversions ._
2721import scala .math .abs
2822import scala .util .Random
2923
24+ import org .scalatest .FunSuite
25+ import org .jblas .DoubleMatrix
26+
27+ import org .apache .spark .SparkContext ._
28+ import org .apache .spark .mllib .util .MLlibTestSparkContext
29+ import org .apache .spark .mllib .recommendation .ALS .BlockStats
30+ import org .apache .spark .storage .StorageLevel
31+
3032object ALSSuite {
3133
3234 def generateRatingsAsJavaList (
You can’t perform that action at this time.
0 commit comments