PHPackages                             fondifond/hierarchical-clustering - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. fondifond/hierarchical-clustering

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

fondifond/hierarchical-clustering
=================================

Hierarchical Clustering library for PHP

v0.0.5(10y ago)21132[1 issues](https://github.com/fondifond/HierarchicalClustering/issues)PHPPHP &gt;=5.3

Since Jul 8Pushed 10y ago1 watchersCompare

[ Source](https://github.com/fondifond/HierarchicalClustering)[ Packagist](https://packagist.org/packages/fondifond/hierarchical-clustering)[ RSS](/packages/fondifond-hierarchical-clustering/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

HierarchicalClustering
======================

[](#hierarchicalclustering)

Hierarchical Clustering library for PHP.

Install
-------

[](#install)

The best way to install HierarchicalClustering is [through composer](http://getcomposer.org).

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:

```
