Harmony search based clustering algorithm

버전 1.1.0.0 (6.09 KB) 작성자: Senthilnath J
Harmony search based clustering on synthetic data set
다운로드 수: 306
업데이트 2017/3/20

라이선스 보기

This set of files perform Harmony search based clustering algorithm.
The proposed novel partitional clustering approach extracts information in the form of optimal cluster centers from training samples. The extracted cluster centers are then validated on test samples.
This illustration contains two files, namely, Main_fn.m and Harmony_Search.m
Main_fn.m is the main file which generates synthetic data. Post the training phase, clustering is carried out on test data set and results are displayed

Harmony_Search.m contains optimal cluster center extraction from the training dataset using Harmony search. The file takes in training dataset, upper & lower limits of data and number of attributes as the input. The file returns the optimal cluster center to the Main_fn.m.

In the main file, a synthetic data is generated with predefined mean and standard deviation. The users can vary these parameters. The users can also implement algorithm using there own datasets. The dataset and corresponding training, testing portion should replace the variables xdata, ftrain, ftest with section of lines 20-45 in main_fn.m

The result of clustering can be visualized through confusion matrix in line 122-124 and Overall Accuracy in lines 130-133 of Main_fn.m

Note: Please do not switch between figure windows during program execution.

인용 양식

Senthilnath J (2026). Harmony search based clustering algorithm (https://kr.mathworks.com/matlabcentral/fileexchange/57524-harmony-search-based-clustering-algorithm), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2014b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.1.0.0

Citation detail have been updated

1.0.0.0