You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "DB Tsai (JIRA)" <ji...@apache.org> on 2014/11/25 08:45:12 UTC

[jira] [Created] (SPARK-4596) Refactorize Normalizer to make code cleaner

DB Tsai created SPARK-4596:
------------------------------

             Summary: Refactorize Normalizer to make code cleaner
                 Key: SPARK-4596
                 URL: https://issues.apache.org/jira/browse/SPARK-4596
             Project: Spark
          Issue Type: Improvement
          Components: MLlib
            Reporter: DB Tsai


In this refactoring, the performance is slightly increased by removing the overhead from breeze vector. The bottleneck is still in breeze norm which is implemented by activeIterator. This inefficiency of breeze norm will be addressed in next PR. At least, this PR makes the code more consistent in the codebase.  



--
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