Created
February 12, 2016 14:28
-
-
Save tsbits/d5923da20a9fd8cedac4 to your computer and use it in GitHub Desktop.
Normalize data to 0-1 range?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var v = (value-min)/(max-min) ; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment