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 b10263b [SPARK-30724][SQL] Support 'LIKE ANY' and 'LIKE ALL' operators
add 0ede08b [SPARK-31007][ML] KMeans optimization based on
triangle-inequality
No new revisions were added by this update.
Summary of changes:
.../scala/org/apache/spark/ml/impl/Utils.scala | 53 ++++-
.../spark/ml/clustering/GaussianMixture.scala | 16 +-
.../spark/mllib/clustering/DistanceMeasure.scala | 223 ++++++++++++++++++++-
.../org/apache/spark/mllib/clustering/KMeans.scala | 52 +++--
.../spark/mllib/clustering/KMeansModel.scala | 14 +-
.../mllib/clustering/DistanceMeasureSuite.scala | 77 +++++++
6 files changed, 390 insertions(+), 45 deletions(-)
create mode 100644
mllib/src/test/scala/org/apache/spark/mllib/clustering/DistanceMeasureSuite.scala
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]