Function: standardize()
ts
function standardize(
data,
n,
d): Float64Array;Defined in: ml/reduce.ts:25
Z-score each of the d columns of a row-major n×d matrix (unit variance).
Parameters
| Parameter | Type |
|---|---|
data | ArrayLike<number> |
n | number |
d | number |
Returns
Float64Array