Uploaded image for project: 'Mahout'
  1. Mahout
  2. MAHOUT-1727

Elementwise analogues of scala.math functions for tensor types

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.10.2
    • None
    • None

    Description

      what we mean here:
      log(5)
      vlog(vec)
      mlog(mxA)
      dlog(drmA)

      in R, all these variants are enacted by single function log. Unfortunately, we cannot overload standard functions since they are defined in another package and Scala would allow such an overload.

      Hence, notation conventions:
      vector functions are prepended by 'v': vlog, vabs...
      in-core matrix functions are prepended by 'm': mlog, mabs...
      DRM functions are prepended by 'd' (for distributed): dlog, dabs...

      PR https://github.com/apache/mahout/pull/135

      Attachments

        Activity

          People

            dlyubimov Dmitriy Lyubimov
            dlyubimov Dmitriy Lyubimov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: