[MINOR] [ML] fix wrong annotation of RFormula.formula

fix wrong annotation of RFormula.formula

Author: Yanbo Liang <ybliang8@gmail.com>

Closes #7470 from yanboliang/RFormula and squashes the following commits:

61f1919 [Yanbo Liang] fix wrong annotation
This commit is contained in:
Yanbo Liang 2015-07-17 09:00:41 -07:00 committed by Xiangrui Meng
parent c043a3e9df
commit 441e072a22

View file

@ -42,7 +42,7 @@ class RFormula(override val uid: String)
/**
* R formula parameter. The formula is provided in string form.
* @group setParam
* @group param
*/
val formula: Param[String] = new Param(this, "formula", "R model formula")