Name | global-kmeans-pp JSON |
Version |
0.1.0
JSON |
| download |
home_page | |
Summary | A library for implementing the global k-means and the global k-means++ clustering algorithms. |
upload_time | 2023-07-25 10:18:26 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.10 |
license | MIT License Copyright (c) 2022 Giorgos Vardakas Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
clustering
k-means
clustering error
global optimization
global k-means
k-means++
global k-means++
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# The Global $k$-mean++ clustering algorithm
The global $k$-means++ is an effective relaxation of the global $k$-means clustering algorithm, providing an ideal compromise between clustering error and execution speed. It is an effective way of acquiring quality clustering solutions akin to those of global $k$-means with a reduced computational load. It is an incremental clustering approach that dynamically adds one cluster center at each $k$ cluster sub-problem. For each $k$ cluster sub-problem, the method selects $L$ data points as candidates for the initial position of the new center using the effective $k$-means++ selection probability distribution. The selection method is fast and requires no extra computational effort for distance computations.
```
@article{vardakas2022global,
title={Global $k$-means$++$: an effective relaxation of the global $k$-means clustering algorithm},
author={Vardakas, Georgios and Likas, Aristidis},
journal={arXiv preprint arXiv:2211.12271},
year={2022}
}
@article{likas2003global,
title={The global k-means clustering algorithm},
author={Likas, Aristidis and Vlassis, Nikos and Verbeek, Jakob J},
journal={Pattern recognition},
volume={36},
number={2},
pages={451--461},
year={2003},
publisher={Elsevier}
}
```
Raw data
{
"_id": null,
"home_page": "",
"name": "global-kmeans-pp",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "Georgios Vardakas <g.vardakas@uoi.gr>",
"keywords": "clustering,k-means,clustering error,global optimization,global k-means,k-means++,global k-means++",
"author": "",
"author_email": "Georgios Vardakas <g.vardakas@uoi.gr>",
"download_url": "https://files.pythonhosted.org/packages/36/6d/464a309c7a2598e65837708bf36cd23280a224c011c1f812c2d80290ece2/global-kmeans-pp-0.1.0.tar.gz",
"platform": null,
"description": "# The Global $k$-mean++ clustering algorithm\n\nThe global $k$-means++ is an effective relaxation of the global $k$-means clustering algorithm, providing an ideal compromise between clustering error and execution speed. It is an effective way of acquiring quality clustering solutions akin to those of global $k$-means with a reduced computational load. It is an incremental clustering approach that dynamically adds one cluster center at each $k$ cluster sub-problem. For each $k$ cluster sub-problem, the method selects $L$ data points as candidates for the initial position of the new center using the effective $k$-means++ selection probability distribution. The selection method is fast and requires no extra computational effort for distance computations.\n\n```\n@article{vardakas2022global,\n title={Global $k$-means$++$: an effective relaxation of the global $k$-means clustering algorithm},\n author={Vardakas, Georgios and Likas, Aristidis},\n journal={arXiv preprint arXiv:2211.12271},\n year={2022}\n}\n\n@article{likas2003global,\n title={The global k-means clustering algorithm},\n author={Likas, Aristidis and Vlassis, Nikos and Verbeek, Jakob J},\n journal={Pattern recognition},\n volume={36},\n number={2},\n pages={451--461},\n year={2003},\n publisher={Elsevier}\n}\n```\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2022 Giorgos Vardakas Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
"summary": "A library for implementing the global k-means and the global k-means++ clustering algorithms.",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/gvardakas/global-kmeans-pp",
"Issues": "https://github.com/gvardakas/global-kmeans-pp/issues"
},
"split_keywords": [
"clustering",
"k-means",
"clustering error",
"global optimization",
"global k-means",
"k-means++",
"global k-means++"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e1cbabef54c38bccdc4160eca7a29e0f8664227e6682686fec13f881ab7d6a74",
"md5": "f23defa8ca33e84be43603c8be940570",
"sha256": "f2d14e1e40e71b847aeaeacb4a429a473eec2d0584bdef44a311c8235127e459"
},
"downloads": -1,
"filename": "global_kmeans_pp-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f23defa8ca33e84be43603c8be940570",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 5656,
"upload_time": "2023-07-25T10:18:24",
"upload_time_iso_8601": "2023-07-25T10:18:24.528246Z",
"url": "https://files.pythonhosted.org/packages/e1/cb/abef54c38bccdc4160eca7a29e0f8664227e6682686fec13f881ab7d6a74/global_kmeans_pp-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "366d464a309c7a2598e65837708bf36cd23280a224c011c1f812c2d80290ece2",
"md5": "3e0dbd17d9e9524eaceff5f3d9a8ec07",
"sha256": "c9e2486f4c67f1bccab401dc85f5881f29cf3a8bf2b6bf6e9a4c081a76cb1268"
},
"downloads": -1,
"filename": "global-kmeans-pp-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "3e0dbd17d9e9524eaceff5f3d9a8ec07",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 4843,
"upload_time": "2023-07-25T10:18:26",
"upload_time_iso_8601": "2023-07-25T10:18:26.236414Z",
"url": "https://files.pythonhosted.org/packages/36/6d/464a309c7a2598e65837708bf36cd23280a224c011c1f812c2d80290ece2/global-kmeans-pp-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-25 10:18:26",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "gvardakas",
"github_project": "global-kmeans-pp",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "global-kmeans-pp"
}