ploting of fuzzy c- means

조회 수: 3 (최근 30일)
jazba hafeez
jazba hafeez 2022년 5월 14일
답변: Hari 2024년 11월 13일 8:08
I want to plot improved fuzzy cmeans i am confused i will take data values or memebrship against centers. secondly i want to know can center of FCM can be a matricx..

답변 (1개)

Hari
Hari 2024년 11월 13일 8:08
Hi,
I understand that you want to plot the results of an improved fuzzy c-means (FCM) algorithm and are unsure whether to plot data values or membership values against cluster centers.
I assume you have implemented or have access to the improved FCM algorithm and have the necessary data and membership values available. Here are the steps you can follow:
  1. Plotting Data Values vs. Membership Values: Typically, when visualizing FCM results, you can plot the data points and use color or markers to indicate membership values relative to each cluster center.
  2. Using Membership Values: The membership matrix U indicates the degree of belonging of each data point to each cluster. You can use these values to color-code the data points in your plot.
  3. Centers as a Matrix: In FCM, cluster centers are typically stored as a matrix where each row represents a cluster center, and each column represents a feature dimension. This is a standard representation.
  4. Plotting Centers: Plot the centers on the same graph to visualize their positions relative to the data points. Use distinct markers to differentiate them from the data points.
  5. Validation: Ensure that your plot correctly represents the clustering by checking that data points are closer to their respective cluster centers.
Hope this helps!

카테고리

Help CenterFile Exchange에서 Data Clustering에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by