Constructor
new QuantileDiscretizer(uidopt)
Parameters:
Name |
Type |
Attributes |
Description |
uid |
string
|
<optional>
|
|
- Source:
Extends
Methods
Parameters:
Name |
Type |
Description |
path |
string
|
|
- Source:
Returns:
-
Type
-
module:eclairjs/ml/feature.QuantileDiscretizer
Parameters:
- Overrides:
- Source:
Returns:
-
Type
-
module:eclairjs/ml/feature.QuantileDiscretizer
- Inherited From:
- Source:
Returns:
-
Type
-
module:eclairjs/ml/param.ParamMap
Fits a model to the input data.
Parameters:
- Inherited From:
- Source:
Returns:
fitted model
-
Type
-
module:eclairjs/ml.Estimator
|
module:eclairjs/ml/feature.Bucketizer
getNumBuckets() → {integer}
- Source:
Returns:
-
Type
-
integer
Maximum number of buckets (quantiles, or categories) into which data points are grouped. Must be >= 2. default: 2
- Source:
Returns:
-
Type
-
module:eclairjs/ml/param.IntParam
Parameters:
Name |
Type |
Description |
value |
string
|
|
- Source:
Returns:
-
Type
-
module:eclairjs/ml/feature.QuantileDiscretizer
Parameters:
Name |
Type |
Description |
value |
integer
|
|
- Source:
Returns:
-
Type
-
module:eclairjs/ml/feature.QuantileDiscretizer
Parameters:
Name |
Type |
Description |
value |
string
|
|
- Source:
Returns:
-
Type
-
module:eclairjs/ml/feature.QuantileDiscretizer
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:
Returns:
-
Type
-
module:eclairjs/sql/types.StructType
uid() → {string}
An immutable unique ID for the object and its derivatives.
- Source:
Returns:
-
Type
-
string