Class: StandardScalerModel

eclairjs/ml/feature. StandardScalerModel

Model fitted by StandardScaler.

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

(static) read() → {module:eclairjs/ml/util.MLReader}

Source:
Returns:
Type
module:eclairjs/ml/util.MLReader

copy(extra) → {module:eclairjs/mllib/feature.StandardScalerModel}

Parameters:
Name Type Description
extra module:eclairjs/ml/param.ParamMap
Overrides:
Source:
Returns:
Type
module:eclairjs/mllib/feature.StandardScalerModel

hasParent() → {boolean}

Inherited From:
Source:
Returns:
Type
boolean

parent() → {module:eclairjs/ml.Estimator}

Inherited From:
Source:
Returns:
Type
module:eclairjs/ml.Estimator

setInputCol(value) → {module:eclairjs/mllib/feature.StandardScalerModel}

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:
Name Type Description
parent module:eclairjs/ml.Estimator
Inherited From:
Source:
Returns:
Type
object

transform(dataset) → {module:eclairjs/sql.Dataset}

Parameters:
Name Type Description
dataset module:eclairjs/sql.Dataset
Overrides:
Source:
Returns:
Type
module:eclairjs/sql.Dataset

transformSchema(schema) → {module:eclairjs/sql/types.StructType}

Parameters:
Name Type Description
schema module:eclairjs/sql/types.StructType
Overrides:
Source:
Returns:
Type
module:eclairjs/sql/types.StructType

write() → {module:eclairjs/ml/util.MLWriter}

Source:
Returns:
Type
module:eclairjs/ml/util.MLWriter