2017 © Pedro Peláez
 

cakephp-plugin cakephp-clope-clustering-plugin

Cake-PHP plugin for CLOPE clustering algorithm

image

maxleonov/cakephp-clope-clustering-plugin

Cake-PHP plugin for CLOPE clustering algorithm

  • Friday, March 7, 2014
  • by imsamurai
  • Repository
  • 3 Watchers
  • 2 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

cakephp-clope-clustering-plugin

Cake-PHP plugin for CLOPE clustering algorithm, (*1)

Installation

cd my_cake_app/app
git clone git://github.com/maxleonov/cakephp-clope-clustering-plugin.git Plugin/ClopeClustering

add plugin loading in Config/bootstrap.php, (*2)

CakePlugin::load('ClopeClustering');

add tables from docs/Database/database.sql, (*3)

Usage

$Clope = ClassRegistry::init('ClopeClustering.Clope');

$params = array(
  'repulsion' => 2.0,
);

$transactions = array(
  array('a1', 'a2', 'a3'),
  array('a1', 'a2', 'a3', 'a4'),
  array('a1', 'a2', 'a3', 'a4'),
  array('a5', 'a6', 'a7'),
  array('a5', 'a6', 'a7'),
  array('a8', 'a9', 'a10')
);  

$Clope->clusterize($transactions, $params);

The Versions

07/03 2014

dev-master

9999999-dev https://github.com/maxleonov/cakephp-clope-clustering-plugin

Cake-PHP plugin for CLOPE clustering algorithm

  Sources   Download

MIT

The Requires

 

plugin cakephp clustering clope

07/03 2014

1.0.2

1.0.2.0 https://github.com/maxleonov/cakephp-clope-clustering-plugin

Cake-PHP plugin for CLOPE clustering algorithm

  Sources   Download

MIT

The Requires

 

plugin cakephp clustering clope

07/03 2014

1.0.1

1.0.1.0 https://github.com/maxleonov/cakephp-clope-clustering-plugin

Cake-PHP plugin for CLOPE clustering algorithm

  Sources   Download

MIT

The Requires

 

plugin cakephp clustering clope

07/02 2014

1.0.0

1.0.0.0 https://github.com/maxleonov/cakephp-clope-clustering-plugin

Cake-PHP plugin for CLOPE clustering algorithm

  Sources   Download

MIT

The Requires

 

plugin cakephp clustering clope