The values used to scale the reference vector's individual components.
The values used to scale the reference vector's individual components.
The values used to scale the reference vector's individual components.
Does the hadamard product transformation.
Does the hadamard product transformation.
vector to be transformed.
transformed vector.
Applies transformation on a JavaRDD[Vector].
Applies transformation on a JavaRDD[Vector].
JavaRDD[Vector] to be transformed.
transformed JavaRDD[Vector].
Applies transformation on an RDD[Vector].
Applies transformation on an RDD[Vector].
RDD[Vector] to be transformed.
transformed RDD[Vector].
Outputs the Hadamard product (i.e., the element-wise product) of each input vector with a provided "weight" vector. In other words, it scales each column of the dataset by a scalar multiplier.