You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Chen Tao (Jira)" <ji...@apache.org> on 2020/03/10 07:59:00 UTC

[jira] [Created] (MATH-1524) "chooseInitialCenters" should move out from KMeansPlusPlusClusterer

Chen Tao created MATH-1524:
------------------------------

             Summary: "chooseInitialCenters" should move out from KMeansPlusPlusClusterer
                 Key: MATH-1524
                 URL: https://issues.apache.org/jira/browse/MATH-1524
             Project: Commons Math
          Issue Type: Improvement
            Reporter: Chen Tao


There two reason for "chooseInitialCenters" should be move out from "KMeansPlusPlusClusterer":
# k-means++ clusterer is a special case of k-means clusterer, that k-means++ initialize the cluster centers with k-means++ algorithm. Another case is initialize the cluster centers with random points.
# The mini batch k-means will reuse "chooseInitialCenters". 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)