General
Utility and supporting analytic functions
EuclideanGeneral purpose functions, among them the euclidean length computes the distance of a vector by taking the square root of the sum of its squared components. This method is often used to quantify the magnitude of multi-dimensional data points, such as attributes in event streams.
Last updated