Compute distance between points/vectors.

Parameters:

Parameters:
See dedicated page for more information.
The distanceBetweenPoints action computes the distance between corresponding vectors from two input tables. It optionally normalizes the vectors using the 1-norm before computing the distance.
This tool is useful for vector similarity analysis, clustering preprocessing, and distance-based filtering operations.
This action requires two input tables, each containing one or more numerical columns with matching column names.
_). This is used to identify corresponding vectors across the inputs.| C1 |
|---|
| 2 |
| C1_ |
|---|
| 4 |
Ensure that column names follow the required pattern (e.g., C1 and C1_).
The action returns a single table with a new column containing the calculated distances.

C1 and C1_)._) in its name.Output column's name with distance parameter to define the output column name (e.g., Distance).Normalise vectors to have a 1-norm to control 1-norm normalization before distance calculation.
The following default behaviors apply when converting inputs:
abortabortset to lower integerabortString/? to key → abort✅ Solution: Rename at least one column to include an underscore, e.g., C2_.
✅ Solution: Verify column names are identical across inputs except for the _ suffix.
Indicates the distance calculation ran without issues.
Notes
- This action is best suited for feature vector comparisons across datasets.
- Only supports pairwise comparison; ensure input tables have corresponding row counts.
