Skip to main content

A Python package for Balance Point Clustering with dynamic cluster determination.

Project description

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:

pip install balance-point-clustering

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

balance-point-clustering-0.2.0.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

balance_point_clustering-0.2.0-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page