UnitNormalization¶
Normalize the data along an axis by dividing each data point by the sum of all data points (within each row), or the sum of the squares of all data points.
(Negative values are not made absolute.) Version 1.0.0
Ports/Properties¶
data¶
Data to process.
axis¶
Axis along which to perform the unit normalization.
normalization¶
Type of normalization: divide by the sum of all values of each row of the axis, or divide by the sum of all squares of the values in each row along the axis.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.