Constructor
new StandardScalerModel(std, mean)
Parameters:
Name |
Type |
Description |
std |
|
Standard deviation of the StandardScalerModel |
mean |
|
Mean of the StandardScalerModel |
- Source:
Extends
Methods
(static) load(path) → {module:eclairjs/mllib/feature.StandardScalerModel}
Parameters:
Name |
Type |
Description |
path |
string
|
|
- Source:
Returns:
-
Type
-
module:eclairjs/mllib/feature.StandardScalerModel
- Source:
Returns:
-
Type
-
module:eclairjs/ml/util.MLReader
copy(extra) → {module:eclairjs/mllib/feature.StandardScalerModel}
Parameters:
- Overrides:
- Source:
Returns:
-
Type
-
module:eclairjs/mllib/feature.StandardScalerModel
hasParent() → {boolean}
- Inherited From:
- Source:
Returns:
-
Type
-
boolean
- Inherited From:
- Source:
Returns:
-
Type
-
module:eclairjs/ml.Estimator
Parameters:
Name |
Type |
Description |
value |
string
|
|
- Source:
Returns:
-
Type
-
module:eclairjs/mllib/feature.StandardScalerModel
setOutputCol(value) → {module:eclairjs/mllib/feature.StandardScalerModel}
Parameters:
Name |
Type |
Description |
value |
string
|
|
- Source:
Returns:
-
Type
-
module:eclairjs/mllib/feature.StandardScalerModel
setParent(parent) → {object}
Sets the parent of this model.
Parameters:
- Inherited From:
- Source:
Returns:
-
Type
-
object
Parameters:
- Overrides:
- Source:
Returns:
-
Type
-
module:eclairjs/sql.Dataset
Parameters:
- Overrides:
- Source:
Returns:
-
Type
-
module:eclairjs/sql/types.StructType
- Source:
Returns:
-
Type
-
module:eclairjs/ml/util.MLWriter