Basic Normalisation Formats

These basic formats set how all of the inputs will be normalised.

FormatMeaning
AAll inputs are automatically scaled between 0-1, except for those that cross between negative and positive numbers, which are scaled -1 to 1. Values that range between negative numbers and zero are inverted.
-1-1All inputs are scaled to fit into a scale between -1 and +1
0-1All inputs are scaled to fit in a range between 0-1
*Inputs are not scaled and left as raw numbers

In many cases, you might want finer-grain control - in which case you use a Per Channel Normalisation Formats.