abishekrsrikaanth / normalize-value
根据指定的步骤使用特征缩放规范化值。
1.0
2018-04-01 06:31 UTC
Requires
- php: >=5.6
- lodash-php/lodash-php: dev-master
This package is auto-updated.
Last update: 2024-09-14 05:57:06 UTC
README
根据指定的步骤使用 特征缩放 规范化值。
安装
$ composer require abishekrsrikaanth/normalize-value
用法
$normalizedValue = normalize_value(500, [ ["value" => 0, "norm" => 1], ["value" => 1000, "norm" => 0] ]); echo $normalizedValue; //0.5
许可证
normalize-value © Technicaliti,在 MIT 许可下发布。