You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Erik De Smedt (Jira)" <ji...@apache.org> on 2021/01/03 10:32:00 UTC

[jira] [Created] (ARROW-11115) Implement dot-product in a compute kernel

Erik De Smedt created ARROW-11115:
-------------------------------------

             Summary: Implement dot-product in a compute kernel
                 Key: ARROW-11115
                 URL: https://issues.apache.org/jira/browse/ARROW-11115
             Project: Apache Arrow
          Issue Type: New Feature
          Components: Rust
            Reporter: Erik De Smedt


An efficient implementation of the [dot-product|https://en.wikipedia.org/wiki/Dot_product] is useful for many machine-learning applications.

I would propose to treat null as zero for the implementation. This behavior is sensible because it corresponds to dropping any observation where null-data is present. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)