Soft Clustering
Soft Clustering
• Clustering is one of the widely used data mining techniques for medical diagnosis.
• Basically, Clustering problem is about partitioning a given data set into groups such that points in a cluster are more similar to
• The fundamental objective of clustering is to group similar objects in the same cluster and dissimilar objects in different
clusters
• Types of Clustering
• Hard Clustering
• Soft Clustering
• Fuzzy c-means
• Rough K-Means
Fuzzy Clustering
• In this clustering technique, the data points in any of the cluster is not
decisive. Here, one data point can belong to more than one cluster group.
Functions Functions
RoughKMeans_LW(dataMatrix, meansMatrix, nClusters, RoughKMeans_PE(dataMatrix, meansMatrix, nClusters,
maxIterations, threshold, weightLower). maxIterations, threshold, weightLower)