Skip to content

Instantly share code, notes, and snippets.

@tsbits
Created February 12, 2016 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsbits/d5923da20a9fd8cedac4 to your computer and use it in GitHub Desktop.
Save tsbits/d5923da20a9fd8cedac4 to your computer and use it in GitHub Desktop.
Normalize data to 0-1 range?
var v = (value-min)/(max-min) ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment