Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Rapid - Apache Mahout Clustering designs

You're reading from  Rapid - Apache Mahout Clustering designs

Product type Book
Published in Oct 2015
Publisher
ISBN-13 9781783284436
Pages 130 pages
Edition 1st Edition
Languages

Learning Fuzzy K-means clustering


Fuzzy K-means clustering is a fuzzy form of the K-means algorithm that we discussed earlier. Fuzzy K-means generate soft clusters, in which a point can belong to more than one cluster and will have a valid affinity in that cluster. Fuzzy K-means is helpful in defining the relationship between the different data points. It is good for clustering text documents. This algorithm takes similar parameters as K-means, except for one additional fuzziness factor. Fuzzy K-means iterates over the dataset and calculates a degree of association of each point to each of the clusters. So, the degree of association happens in this way—suppose that we have centroids c1, c2, and c3, and we have distances d1, d2, and d3 for a vector V from centroids c1, c2, and c3.

The degree of association for centroid c1 will be calculated as:

Here, k is the number of centroids and m is the fuzziness factor. In the same way, we can calculate the degree of association with other centroids after...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}