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

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


    from 694da03  [SPARK-30321][ML] Log weightSum in Algo that has weights 
support
     add 23a49af  [SPARK-30329][ML] add iterator/foreach methods for Vectors

No new revisions were added by this update.

Summary of changes:
 .../scala/org/apache/spark/ml/linalg/Vectors.scala | 122 ++++++++++++++------
 .../org/apache/spark/ml/linalg/VectorsSuite.scala  |  99 +++++++++++++---
 .../ml/classification/LogisticRegression.scala     |   2 +-
 .../spark/ml/classification/NaiveBayes.scala       |  14 +--
 .../spark/ml/evaluation/ClusteringEvaluator.scala  |   6 +-
 .../org/apache/spark/ml/feature/Binarizer.scala    |   4 +-
 .../org/apache/spark/ml/feature/MinHashLSH.scala   |  11 +-
 .../org/apache/spark/ml/feature/RobustScaler.scala |   5 +-
 .../apache/spark/ml/feature/VectorAssembler.scala  |   8 +-
 .../ml/optim/aggregator/HingeAggregator.scala      |   8 +-
 .../ml/optim/aggregator/HuberAggregator.scala      |  12 +-
 .../optim/aggregator/LeastSquaresAggregator.scala  |   4 +-
 .../ml/optim/aggregator/LogisticAggregator.scala   |  16 +--
 .../ml/regression/AFTSurvivalRegression.scala      |   8 +-
 .../apache/spark/ml/regression/FMRegressor.scala   |  14 +--
 .../org/apache/spark/ml/stat/Summarizer.scala      |  52 +++++----
 .../mllib/classification/LogisticRegression.scala  |   4 +-
 .../spark/mllib/classification/NaiveBayes.scala    |   4 +-
 .../apache/spark/mllib/clustering/LDAModel.scala   |   2 +-
 .../org/apache/spark/mllib/linalg/Vectors.scala    | 124 ++++++++++++++-------
 .../mllib/linalg/distributed/BlockMatrix.scala     |   2 +-
 .../linalg/distributed/IndexedRowMatrix.scala      |   2 +-
 .../spark/mllib/linalg/distributed/RowMatrix.scala |   2 +-
 .../apache/spark/mllib/optimization/Gradient.scala |   8 +-
 .../mllib/stat/MultivariateOnlineSummarizer.scala  |  32 +++---
 .../apache/spark/mllib/linalg/VectorsSuite.scala   |  99 +++++++++++++---
 project/MimaExcludes.scala                         |   4 +
 27 files changed, 443 insertions(+), 225 deletions(-)


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

Reply via email to