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

erans pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git.


    from aeca88c  Remove spurious "throws" clauses.
     new 84102c0  MATH-1524 Move "chooseInitialCenters" out of the 
KMeansPlusPlusClusterer
     new 6512107  Add license text.
     new 74bba17  Track changes.
     new 169062c  Merge branch 'MATH-1524__ChenTao'

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml                            |   3 +
 .../ml/clustering/KMeansPlusPlusClusterer.java     | 134 +--------------
 .../CentroidInitializer.java}                      |  26 +--
 .../KMeansPlusPlusCentroidInitializer.java         | 186 +++++++++++++++++++++
 .../initialization/RandomCentroidInitializer.java  |  65 +++++++
 .../initialization/CentroidInitializerTest.java    |  65 +++++++
 6 files changed, 340 insertions(+), 139 deletions(-)
 copy src/main/java/org/apache/commons/math4/ml/clustering/{ClusterRanking.java 
=> initialization/CentroidInitializer.java} (57%)
 create mode 100644 
src/main/java/org/apache/commons/math4/ml/clustering/initialization/KMeansPlusPlusCentroidInitializer.java
 create mode 100644 
src/main/java/org/apache/commons/math4/ml/clustering/initialization/RandomCentroidInitializer.java
 create mode 100644 
src/test/java/org/apache/commons/math4/ml/clustering/initialization/CentroidInitializerTest.java

Reply via email to