-
Notifications
You must be signed in to change notification settings - Fork 10
Normalize Array
Ryan Porter edited this page Feb 12, 2017
·
1 revision
This node calculates the normalized value of each value in the input arrays.
Attribute Name | Description | Attribute Type |
---|---|---|
input (i) | List of input values that will be normalized. The sum of normalized values is always 1.0. | doubleArray[] |
elementwise(ew) | If true, the input values will be normalized by row. If False, the input values will be normalized by column. | boolean |
output (o) | The normalized values. | doubleArray[] |