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
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.