# Balance Point Clustering
This package provides the Balance Point Clustering algorithm that can be used to cluster data points based on their Euclidean distance from their centroid which may also be known as the balance point of these data points. The facility of clustering the data to the number of clusters desired is given. The no. of clusters desired to be generated may be given as input along with the DataFrame in which the data points to be clustered are present. If there is an uncertainity or a good degree of freedom available in selecting the number of clusters for the data points used, the dynamic clustering feature available may be the optimal choice. All that needs to be done is to simply pass in the DataFrame that contains the data points upon which the clustering needs to be done, then the optimal number of clusters for that particular set of data points may be decided by the Balance Point Clustering algorithm itself. The number of clusters decided by the algorithm depends on the balance point of the given set of data points and the distribution of the data points around the balance point.
## Installation
Install the package using pip:
```bash
pip install balance-point-clustering
Raw data
{
"_id": null,
"home_page": "https://github.com/Impssn/Balance-Point-Clustering.git",
"name": "balance-point-clustering",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Sathya Narayanan",
"author_email": "impssn@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/47/ef/535da405503db8d89622e607bef027dc986f9397225c38d578f71b89968c/balance-point-clustering-0.2.0.tar.gz",
"platform": null,
"description": "# Balance Point Clustering\r\n\r\nThis package provides the Balance Point Clustering algorithm that can be used to cluster data points based on their Euclidean distance from their centroid which may also be known as the balance point of these data points. The facility of clustering the data to the number of clusters desired is given. The no. of clusters desired to be generated may be given as input along with the DataFrame in which the data points to be clustered are present. If there is an uncertainity or a good degree of freedom available in selecting the number of clusters for the data points used, the dynamic clustering feature available may be the optimal choice. All that needs to be done is to simply pass in the DataFrame that contains the data points upon which the clustering needs to be done, then the optimal number of clusters for that particular set of data points may be decided by the Balance Point Clustering algorithm itself. The number of clusters decided by the algorithm depends on the balance point of the given set of data points and the distribution of the data points around the balance point. \r\n\r\n## Installation\r\n\r\nInstall the package using pip:\r\n\r\n```bash\r\npip install balance-point-clustering\r\n",
"bugtrack_url": null,
"license": null,
"summary": "A Python package for Balance Point Clustering with dynamic cluster determination.",
"version": "0.2.0",
"project_urls": {
"Homepage": "https://github.com/Impssn/Balance-Point-Clustering.git"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f9252aa47a82f6747fa334b2b17c083f5516cd79c5cce40cb31fff67dfab47ca",
"md5": "6256fe6bce432de19ebed958a1210881",
"sha256": "c259d6bb8460f3722dac8f5f52330b1d94510e742e80c72a7dbe02e73f841bba"
},
"downloads": -1,
"filename": "balance_point_clustering-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6256fe6bce432de19ebed958a1210881",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4832,
"upload_time": "2024-09-06T20:08:43",
"upload_time_iso_8601": "2024-09-06T20:08:43.029230Z",
"url": "https://files.pythonhosted.org/packages/f9/25/2aa47a82f6747fa334b2b17c083f5516cd79c5cce40cb31fff67dfab47ca/balance_point_clustering-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "47ef535da405503db8d89622e607bef027dc986f9397225c38d578f71b89968c",
"md5": "15f535b68759fdd8978825b29a6cd674",
"sha256": "26c715bab225a6cd688913762377e4c67d5fdeb358cbd6426b2443cff5557e6e"
},
"downloads": -1,
"filename": "balance-point-clustering-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "15f535b68759fdd8978825b29a6cd674",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4034,
"upload_time": "2024-09-06T20:08:44",
"upload_time_iso_8601": "2024-09-06T20:08:44.736130Z",
"url": "https://files.pythonhosted.org/packages/47/ef/535da405503db8d89622e607bef027dc986f9397225c38d578f71b89968c/balance-point-clustering-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-06 20:08:44",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Impssn",
"github_project": "Balance-Point-Clustering",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "balance-point-clustering"
}