[
https://issues.apache.org/jira/browse/HAMA-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Edward J. Yoon updated HAMA-48:
-------------------------------
Status: Open (was: Patch Available)
> Add getColumn(int column) method which returns column vector.
> -------------------------------------------------------------
>
> Key: HAMA-48
> URL: https://issues.apache.org/jira/browse/HAMA-48
> Project: Hama
> Issue Type: New Feature
> Components: interface
> Reporter: Edward J. Yoon
> Assignee: Edward J. Yoon
> Fix For: 0.1.0
>
> Attachments: HAMA-48.patch
>
>
> /**
> * Gets the vector of column
> *
> * @param row the column index of the matrix
> * @return the feature vector of column
> */
> public Vector getRow(int column);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.