fondifond / hierarchical-clustering
There is no license information available for the latest version (v0.0.5) of this package.
Hierarchical Clustering library for PHP
Package info
github.com/fondifond/HierarchicalClustering
pkg:composer/fondifond/hierarchical-clustering
v0.0.5
2015-07-08 06:08 UTC
Requires
- php: >=5.3
This package is not auto-updated.
Last update: 2026-04-07 23:07:38 UTC
README
Hierarchical Clustering library for PHP.
Install
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';