Skip to content

Commit a8c5e7f

Browse files
committed
Add reference on k-means initialization
1 parent 544ebe5 commit a8c5e7f

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

docs/references/bib.bib

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1975,3 +1975,24 @@ @inproceedings{arthur:2007a
19751975
url = {http://dl.acm.org/citation.cfm?id=1283383.1283494},
19761976
year = {2007},
19771977
}
1978+
1979+
@article{celebi:2013a,
1980+
abstract = {K-means is undoubtedly the most widely used partitional clustering algorithm. Unfortunately, due to its gradient descent nature, this algorithm is highly sensitive to the initial placement of the cluster centers. Numerous initialization methods have been proposed to address this problem. In this paper, we first present an overview of these methods with an emphasis on their computational efficiency. We then compare eight commonly used linear time complexity initialization methods on a large and diverse collection of data sets using various performance criteria. Finally, we analyze the experimental results using non-parametric statistical tests and provide recommendations for practitioners. We demonstrate that popular initialization methods often perform poorly and that there are in fact strong alternatives to these methods.},
1981+
acmid = {2369887},
1982+
address = {Tarrytown, NY, USA},
1983+
author = {M. Emre Celebi and Hassan A. Kingravi and Patricio A.Vela},
1984+
doi = {10.1016/j.eswa.2012.07.021},
1985+
issn = {0957-4174},
1986+
issue_date = {January, 2013},
1987+
journal = {Expert Systems with Applications: An International Journal},
1988+
keywords = {cluster center initialization, partitional clustering, sum of squared error criterion, k-means, machine learning, ml, kmeans, clustering},
1989+
month = {jan},
1990+
number = {1},
1991+
numpages = {11},
1992+
pages = {200--210},
1993+
publisher = {Pergamon Press, Inc.},
1994+
title = {{A Comparative Study of Efficient Initialization Methods for the K-means Clustering Algorithm}},
1995+
url = {http://dx.doi.org/10.1016/j.eswa.2012.07.021},
1996+
volume = {40},
1997+
year = {2013},
1998+
}

0 commit comments

Comments
 (0)