quantum-error-correction-simulator

1.0.1 • Public • Published

Hierarchical Clustering Algorithm

The Hierarchical Clustering Algorithm is a Python class that implements hierarchical clustering for data clustering tasks. It allows users to cluster data points into a predefined number of clusters based on their similarity.

Usage:

  1. Initialize the HierarchicalClustering object with the desired number of clusters and linkage method.
  2. Fit the model to the data using the fit method.
  3. Predict cluster labels for new data points using the predict method.

Features:

  • Supports different linkage methods including single, complete, and average linkage.
  • Customizable number of clusters for clustering tasks.
  • Efficient implementation of the hierarchical clustering algorithm.

Requirements:

  • Python 3.x
  • NumPy

Readme

Keywords

none

Package Sidebar

Install

npm i quantum-error-correction-simulator

Weekly Downloads

4

Version

1.0.1

License

ISC

Unpacked Size

3.59 kB

Total Files

3

Last publish

Collaborators

  • jacksonsmith