0.3.2 • Published 7 years ago

rinobot-plugin-normalize v0.3.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

rinobot-plugin-normalize

Options:

In the extra args section of the rinobot automation config you can set the following parameters

  • algo required: either sum or max, to normalize by the sum of every number in the column, or by the max number in the column.
  • cols: the columns to work on (see Selecting columns and rows of data)
  • rows: the rows to work on

Example

Normalizes an axis of your data.

If your data looks like:

0 1
1 2
2 3
3 4
4 5

You can normalize any column by either its sum or its max,

0 0.2
1 0.4
2 0.6
3 0.8
4 1.0
0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago