2017 © Pedro Peláez
 

library normalize-value

Normalizes a value according to the specified steps, using feature scaling.

image

abishekrsrikaanth/normalize-value

Normalizes a value according to the specified steps, using feature scaling.

  • Sunday, April 1, 2018
  • by abishekrsrikaanth
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

normalize-value

Last version Donate, (*1)

Normalizes a value according to the specified steps, using feature scaling., (*2)

Install

$ composer require abishekrsrikaanth/normalize-value

Usage

$normalizedValue = normalize_value(500, [
        ["value" => 0, "norm" => 1],
        ["value" => 1000, "norm" => 0]
    ]);

echo $normalizedValue; //0.5

License

normalize-value © Technicaliti, Released under the MIT License.
, (*3)

The Versions

01/04 2018

dev-master

9999999-dev

Normalizes a value according to the specified steps, using feature scaling.

  Sources   Download

MIT

The Requires

 

value feature vector mean scaling normalize standardization normalisation

01/04 2018

1.0

1.0.0.0

Normalizes a value according to the specified steps, using feature scaling.

  Sources   Download

MIT

The Requires

 

value feature vector mean scaling normalize standardization normalisation