For the Euclidean Distance library element, use the following list of configurable parameters and default values.
| Name | Type | Default | Description |
|---|---|---|---|
| DATA | typename | float | Data Type. |
| LEN | unsigned | 32 | Number of samples in input buffers. |
| DIM | unsigned | 3 | Number of dimensions in input samples. |
| API_IO | unsigned | 0 | Graph’s port API. 0: window |
| RND | unsigned | 0 | See Common Configuration Parameters |
| SAT | unsigned | 1 | See Common Configuration Parameters |
| IS_OUTPUT_SQUARED | unsigned | 0 | Compute output as: 0: SQUARE_ROOT 1: SQUARED |
Note
Given parameter values are subject to checks early in compilation to ensure support. See Legality Checking