Interface Normalisation
access this type via: io.compute.apps.Normalisation (provides, requires or uses)
A set of functions to intended to allow the user to easily take large data sets and bring each data point into a given range
Functions
Normalisation()
dec[][] matrixDivision(dec matrix[][], dec divider)
Normalisation()
Allows the implementing component to initialise any external compute device it intends to use
dec[][] matrixDivision(dec matrix[][], dec divider)
Divides every cell in the given matrix by the divider provided