Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-30109

PCA use BLAS.gemv with sparse vector

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.0.0
    • 3.0.0
    • ML
    • None

    Description

      When PCA was first impled in SPARK-5521, at that time Matrix.multiply(BLAS.gemv internally) did not support sparse vector. So it worked around it by applying a complex matrix multiplication.

      Since SPARK-7681, BLAS.gemv supported sparse vector. So we can directly use Matrix.multiply now.

      Attachments

        Issue Links

          Activity

            People

              podongfeng Ruifeng Zheng
              podongfeng Ruifeng Zheng
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: