Constructor
new ChiSqSelectorModel()
- Source:
Methods
Parameters:
Name |
Type |
Description |
path |
string
|
|
- Source:
Returns:
-
Type
-
module:eclairjs/ml/feature.ChiSqSelectorModel
- Source:
Returns:
-
Type
-
module:eclairjs/ml/util.MLReader
Parameters:
- Source:
Returns:
-
Type
-
module:eclairjs/ml/feature.ChiSqSelectorModel
getNumTopFeatures() → {integer}
- Source:
Returns:
-
Type
-
integer
Number of features that selector will select (ordered by statistic value descending).
If the number of features is < numTopFeatures, then this will select all features. The default value of numTopFeatures is 50.
- Source:
Returns:
-
Type
-
module:eclairjs/ml/param.IntParam
selectedFeatures() → {Array.<integer>}
- Source:
Returns:
-
Type
-
Array.<integer>
Parameters:
Name |
Type |
Description |
value |
string
|
|
- Source:
Returns:
-
Type
-
module:eclairjs/ml/feature.ChiSqSelectorModel
Parameters:
Name |
Type |
Description |
value |
string
|
|
- Source:
Returns:
-
Type
-
module:eclairjs/ml/feature.ChiSqSelectorModel
Parameters:
Name |
Type |
Description |
value |
string
|
|
- Source:
Returns:
-
Type
-
module:eclairjs/ml/feature.ChiSqSelectorModel
Parameters:
- Source:
Returns:
-
Type
-
module:eclairjs/sql.Dataset
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
- Source:
Returns:
-
Type
-
module:eclairjs/ml/util.MLWriter