ck-means, a novel unsupervised learning method that combines fuzzy and crispy clustering methods to extract intersecting data
Jean-S\'ebastien Dessureault, Daniel Massicotte

TL;DR
The paper introduces ck-means, a new clustering method combining fuzzy and crisp clustering to identify intersecting data groups sharing multiple features, automatically determining the optimal number of clusters.
Contribution
It presents a novel algorithm that merges fuzzy and crisp clustering to extract intersecting data clusters and automatically finds the optimal number of clusters using Silhouette Index.
Findings
Successfully identifies intersecting data clusters.
Automatically determines optimal number of clusters.
Enhances clustering of data with shared features.
Abstract
Clustering data is a popular feature in the field of unsupervised machine learning. Most algorithms aim to find the best method to extract consistent clusters of data, but very few of them intend to cluster data that share the same intersections between two features or more. This paper proposes a method to do so. The main idea of this novel method is to generate fuzzy clusters of data using a Fuzzy C-Means (FCM) algorithm. The second part involves applying a filter that selects a range of minimum and maximum membership values, emphasizing the border data. A {\mu} parameter defines the amplitude of this range. It finally applies a k-means algorithm using the membership values generated by the FCM. Naturally, the data having similar membership values will regroup in a new crispy cluster. The algorithm is also able to find the optimal number of clusters for the FCM and the k-means…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Clustering Algorithms Research
