We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301e8b8 commit 0b1eaa3Copy full SHA for 0b1eaa3
mllib/src/main/scala/org/apache/spark/mllib/recommendation/MatrixFactorizationModel.scala
@@ -246,7 +246,7 @@ object MatrixFactorizationModel extends Loader[MatrixFactorizationModel] {
246
247
import org.apache.spark.mllib.util.Loader._
248
249
- @transient private[recommendation] val _f2jBLAS = new F2jBLAS
+ @transient private val _f2jBLAS = new F2jBLAS
250
251
/**
252
* Makes recommendations for a single user (or product).
0 commit comments