Skip to main content

This package implements normc() and normr() functions to easily normalize columns and rows respectively.

Project description

## normalize_easy Package

This package implements normc(), normr(), normv() functions to easily normalize columns, rows of 2-D arrays and vectors respectively. This package uses sklearn.preprocessing.normalize and forced the input array to have dtype as float. The input array has to be 2-D for normc() and normr().

  • normc() -> normalizes columns of a 2-D array

  • normr() -> normalizes rows of a 2-D array

  • normv() -> normalizes the 1-D array

### To install * pip install normalize_easy, or * Download the repo and run python setup.py install

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

normalize_easy-0.0.2.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distributions

normalize_easy-0.0.2-py3.4.egg (3.7 kB view hashes)

Uploaded Source

normalize_easy-0.0.2-py2.py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page