fondifond / hierarchical-clustering
Hierarchical Clustering library for PHP
Installs: 113
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 2
Open Issues: 1
pkg:composer/fondifond/hierarchical-clustering
Requires
- php: >=5.3
This package is not auto-updated.
Last update: 2025-12-30 21:39:51 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';