Constructor
new Binarizer(uidopt)
Parameters:
Name |
Type |
Attributes |
Description |
uid |
string
|
<optional>
|
|
- Source:
Methods
Parameters:
Name |
Type |
Description |
path |
string
|
|
- Source:
Returns:
-
Type
-
module:eclairjs/ml/feature.Binarizer
Parameters:
- Source:
Returns:
-
Type
-
module:eclairjs/ml/feature.Binarizer
getThreshold() → {float}
- Source:
Returns:
-
Type
-
float
Parameters:
Name |
Type |
Description |
value |
string
|
|
- Source:
Returns:
-
Type
-
module:eclairjs/ml/feature.Binarizer
Parameters:
Name |
Type |
Description |
value |
string
|
|
- Source:
Returns:
-
Type
-
module:eclairjs/ml/feature.Binarizer
Parameters:
Name |
Type |
Description |
value |
float
|
|
- Source:
Returns:
-
Type
-
module:eclairjs/ml/feature.Binarizer
Param for threshold used to binarize continuous features.
The features greater than the threshold, will be binarized to 1.0.
The features equal to or less than the threshold, will be binarized to 0.0. Default: 0.0
- Source:
Returns:
-
Type
-
module:eclairjs/ml/param.DoubleParam
Parameters:
Name |
Type |
Description |
dataset |
module:eclairjs/sql.DataFrame
|
|
- Source:
Returns:
-
Type
-
module:eclairjs/sql.DataFrame
Parameters:
- Source:
Returns:
-
Type
-
module:eclairjs/sql/types.StructType
uid() → {string}
An immutable unique ID for the object and its derivatives.
- Source:
Returns:
-
Type
-
string