Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
No need for 'recommendation' private scope
  • Loading branch information
Nick Pentreath committed May 9, 2017
commit 0b1eaa34c370bfae7d83190a43d84fae1dc69eb8
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ object MatrixFactorizationModel extends Loader[MatrixFactorizationModel] {

import org.apache.spark.mllib.util.Loader._

@transient private[recommendation] val _f2jBLAS = new F2jBLAS
@transient private val _f2jBLAS = new F2jBLAS

/**
* Makes recommendations for a single user (or product).
Expand Down