Skip to content

Commit

Permalink
Update normalize-aggregation.asciidoc
Browse files Browse the repository at this point in the history
The second method normalizes linearly between 0..100
  • Loading branch information
giladgal authored Aug 12, 2020
1 parent ff14fb9 commit 8534bd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ _rescale_0_1_::
[0, 0, .1111, 1, .1111, .3333]

_rescale_0_100_::
This method rescales the data such that the minimum number is zero, and the maximum number is 1, with the rest normalized
This method rescales the data such that the minimum number is zero, and the maximum number is 100, with the rest normalized
linearly in-between.

x' = 100 * (x - min_x) / (max_x - min_x)
Expand Down

0 comments on commit 8534bd5

Please sign in to comment.