paper-with-me

Papers

ck-means, a novel unsupervised learning method that combines fuzzy and crispy clustering methods to extract intersecting data

2022-06-17 · Jean-Sébastien Dessureault, Daniel Massicotte

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 algorithm, according to the consistency of the clusters given by the Silhouette Index (SI). The result is a list of data and clusters that regroup data sharing the same intersection, intersecting two features or more. ck-means allows extracting the very similar data that does not naturally fall in the same cluster but at the intersection of two clusters or more. The algorithm also always finds itself the optimal number of clusters.

📄 PDF Abstract BibTeX arXiv:2206.08982

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Comparative study Between Fuzzy Clustering Algorithm and Hard Clustering Algorithm

2014-04-24 · Dibya Jyoti Bora, Dr. Anil Kumar Gupta

Data clustering is an important area of data mining. This is an unsupervised study where data of similar types are put into one cluster while data of another types are put into different cluster. Fuzzy C means is a very …

Clustering

Fuzzy K-Means Clustering without Cluster Centroids

2024-04-07 · Yichen Bao, Han Lu, Quanxue Gao

Fuzzy K-Means clustering is a critical technique in unsupervised data analysis. Unlike traditional hard clustering algorithms such as K-Means, it allows data points to belong to multiple clusters with varying degrees of …

Clustering

Hyperbolic Fuzzy $C$-Means with Adaptive Weight-based Filtering for Clustering in Non-Euclidean Spaces

2025-05-07 · Swagato Das, Arghya Pratihar, Swagatam Das

Clustering algorithms play a pivotal role in unsupervised learning by identifying and grouping similar objects based on shared characteristics. While traditional clustering techniques, such as hard and fuzzy center-based…

Clustering

Fuzzy c-ordered-means clustering

2014-12-07 · ScienceDirect 2014 12 · Jacek M. Leski

Fuzzy clustering helps to find natural vague boundaries in data. The fuzzy c-means method is one of the most popular clustering methods based on minimization of a criterion function. However, one of the greatest disadva…

Clustering

Supervised Enhanced Soft Subspace Clustering (SESSC) for TSK Fuzzy Classifiers

2020-02-27 · Yuqi Cui, Huidong Wang, Dongrui Wu

Fuzzy c-means based clustering algorithms are frequently used for Takagi-Sugeno-Kang (TSK) fuzzy classifier antecedent parameter estimation. One rule is initialized from each cluster. However, most of these clustering al…

Clusteringparameter estimation