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

A New Vector Assignment Operator

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.1
    • classic
    • None

    Description

      The ability to assign a computed value to a Vector using a BinaryFunction and a constant argument would be useful for the Dirichlet Process Clustering algorithm under investigation. Specifically:

      interface Vector {
      ...
      public Vector assign(BinaryFunction f, double v);

      ...
      }

      and a new public class TimesFunction implements BinaryFunction too.

      Attachments

        Activity

          People

            jeastman Jeff Eastman
            jeastman Jeff Eastman
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: