OperateNormalise (Node)

Perform division on numerical data
Context Operate
Name Required? No
Branches

Overview

The OperateNormalise node performs a division operation on data supplied to it, using the result of a numerical expression as the divisor.

Description

In the “Operate” context all Operate* nodes are passed data of some dimensionality (e.g. from one of the Process* nodes) which is then subjected to some kind of mathematical operation.

The OperateNormalise node calculates the sum (or absolute sum) of the supplied data, and divides all values by the sum in order to give the normalised data whose sum equals 1.0. The data is then multiplied by the supplied value (which also defaults to 1.0) to give a sum other than 1.0. The target data may be of any dimensionality.

Configuration

Control

Keyword Arguments Default Description
Value constant 1.0 Constant value to normalise to.
Absolute bool false Whether to use the absolute sum of values rather than the direct sum.
Last modified March 10, 2023: Web docs styling (#1350) (43924dc)