Skip to content

Commit

Permalink
updated review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tijo committed Sep 6, 2015
1 parent 624d85d commit 7b65e62
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ private[recommendation] trait ALSParams extends ALSModelParams with HasMaxIter w
@Experimental
@Since("1.3.0")
class ALSModel private[ml] (
override val uid: String,
val rank: Int,
@Since("1.4.0") override val uid: String,
@Since("1.4.0") val rank: Int,
@transient val userFactors: DataFrame,
@transient val itemFactors: DataFrame)
extends Model[ALSModel] with ALSModelParams {
Expand Down

0 comments on commit 7b65e62

Please sign in to comment.