fondifond/hierarchical-clustering

There is no license information available for the latest version (v0.0.5) of this package.

Hierarchical Clustering library for PHP

v0.0.5 2015-07-08 06:08 UTC

This package is not auto-updated.

Last update: 2025-07-01 19:07:59 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';