[ 
https://issues.apache.org/jira/browse/MAHOUT-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jeff Eastman resolved MAHOUT-86.
--------------------------------

    Resolution: Fixed
      Assignee: Jeff Eastman

r705702 committed these minor additions to the Vector package

> A New Vector Assignment Operator
> --------------------------------
>
>                 Key: MAHOUT-86
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-86
>             Project: Mahout
>          Issue Type: New Feature
>          Components: Matrix
>            Reporter: Jeff Eastman
>            Assignee: Jeff Eastman
>            Priority: Minor
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to