Skip to content

Commit fae8568

Browse files
committed
style fix
1 parent 8896b0e commit fae8568

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mllib/src/main/scala/org/apache/spark/ml/feature/StandardScaler.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ private[feature] trait StandardScalerParams extends Params with HasInputCol with
3333

3434
/**
3535
* False by default. Centers the data with mean before scaling.
36-
* It will build a dense output, so this does not work on sparse input and will raise an exception.
36+
* It will build a dense output, so this does not work on sparse input
37+
* and will raise an exception.
3738
* @group param
3839
*/
3940
val withMean: BooleanParam = new BooleanParam(this, "withMean", "Center data with mean")

0 commit comments

Comments
 (0)