README v0.1 / 2 JULY 2015
GUI application for customer segmentation using hierarchical agglomerative clustering.
- Distance between object: jaccard distance
- Distance between cluster: complete linkage
Run program using the following command:
$ python Main.py
Feel free to ask questions, submit bugs report or feature requests to rilutham[at]gmail[dot]com.
- Clone this project to your system
$ git clone https://github.com/rilutham/HAC-DM.git
- Install prerequisite libraries
$ sudo pip install pyqt4 pandas scipy matplotlib
- Run program
$ python Main.py
See LICENSE