08/07
2015
Wallogit.com
2017 © Pedro Peláez
Hierarchical Clustering library for PHP
Hierarchical Clustering library for PHP., (*1)
The best way to install HierarchicalClustering is through composer., (*2)
Just create a composer.json file for your project:, (*3)
{
"require": {
"fondifond/hierarchical-clustering": "dev-master"
}
}
Then you can run these command to install it:, (*4)
$ composer install
Then you can include the autoloader, and you will have access to the library classes:, (*5)
<?php require 'vendor/autoload.php';