You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Anish Patel (JIRA)" <ji...@apache.org> on 2014/05/01 21:09:17 UTC

[jira] [Created] (SPARK-1696) RowMatrix.dspr is not using parameter alpha for DenseVector

Anish Patel created SPARK-1696:
----------------------------------

             Summary: RowMatrix.dspr is not using parameter alpha for DenseVector
                 Key: SPARK-1696
                 URL: https://issues.apache.org/jira/browse/SPARK-1696
             Project: Spark
          Issue Type: Bug
          Components: MLlib
            Reporter: Anish Patel
            Priority: Minor


In the master branch, method dspr of RowMatrix takes parameter alpha, but does not use it when given a DenseVector.

This probably slid by because when method computeGramianMatrix calls dspr, it provides an alpha value of 1.0.



--
This message was sent by Atlassian JIRA
(v6.2#6252)