constant_sum_norm {structToolbox} | R Documentation |
Applies normalisation to a constant sum, such that the sum of values for each sample after normalisation is equal to 1 (or a scaling factor, if specified).
constant_sum_norm(scaling_factor = 1, ...)
scaling_factor |
The sum of all values for a sample after normalisation. Default = 1. |
... |
additional slots and values passed to struct_class |
struct object
M = constant_sum_norm()