Clustering via hierarchical agglomerative learning
Project description
Hierarchical Agglomerative Learning (HAL)
Package for performing clustering for high-dimensional data.
Installing (once)
- Activate an Anaconda Python 3 environment
conda config --add channels conda-forge #if not already in your channels. Needed for fftw.
conda install cython numpy fftw
pip install hal-x
Updating
Again from your Anaconda Python 3 environment:
pip install hal-x --upgrade
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hal-x-0.51.tar.gz
(20.2 kB
view hashes)
Built Distribution
hal_x-0.51-py3-none-any.whl
(23.2 kB
view hashes)