Magnitude of a vector. Platforms: WhereOS, Spark, Hive Class: brickhouse.udf.timeseries.VectorMagnitudeUDF More functions can be added
Multiply a vector times a scalar Platforms: WhereOS, Spark, Hive Class: brickhouse.udf.timeseries.VectorMultUDF More functions can
vectorize_features(array featureNames, feature1, feature2, .. [, const string options]) – Returns a feature vector array
Multiply a vector times another vector Platforms: WhereOS, Spark, Hive Class: brickhouse.udf.timeseries.VectorCrossProductUDF More functions can
vector_dot(array x, array y) – Performs vector dot product. SELECT vector_dot(array(1.0,2.0,3.0),array(2.0,3.0,4.0)); 20 SELECT vector_dot(array(1.0,2.0,3.0),2); [2.0,4.0,6.0]
Return the Dot product of two vectors Platforms: WhereOS, Spark, Hive Class: brickhouse.udf.timeseries.VectorDotProductUDF More functions