Extends
Methods
(abstract) copy(extra) → {module:eclairjs/ml.Estimator}
Parameters:
Name | Type | Description |
---|---|---|
extra |
module:eclairjs/ml/param.ParamMap |
- Overrides:
- Source:
Returns:
extractParamMap() → {module:eclairjs/ml/param.ParamMap}
- Source:
Returns:
fit(dataset, paramMapopt) → {module:eclairjs/ml.Estimator|module:eclairjs/ml/feature.Bucketizer}
Fits a model to the input data.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
dataset |
module:eclairjs/sql.Dataset | ||
paramMap |
module:eclairjs/ml/param.ParamMap |
<optional> |
Parameter map. These values override any specified in this Estimator's embedded ParamMap. |
- Source:
Returns:
fitted model
transformSchema() → {module:eclairjs/sql/types.StructType}
Check transform validity and derive the output schema from the input schema.
Typical implementation should first conduct verification on schema change and parameter
validity, including complex parameter interaction checks. * @param {module:eclairjs/sql/types.StructType} schema
- Inherited From:
- Source: