This is an automated email from the ASF dual-hosted git repository.

srowen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


    from ba499b1dcc1 [SPARK-39068][SQL] Make thriftserver and sparksql-cli 
support in-memory catalog
     add 215b1b9e518 [SPARK-30661][ML][PYTHON] KMeans blockify input vectors

No new revisions were added by this update.

Summary of changes:
 .../scala/org/apache/spark/ml/linalg/BLAS.scala    |  83 +++-
 .../org/apache/spark/ml/linalg/Matrices.scala      |  72 ++--
 .../scala/org/apache/spark/ml/linalg/Vectors.scala |   7 +
 .../org/apache/spark/ml/clustering/KMeans.scala    | 428 +++++++++++++++++++--
 .../org/apache/spark/mllib/clustering/KMeans.scala |  16 +
 .../apache/spark/ml/clustering/KMeansSuite.scala   | 373 +++++++++---------
 python/pyspark/ml/clustering.py                    |  48 ++-
 7 files changed, 787 insertions(+), 240 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to