We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8896b0e commit fae8568Copy full SHA for fae8568
mllib/src/main/scala/org/apache/spark/ml/feature/StandardScaler.scala
@@ -33,7 +33,8 @@ private[feature] trait StandardScalerParams extends Params with HasInputCol with
33
34
/**
35
* 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.
+ * It will build a dense output, so this does not work on sparse input
37
+ * and will raise an exception.
38
* @group param
39
*/
40
val withMean: BooleanParam = new BooleanParam(this, "withMean", "Center data with mean")
0 commit comments