Skip to content

Commit

Permalink
Fixed Indentation for setMinCount
Browse files Browse the repository at this point in the history
  • Loading branch information
ganonp committed Dec 18, 2014
1 parent 12ed8f9 commit 854958b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ class Word2Vec extends Serializable with Logging {
* model's vocabulary (default: 5).
*/
def setMinCount(minCount: Int): this.type = {
this.minCount = minCount
this
this.minCount = minCount
this
}

private var trainWordsCount = 0
Expand Down

0 comments on commit 854958b

Please sign in to comment.