K-means is comparatively simple and works well with large datasets, but it assumes clusters are circular/spherical in shape, so it can only find simple cluster geometries. Data clustering is the ...
Entropy Minimization is a new clustering algorithm that works with both categorical and numeric data, and scales well to extremely large data sets. Data clustering is the process of placing data items ...