[
https://issues.apache.org/jira/browse/MAHOUT-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grant Ingersoll updated MAHOUT-86:
----------------------------------
Fix Version/s: 0.1
> 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
> Fix For: 0.1
>
>
> 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.