You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Trevor Grant (JIRA)" <ji...@apache.org> on 2016/12/15 18:08:58 UTC

[jira] [Created] (MAHOUT-1895) Add convenience methods for converting Vectors to Scala types

Trevor Grant created MAHOUT-1895:
------------------------------------

             Summary: Add convenience methods for converting Vectors to Scala types
                 Key: MAHOUT-1895
                 URL: https://issues.apache.org/jira/browse/MAHOUT-1895
             Project: Mahout
          Issue Type: Bug
            Reporter: Trevor Grant
            Priority: Minor


While dense and sparse vectors may be created from `TraversableOnce[Double]` such as `Array[Double]` and `TraversableOnce[(Int, AnyVal)]` such as `Map[Int,Double]` respectively. Converting back into this format is somewhat tedious.  We should add convenience methods to take care of this. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)