[
https://issues.apache.org/jira/browse/HAMA-827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13840933#comment-13840933
]
Edward J. Yoon commented on HAMA-827:
-------------------------------------
{code}
private final DoubleVector vector;
....
public DoubleVector add(DoubleVector vector) {
return vector.add(vector);
}
{code}
My miss.. Above will causes java.lang.StackOverflowError.
> Add NamedVector
> ---------------
>
> Key: HAMA-827
> URL: https://issues.apache.org/jira/browse/HAMA-827
> Project: Hama
> Issue Type: Improvement
> Components: machine learning, math
> Reporter: Edward J. Yoon
> Assignee: Edward J. Yoon
> Attachments: patch.txt
>
>
> Add named vector contains a string name field like Mahout's NamedVector.
--
This message was sent by Atlassian JIRA
(v6.1#6144)