DevMui / mixed_kmeans

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The mixed_kmeans package is a MATLAB implementation of the mixed kmeans algorithms proposed by:

	Ahmad, Amir, and Lipika Dey. "A k-mean clustering algorithm for mixed numeric and categorical data." Data & Knowledge Engineering 63.2 (2007): 503-527.

It can be used to for clustering porblems which include categorical inputs, numerical (continuous) inputs, or a mix of both. The user is referred to the original publication for details regarding the algorithm.

Copyright 2015 Ahmad Alsahaf Research fellow, Politecnico di Milano ahmadalsahaf@gmail.com

Acknowledgements to Andrea Cominola, Politecnico di Milano

This software is under the GNU General Public License. Please read the text version of the license included with the package (gpl.txt).

About


Languages

Language:MATLAB 100.0%