You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sebastian Alfers (JIRA)" <ji...@apache.org> on 2015/05/13 08:41:01 UTC

[jira] [Created] (SPARK-7594) Increase maximum amount of columns for covariance matrix for principal components

Sebastian Alfers created SPARK-7594:
---------------------------------------

             Summary: Increase maximum amount of columns for covariance matrix for principal components
                 Key: SPARK-7594
                 URL: https://issues.apache.org/jira/browse/SPARK-7594
             Project: Spark
          Issue Type: Improvement
          Components: MLlib
            Reporter: Sebastian Alfers
            Priority: Minor


In order to compute a huge dataset, the amount of columns to calculate the covariance matrix is limited:

https://github.com/apache/spark/blob/master/mllib/src/main/scala/org/apache/spark/mllib/linalg/distributed/RowMatrix.scala#L129

What is the reason behind this limitation and can it be extended?



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org