public class ElementwiseProduct extends Object implements VectorTransformer
Constructor and Description |
---|
ElementwiseProduct(Vector scalingVec) |
Modifier and Type | Method and Description |
---|---|
Vector |
scalingVec() |
Vector |
transform(Vector vector)
Does the hadamard product transformation.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
transform, transform
public ElementwiseProduct(Vector scalingVec)
public Vector scalingVec()
public Vector transform(Vector vector)
transform
in interface VectorTransformer
vector
- vector to be transformed.