Constructor
new DecisionTreeRegressionModel()
- Source:
Extends
Methods
Parameters:
Name |
Type |
Description |
path |
string
|
|
- Source:
Returns:
-
Type
-
module:eclairjs/ml/regression.DecisionTreeRegressionModel
- Source:
Returns:
-
Type
-
module:eclairjs/ml/util.MLReader
Parameters:
- Overrides:
- Source:
Returns:
-
Type
-
module:eclairjs/ml/regression.DecisionTreeRegressionModel
Param for features column name.
- Inherited From:
- Source:
Returns:
-
Type
-
module:eclairjs/ml/param.Param
getFeaturesCol() → {string}
- Inherited From:
- Source:
Returns:
-
Type
-
string
getLabelCol() → {string}
- Inherited From:
- Source:
Returns:
-
Type
-
string
getPredictionCol() → {string}
- Inherited From:
- Source:
Returns:
-
Type
-
string
hasParent() → {boolean}
- Inherited From:
- Source:
Returns:
-
Type
-
boolean
Param for label column name.
- Inherited From:
- Source:
Returns:
-
Type
-
module:eclairjs/ml/param.Param
numFeatures() → {integer}
- Inherited From:
- Source:
Returns:
-
Type
-
integer
- Inherited From:
- Source:
Returns:
-
Type
-
module:eclairjs/ml.Estimator
Param for prediction column name.
- Inherited From:
- Source:
Returns:
-
Type
-
module:eclairjs/ml/param.Param
setFeaturesCol(value) → {object}
Parameters:
Name |
Type |
Description |
value |
string
|
|
- Inherited From:
- Source:
Returns:
-
Type
-
object
setParent(parent) → {object}
Sets the parent of this model.
Parameters:
- Inherited From:
- Source:
Returns:
-
Type
-
object
setPredictionCol(value) → {object}
Parameters:
Name |
Type |
Description |
value |
string
|
|
- Inherited From:
- Source:
Returns:
-
Type
-
object
Parameters:
Name |
Type |
Description |
value |
string
|
|
- Source:
Returns:
-
Type
-
module:eclairjs/ml/regression.DecisionTreeRegressionModel
toDebugString() → {string}
- Source:
Returns:
-
Type
-
string
toString() → {string}
- Source:
Returns:
-
Type
-
string
Parameters:
- Overrides:
- Source:
Returns:
-
Type
-
DataFrame
Parameters:
- Inherited From:
- Source:
Returns:
-
Type
-
module:eclairjs/sql/types.StructType
Validates and transforms the input schema with the provided param map.
Parameters:
- Inherited From:
- Source:
Returns:
-
Type
-
module:eclairjs/sql/types.StructType
- Source:
Returns:
-
Type
-
module:eclairjs/ml/util.MLWriter