Skip to content

groupnet/HierarchicalClustering

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HierarchicalClustering

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';

About

Hierarchical clustering algorithm using PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%