Skip to content

Commit

Permalink
scala style comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Jul 31, 2015
1 parent b9cffb6 commit 7cdf915
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,10 @@ class StringIndexerInverse private[ml] (
"array of labels, if not provided metadata from inputCol is used instead.")
setDefault(labels, Array.empty[String])

/** @group getParam
/**
* Optional labels to be provided by the user, if not supplied column
* metadata is read for labels.
* @group getParam
*/
final def getLabels: Array[String] = $(labels)

Expand Down

0 comments on commit 7cdf915

Please sign in to comment.