This is the command numnormalize that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
numnormalize - Normalize a set of numbers. By default between 0 and 1.
SYNOPSIS
numnormalize [-dhRV] <FILE>
| numnormalize [-dhRV] (Input on STDIN from pipeline.)
numnormalize [-dhRV] (Input on STDIN. Use Ctrl-D to stop.)
DESCRIPTION
numnormalize will take a set of numbers on input and return that set as a normalized set
of numbers between 0 and 1 by default. Or you can use the -R option to specify a
different normalized range.
OPTIONS
-h Help: You're looking at it.
-V Increase verbosity.
-d Debug mode. For developers
-R <range> This allows you to specify a different normalized range instead of from 0 to 1.
For example -R 0..5
Use numnormalize online using onworks.net services