Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitos committed Jan 8, 2015
1 parent 6869e80 commit 0f070b9
Showing 1 changed file with 8 additions and 6 deletions.
Expand Up @@ -17,16 +17,18 @@

package org.apache.spark.mllib.recommendation

import org.apache.spark.mllib.recommendation.ALS.BlockStats
import org.apache.spark.mllib.util.MLlibTestSparkContext
import org.apache.spark.storage.StorageLevel
import org.jblas.DoubleMatrix
import org.scalatest.FunSuite

import scala.collection.JavaConversions._
import scala.math.abs
import scala.util.Random

import org.scalatest.FunSuite
import org.jblas.DoubleMatrix

import org.apache.spark.SparkContext._
import org.apache.spark.mllib.util.MLlibTestSparkContext
import org.apache.spark.mllib.recommendation.ALS.BlockStats
import org.apache.spark.storage.StorageLevel

object ALSSuite {

def generateRatingsAsJavaList(
Expand Down

0 comments on commit 0f070b9

Please sign in to comment.