Ant Lion Algorithm for data clustering

Sir
I need the matlab code for running Ant Lion optimization algorithm for data clustering.
Can any body help

1 件のコメント

Fatema Muhseni
Fatema Muhseni 2021 年 7 月 4 日
Hi,
Did you finde this code?
I need it if you could any help plz.

サインインしてコメントする。

回答 (2 件)

KALYAN ACHARJYA
KALYAN ACHARJYA 2019 年 7 月 3 日

0 投票

Look on this file exchange file

7 件のコメント

Jess
Jess 2019 年 7 月 20 日
Sir
I got the file. But Iam unable to proceed how to obtain clusters from it. Plz help
Thank You
KALYAN ACHARJYA
KALYAN ACHARJYA 2019 年 7 月 20 日
What is the issue? Be sepecific please.
Jess
Jess 2019 年 7 月 22 日
Thank You Sir For your response
The issue is that I have a data set with 90 values. I have to select two select two of them as centroids and group all 88 data in to either the first centroid or the second centroid based on the minimum euclidean distance between the 88 other values and the centroid value using ANT Lion Optimization.
Could you help me sir.
Thank you
Walter Roberson
Walter Roberson 2019 年 7 月 22 日
No, that task is not suitable for continuous searches such as that ant lion contribution. You should be using an algorithm that permits a vector of two integers lower bound 1 and upper bound 90 and constraint that one is strictly less than the other . The cost should use two two selected integers as the indices of the two selected centroids.
Much better is just to try all (89*45) unique possibilities without an random search like ga or ant lion.
The situation would be different if the centroids were to be determined (like in kmeans) instead of being forced to be two of the points exactly.
Jess
Jess 2019 年 7 月 22 日
Thank You For your response sir.
But there are published research claiming antlion optimization for data clustering.
How could that be performed?
Jess
Jess 2019 年 7 月 22 日
To be more precise I need to cluster data iteratively, just like in K-means using Ant lion Optimization
Plz help me sir
Walter Roberson
Walter Roberson 2020 年 7 月 27 日
K-means type of optimization attempt to determine centroids that might not be at the location of any points. The algorithm is not suitable for the case where you have to select your centroids from existing points.

サインインしてコメントする。

VIVEK SHARMA
VIVEK SHARMA 2020 年 7 月 27 日

0 投票

hi sir
i am vivek
can anyone provide me lion optimization algorithm code in matlab. i wanna this code for clustering
if any one have a code please send me on my email id er.viveksharma22@gmail.com
thanks

1 件のコメント

Walter Roberson
Walter Roberson 2020 年 7 月 27 日
KALYAN already gave a link to code.

サインインしてコメントする。

カテゴリ

質問済み:

2019 年 7 月 3 日

コメント済み:

2021 年 7 月 4 日

Community Treasure Hunt

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

Start Hunting!

Translated by