You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Xu Yang (JIRA)" <ji...@apache.org> on 2019/08/09 15:12:00 UTC

[jira] [Created] (FLINK-13671) Add class for VectorEleWiseProductMapper

Xu Yang created FLINK-13671:
-------------------------------

             Summary: Add class for VectorEleWiseProductMapper
                 Key: FLINK-13671
                 URL: https://issues.apache.org/jira/browse/FLINK-13671
             Project: Flink
          Issue Type: Sub-task
          Components: Library / Machine Learning
            Reporter: Xu Yang


VectorEleWiseProduct multiplies each input vector by a provided “scaling” vector, using element-wise multiplication. In other words, it scales each column of the dataset by a scalar multiplier.
 * Add VectorEleWiseProductMapper for the operation of the vector elewise production.
 * Add VectorElementwiseProductParams for the parameters of VectorEleWiseProductMapper.
 * Add ElementwiseProductMapperTest for the test example.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)