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


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

Reply via email to