new MLUtils()
- Source:
Methods
(static) appendBias(vector)
Returns a new vector with 1.0 (bias) appended to the input vector.
Parameters:
Name | Type | Description |
---|---|---|
vector |
module:eclairjs/mllib/linalg.Vector |
- Source: