Hierarchical Clustering library for PHP.
The best way to install HierarchicalClustering is through composer.
Just create a composer.json file for your project:
{
"require": {
"fondifond/hierarchical-clustering": "dev-master"
}
}
Then you can run these command to install it:
$ composer install
Then you can include the autoloader, and you will have access to the library classes:
<?php
require 'vendor/autoload.php';