Constructor
new LinearRegressionModel()
Methods
predict(features) → {float}
Predict label for the given features.
Parameters:
Name | Type | Description |
---|---|---|
features |
module:eclairjs/mllib/linalg.Vector |
Returns:
- Type
- float