Skip to content

Instantly share code, notes, and snippets.

@Albertbol
Created March 12, 2021 06:31
Show Gist options
  • Save Albertbol/af04e074aeea03e61711c1a99fe46b73 to your computer and use it in GitHub Desktop.
Save Albertbol/af04e074aeea03e61711c1a99fe46b73 to your computer and use it in GitHub Desktop.
normalize(inputArray) {
return inputArray.map((input) => {
return input / this.normalizer
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment