Next Article in Journal
An Optimized Vector Tracking Architecture for Pseudo-Random Pulsing CDMA Signals
Next Article in Special Issue
Neural Network for Metal Detection Based on Magnetic Impedance Sensor
Previous Article in Journal
All Silica Micro-Fluidic Flow Injection Sensor System for Colorimetric Chemical Sensing
Previous Article in Special Issue
Denoising and Motion Artifact Removal Using Deformable Kernel Prediction Neural Network for Color-Intensified CMOS
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Data Clustering Using Moth-Flame Optimization Algorithm

1
Department of Computer Science and Engineering, Siksha ‘O’ Anusandhan (Deemed to be University), Bhubaneswar, Odisha 751030, India
2
Department of Computer Science and Engineering, Thapar Institute of Engineering and Technology, Patiala, Punjab 147004, India
3
School of Engineering and Applied Sciences, Bennett University, Greater Noida 201310, India
4
Department of Mathematics, Faculty of Science, King Khalid University, Abha 62529, Saudi Arabia
5
Department of Mathematics, Faculty of Science, South Valley University, Qena 83523, Egypt
6
Faculty of Computers and Information, South Valley University, Qena 83523, Egypt
*
Author to whom correspondence should be addressed.
Sensors 2021, 21(12), 4086; https://doi.org/10.3390/s21124086
Submission received: 13 May 2021 / Revised: 10 June 2021 / Accepted: 10 June 2021 / Published: 14 June 2021

Abstract

:
A k-means algorithm is a method for clustering that has already gained a wide range of acceptability. However, its performance extremely depends on the opening cluster centers. Besides, due to weak exploration capability, it is easily stuck at local optima. Recently, a new metaheuristic called Moth Flame Optimizer (MFO) is proposed to handle complex problems. MFO simulates the moths intelligence, known as transverse orientation, used to navigate in nature. In various research work, the performance of MFO is found quite satisfactory. This paper suggests a novel heuristic approach based on the MFO to solve data clustering problems. To validate the competitiveness of the proposed approach, various experiments have been conducted using Shape and UCI benchmark datasets. The proposed approach is compared with five state-of-art algorithms over twelve datasets. The mean performance of the proposed algorithm is superior on 10 datasets and comparable in remaining two datasets. The analysis of experimental results confirms the efficacy of the suggested approach.

1. Introduction

Data clustering methods are being widely implemented in various real-world applications such as data mining [1], machine learning [2], information retrieval [3,4], pattern recognition [5,6,7], face clustering and recognition [8,9,10], wireless sensor networks [11], etc. The objective of this method is to partition data objects in such a way to minimize accumulated distances between data objects and their respective centroids. After clustering, the data objects in a cluster should be as similar as possible with each other and should be vastly different from the items of other clusters. A number of algorithms have been proposed to solve the data clustering problem. K-means is one among the popular algorithms to handle clustering problem. K-means algorithm is simple and efficient but the accuracy of its result highly dependent on initially selected cluster centers, hence prone to trap in local optima solution. Data clustering is one of the NP-hard problems and hence difficult to solve using deterministic algorithms. Being an NP-hard problem, deterministic approaches cause local entrapment which in turn, affects the overall performance of the algorithm.
Although the approach adopted by the k-means is being widely accepted for dealing with the clustering problems, it is deterministic in nature except for initialization. Therefore, to deal with data clustering problems a better approach could be expected compared to the k-means algorithm. Alternatively, the heuristic clustering algorithms are being widely used these days as a substitute for the conventional clustering technique. These heuristic clustering algorithms target their goals with the random search in the specified search domain. These algorithms are unable to capture the exact values, but, they try to find the values that are as close as possible to the exact solution. In this view, it is considered as an optimization problem in which the sum of the intra-cluster distances between the cluster center and associated data objects need to be minimized. To solve this problem, nature-inspired algorithms are being widely used these days [12,13,14,15,16] along with [17,18]. The problem of data clustering has attracted the attention of many researchers from different domains of science and engineering and it is still an important area of research in data mining.
Due to the involvement of non-linear objective function and large search domain in data clustering problems, the algorithms find difficulty during the optimization process. In such a case, the selection of an appropriate optimization algorithm for solving this problem becomes more important. An optimization algorithm for solving data clustering problems needs to have a balanced and proper mechanism of exploitation and exploration. Hatamlou proposes a black hole algorithm guided approach for data clustering [19]. A cuckoo search optimization algorithm based approach for data clustering is presented in [20]. A detailed review of data clustering using particle swarm optimization and its variants have been presented in [21]. Han et al. [22] proposed a modified gravitational search algorithm (GSA) for data clustering. They have included a new mechanism in GSA for improving the global search ability of solutions during the optimization. Apart from this, the use of chaotic sequences instead of random numbers improves the overall performance of optimization algorithms [23,24]. Inspired by the chaos theory, Chuang et al. [25] proposed a method for data clustering using chaotic map and PSO. Additionally, another approach based on the chaotic sequences is presented in [26] for data clustering. Another approach for data clustering based on chaotic sequence harris hawks optimizer is proposed in [27]. A chaotic number and opposition learning based method for data clustering is presented in [28]. A levy flight-based cuckoo search algorithm for data clustering is proposed in [29]. Abdulwahab et al. [30] suggested a levy flight guided approach for data clustering. The opposition learning-based approach is being successfully implemented in optimization algorithms to improve diversity during the search [31]. Kumar et al. [32] proposed an opposition learning and Cauchy operator-based scheme for data clustering. Sun et al. [33] introduced an opposition learning and random local perturbation guided monarch butterfly optimization algorithm for data clustering. Nasiri et al. [34] suggested a whale optimization algorithm based approach to handle data clustering problems. The authors have validated the effectiveness of their approach based on various comparative performance analysis. A magnetic optimization algorithm-guided approach is presented for data clustering in [14]. A hybrid approach based on exponential Grey Wolf Optimizer (GWO) and Whale Optimization Algorithm (WOA) is presented in [35] for dealing with data clustering problem. A variance-based differential evolution approach for data clustering is suggested in [36]. Zhou et al. [37] proposed a symbiotic organism search algorithm-guided approach to handle data clustering problems. A cuttlefish optimization algorithm based-approach for data clustering is presented in [38]. A density-based clusterability measure is proposed to measure the prominence of the clustering structure in the time-series data [39]. A whale optimization algorithm based approach for data clustering is presented in [40].
Although various optimization algorithms have already been suggested, none of them can outperform all other algorithms in all benchmark datasets of data clustering. A general idea of no free lunch theorem [41] states that not a single algorithm can defeat all other algorithms in all test problems. This could be the reason behind the development of various optimization algorithms for data clustering. The methods of exploitation and exploration are two main aspects that need to be balanced to achieve the desired goal in reasonable time. However, these two aspects are conflicting in nature. Excessive exploitation causes premature convergence; while excessive exploration causes random search. A proper exploitation method intentionally tries to search in the neighborhood of good solutions found so far. However, exploration is supposed to capture good solutions from the different regions of a search domain. Therefore, an optimization algorithm designed to solve the data clustering problem needs to have the capability of searching the solutions around the neighborhood of good solutions and also capturing those solutions that are far away from the poor solutions. In order to design an optimization algorithm that achieves the aforementioned capability, the programmer has to concentrate on how to update the position vectors of the solutions in an efficient manner.
Recently, Moth Flame Optimization (MFO) [42] for solving global optimization problems and real-world applications is proposed. The effectiveness of MFO in terms of population diversity and convergence rate has already been justified while solving multifaceted problems. A new method based on the MFO for data clustering is proposed in this paper. The competitiveness of the MFO such as fast convergence towards the global optimal solution and ability to avoid local optima is utilized in this study. Our main objective is to divide the data objects into clusters using MFO with better accuracy and complete coverage of search space to the existing methods. In short, the novelty and contribution of this paper are highlighted below.
  • MFO based approach for data clustering is presented.
  • The proposed approach is evaluated using 12 machine learning benchmark datasets.
  • The quality of the solutions produced by the proposed approach is compared against five well-known algorithms.
  • Three statistical tests have been performed to measure the quality of the proposed approach statistically.
  • Based on experimental values, statistical values, and convergence curves, the efficacy of the proposed approach is justified.
The rest of the paper is structured as follows. In Section 2, the fundamental concepts of data clustering and the MFO algorithm is illustrated. Section 3 explains the proposed approach in detail. In Section 4, the benchmark datasets and experimental setup are described. The result analysis and discussion are given in Section 5 and Section 6. Section 7 highlights the conclusions and future research directions.

2. Basic Concepts

2.1. Clustering

Data clustering is a method to group the given set of N data objects into K clusters. The primary objective of clustering is that the data objects belong to the same cluster must be highly similar, whereas the data objects must show high dissimilarity to those belonging to different clusters [43,44]. The similarity and dissimilarity are measured using Euclidean distance. Precisely, the sum of the square of Euclidean distances between each data object and its associated cluster center is calculated. Hence, data clustering intents to minimize the sum of intra-cluster distances. Formally it can be defined as follows:
Let dataset O = { O 1 , O 2 , O N } T contains N data objects each with D attributes (dimensions) i.e., O i = { o i 1 , o i 2 , o i D } , for i = 1 to N. The scalar value o i d denotes the d t h attribute of i t h data object O i . In this way, the whole dataset forms a matrix of N × D order such as
O = O 1 O N = o 1 1 o 1 2 o 1 D o N 1 o N 2 o N D
At the end of clustering process a set Z of K cluster formed as Z = Z 1 , Z 2 , Z K . Each object belongs to exactly one of the formed K clusters such that objects sharing the same cluster are most similar, while objects belonging to separate clusters should be sufficiently distinct. The produced clusters and dataset should also adhere to the following criterion:
1.
Z k k = 1 t o K
2.
Z u Z v = u, v = 1 …K; u v
3.
k = 1 K Z k = O
In order to identify clusters and their most suitable data objects, Equation (2) is used as a fitness function in this paper to achieve the above objectives.
F ( O , Z ) = i = 1 N j = 1 K w i j | | ( O i Z j ) | | 2
where the fitness value F(O, Z) is to be minimized. The Euclidean distance between a i t h data object, O i and the j t h cluster center, Z j is ||( O i Z j )||. w i j is the weight associated with data object O i and cluster j. The value of w i j is assigned to 1 if i t h data object is with j t h cluster, else w i j = 0.

2.2. Moth Flame Optimization (MFO)

The MFO [42] is a swarm-based optimization algorithm to solve global optimization problems. This algorithm depicts moths intelligence used to navigate in nature which is known as transverse orientation. The algorithm assumes moths and their positions to be candidate solutions and problem’s variables, respectively. Moths can fly in multidimensional search domains with changing their position vectors. Like other optimization algorithms, MFO initializes candidate solutions randomly within the boundary range as follows.
S p = l ^ + β . ( u ^ l ^ )
where S p ( 1 p P ) is the p t h solution and P is the population size. β is a random number in (0, 1). l ^ and u ^ represent the lower and upper bounds for the problem taken under consideration and . is a point-by-point multiplication. The population i.e., set of all solutions are represented in P × D size matrix form as follows.
M = S 1 , 1 S 1 , 2 S 1 , D S 2 , 1 S 2 , 2 S 2 , D S P , 1 S P , 2 S P , D
where D the number of variables, represent the dimension of the problem taken under consideration. After random initialization, each solution is evaluated using fitness function and stored in a matrix of size P × 1 as follows.
F M = F S 1 F S 2 F S P
where F S p is the fitness value of p t h solution. Another component in MFO algorithm is flames. Similar to the moths, flames are also matrix of size P × D and represented as follows.
F = F 1 , 1 F 1 , 2 F 1 , D F 2 , 1 F 2 , 2 F 2 , D F P , 1 F P , 2 F P , D
The fitness of each flame is evaluated and stored in a matrix of size P × 1 as follows.
F F = F F 1 F F 2 F F P
Here, it is important to note that both moths and flames are solutions. The difference is, moths represent the candidate solutions and work as search agents to capture the optimal solution. On the other hand, flame keeps the top solutions searched so far and ensures that the best solution is never lost.
Moths progress in search space is controlled through logarithmic spiral function, which simulates moth’s transverse orientation navigation. The positions of the p t h moth S p is updated using following function:
L ( S p , F q ) = D p . e b t . c o s ( 2 π t ) + F q
where D p represents the distance between the p t h moth and q t h flame, t is a random number that varies from −1 to 1, and b is a constant used to define the shape of the logarithmic spiral. Here, D p is calculated as follows.
D p = | F q S p |
where S p and F q are the p t h moth and q t h flame, respectively. The process continues until the termination condition is met. In the next Section, MFO guided approach for data clustering is presented.

3. Moth Flame Optimization for Data Clustering

The Moth-flame optimization algorithm is one of the nature-inspired algorithms to solve optimization problems. Since data clustering is one of the NP-hard problems, MFO is a viable candidate to solve it. MFO is a stochastic algorithm and can produce an optimal or near-optimal solution efficiently. It is also designed in such a way that it avoids local optima and converges towards a globally optimal solution. This motivates us to employ MFO for identifying clusters of data objects in the given datasets.
As mentioned in definition of clustering problem, the number of clusters K is predefined, finally represented as Z = Z 1 , Z 2 , Z K . Each cluster Z k , k = 1 to K, preserves its centre. In order to find optimal solution of clustering problem using MFO algorithm, each moth corresponds to K cluster centres. Let M = { S 1 , S 2 , S P ) } T is the set of P moths, the p t h moth S p is represented as
S p = S p 1 S p 2 S p K = s p 1 1 s p 1 2 s p 1 D s p 2 1 s p 2 2 s p 2 D s p K 1 s p K 2 s p K D
where, S p k is the centre of k t h cluster in the p t h moth. Precisely, Z p k = X i , ∀k = 1 to K, i.e., [ s p k 1 , s p k 2 , s p k D ] = [ x i 1 , x i 2 , x i D ] , ! i ∈ [1, P], a unique data object of the dimension D from the dataset. In general, the set of moths is represented in the form of matrix of the order ( P K × D ) as:
M = S 1 S p S P = S 11 S 1 K S p 1 S p K S P 1 S P K = s 11 1 s 11 2 s 11 D s 1 K 1 s 1 K 2 s 1 K D s p 1 1 s p 1 2 s p 1 D s p K 1 s p K 2 s p K D s P 1 1 s P 1 2 s P 1 D s p K 1 s p K 2 s p K D
The proposed approach models the clustering as a minimization problem where intra-cluster distance work as objective function as mentioned in (2). The fitness of each moth is computed and stored in P K × 1 order column vector FM.
F M = F S 1 F S p F S P = F S 11 F S 1 K F S p 1 F S p K F S P 1 F S P K
Flames F = { F 1 , F q F P } T and corresponding fitness F F = { F F 1 , F F q F F P } T matrices are populated with sorted moths positions and their respective fitness in ascending order with respect to fitness. Here q , q = 1 to P, F q = S t such that S t M and < F F 1 , F F 2 F F P > are sorted in ascending order.
Moths iterative update their positions according to logarithmic spiral function defined in Equation (8) in turn update flames to retain top P solutions in ascending order until termination condition met.

3.1. The Procedure

The following steps are derived from the above discussion for the proposed MFO based clustering algorithm. It is assumed that dataset X of dimension D with N data objects is in place and available for processing. The number of clusters K is also initialized with a suitable integer.
Step1
Initialization: Populate the position of moths M randomly with P candidate solutions, i.e., M = { S 1 , S 2 , M P } T . Each candidate solution S p includes K centres of dimension D.
Step2
Moths Fitness Computation: Compute the fitness value of each moth initialized in step 1 using (2) and store it in a column vector FM = { F M 1 , F M 2 , F M P } T .
Step3
Flames Generation: Store the moths fitness values column vector FM in sorted form in flames fitness column vector FF = { F F 1 , F F 2 , F F P } T . Generate the flames F = { F 1 , F 2 , F P ) } T , by placing the individual moth corresponding to their fitness value in FF respectively.
Step4
Update Moths Position: Each p t h Moth’s positions S p is updated using the p t h flame F p and logarithmic spiral function.
Step5
Update Flames: Flames and their corresponding fitness are updated by taking top P positions from previous flames and updated moth position.
Step6
Test Termination Condition: If the termination condition is satisfied, the algorithm terminates. Otherwise, go to Step 4 for the next iteration.
The proposed MFO based clustering algorithm is summarized in Algorithm 1.
Algorithm 1 MFO based Clustering Algorithm.
Input:
(i)
O = D dimension dataset with N data objects
(ii)
K = Number of clusters
Output:
(i)
Z = Set of K clusters { Z 1 , Z 2 Z K } of data objects
Begin
1:
Initialize
P = population size
MaxIter = maximum number of iterations
p = 1 P S p = Each Moth with K random cluster centre
2:
itr = 1
3:
while  i t r < M a x I t r   do
4:
    for p = 1 to P do
5:
        for i = 1 to N do
6:
Calculate the Euclidean distance of each data object O i to cluster centres of S p
7:
Assign O i to nearest cluster centres of S p k , k= 1 to K
8:
Calculate the fitness using (2)
9:
        end for
10:
    end for
11:
Populate Flames F and their fitness FF
12:
Update Moths positions using Flames and logarithmic spiral function mentioned in 8
13:
end while
14:
Assign Z = F 1
15:
return Z
End

3.2. Analysis of Time Complexity

In this subsection, time complexity and space complexity are presented in terms of big-oh notation. In this work, the common parameters for all approaches are the number of independent runs R, population size P, and the maximum number of iterations Maxitr. For the proposed approach, a careful observation indicates that the time complexity will be O ( M a x i t r × P × N ) . Here, N is the number of data objects in a benchmark dataset taken under consideration. Hence this number varies with respect to the dataset. Therefore, based on common parameters, the time complexity of the proposed approach is O ( M a x i t r × P ) . On the other hand, space complexity is the total amount of memory space used by the benchmark dataset and other variables during the program execution. Simple variables such as P, Maxitr etc. need constant space as the size of these data types is constant. Therefore, simple variables add a space complexity of O(1). However, to store the randomly initialized and intermediate populations in the memory, it needs O ( P × K × D ) . Here, K is the number of clusters present in a benchmark dataset, whereas D is the number of features in a benchmark dataset. P is the population size.

4. Experimental Setup

The quality of the solutions of the proposed algorithm was compared against Black Hole Algorithm (BHA) [19], Multi-Verse Optimizer (MVO) [45], Harris Hawks Optimizer (HHO) [46], Grey Wolf Optimizer (GWO) [47], and K-means algorithm [44]. The parameters of BHA, MVO, HHO, GWO, and k-means algorithms were set according to their corresponding references [19,44,45,46,47], respectively. In this study, three parameters were common for all the approaches. The values of these common parameters were considered as follows:
  • Population size = 50
  • Maximum iterations = 1000
  • Independent runs = 20
The details of benchmark datasets used in this study are given in Table 1 and Table 2. All the employed datasets used multivariate real valued features for characterizing individual objects.

5. Results Analysis

The experimental results of algorithms for benchmark datasets are given in Table 3 and Table 4. These tables represent the quantitative values described with Equation (2). The statistical metrics best, worst, mean and standard deviation of achieved objective values by participating algorithms are compared. Since the performance of metaheuristic randomized algorithms are not deterministic, best and worst values in different runs may reasonably represent upper and lower performance bounds respectively. The mean may represent the center of all objective function values obtained in multiple runs. In addition to that standard deviation helps to understand the performance consistency of algorithm. Lower the standard deviation, more consistent the performance of algorithm around mean. Table 5 represents the relative average rank of the algorithms considered in this study. This table indicates that the proposed approach outperformed all other approaches considered in this study. Whereas, the k-means algorithm observed the worst performance in all benchmark datasets.
Iman-Davenport [48], Friedman [49], and Holm [50] tests were carried out to demonstrate the effectiveness of the algorithms in solving the data clustering problem. Table 6 and Table 7 show the experimental values of Iman-Davenport and Friedman tests for the Shape and UCI datasets, respectively. The rejection of the null hypothesis for both cases confirmed that there was a significant difference in the performances of the algorithms. Therefore, a post hoc test (Holm test) was performed to show the efficacy of the best performing algorithm against the rest of the algorithms. Table 8 and Table 9 represent the experimental results of the Holm test for Shape and UCI datasets, respectively. The rejection of the null hypothesis for k-means and MVO algorithms indicated that the proposed approach was statistically better than these algorithms. The null hypothesis was not rejected for GWO, HHO, and BHA which indicated that the performance of these algorithms was comparable with the proposed approach. However, Table 5 shows that the proposed approach was better than GWO, HHO, and BHA.
Figure 1, Figure 2, Figure 3, Figure 4, Figure 5 and Figure 6 show the convergence curves of algorithms for benchmark datasets taken under consideration. These curves show that the convergence rate of the suggested approach was much better than other approaches. Comparing algorithms using the rate of convergence allowed us to analyze how quick they captured the optimal solution.

6. Discussion

To further strengthen the results mentioned in the previous section, Table 10, Table 11, Table 12, Table 13, Table 14, Table 15, Table 16, Table 17, Table 18, Table 19, Table 20 and Table 21 represent the best centroids for D31, R15, Jain, Flame, Aggregation, Compound, Pathbased, Spiral, Glass, Iris, Wine, and Yeast datasets, respectively obtained by the suggested approach. In these tables, C 1 , C 2 , , C K represent the best centroids obtained by the proposed approach, whereas F 1 , F 2 , , F D represent the feature/attribute number of the dataset taken under consideration. Based on these centroids, the best value of the sum of fitness values of the respective benchmark dataset in Table 3 and Table 4 can be validated. By assigning each data object of a benchmark dataset to the respective centroid in Table 10, Table 11, Table 12, Table 13, Table 14, Table 15, Table 16, Table 17, Table 18, Table 19, Table 20 and Table 21, the best values in Table 3 and Table 4 are ideally expected. This can be understood as, by putting all the 240 data objects of the Flame dataset to one of the centroids between the two centroids that are presented in Table 13, the best value of the fitness function found by the MFO algorithm for the Flame dataset should be 770.09978. If this value (770.09978) is not found, then either the best value (770.09978) reported in Table 3 or the best centroids reported in Table 13 or both allocations are wrong. This method can be applied to validate the best value of the remaining benchmark datasets.

7. Conclusions and Future Research Directions

Various optimization algorithms based on natural phenomena have been used to solve complex problems. Moth flame optimization algorithm is one of them that uses the navigation behavior of moths at night. In this paper, a moth flame optimizer guided approach is suggested for data clustering. The effectiveness of the suggested method is validated using twelve standard benchmark datasets. Various comparisons using the experimental values have proved the effectiveness and competitiveness of the suggested method. The proposed approach achieves better accuracy and complete coverage of search space in comparison to the existing methods.
In the future, research can be carried out to solve some other real-world problems of clustering such as optimal controller selection in wireless sensor networks, controller placement problems in a software-defined network, clustering in image segmentation by using the proposed approach. The suggested approach can also be extended to solve multiobjective optimization problems.

Author Contributions

Conceptualization, T.S. and N.S.; Data curation, T.S. and N.S.; formal analysis, T.S., N.S. and M.K.; funding acquisition, M.A.; investigation, M.K., M.A. and H.A.; methodology, T.S. and D.S.; software, T.S.; validation, N.S. and H.A.; visualization, N.S. and H.A.; writing—original draft, T.S., N.S. and H.A.; writing—review and editing, T.S., N.S. and H.A. All authors have read and agreed to the published version of the manuscript.

Funding

This work was funded by the Deanship of Scientific Research at King Khalid University through Research Groups Program under grant number RGP.1/3/42.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Acknowledgments

The authors extend their appreciation to the Deanship of Scientific Research at King Khalid University for funding this work.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Tan, P.N. Introduction to Data Mining; Pearson Education India: New Delhi, India, 2018. [Google Scholar]
  2. Alpaydin, E. Introduction to Machine Learning; MIT Press: Cambridge, MA, USA, 2014. [Google Scholar]
  3. Hu, G.; Zhou, S.; Guan, J.; Hu, X. Towards effective document clustering: A constrained K-means based approach. Inf. Process. Manag. 2008, 44, 1397–1409. [Google Scholar] [CrossRef]
  4. Li, Y.; Chung, S.M.; Holt, J.D. Text document clustering based on frequent word meaning sequences. Data Knowl. Eng. 2008, 64, 381–404. [Google Scholar] [CrossRef]
  5. Halberstadt, W.; Douglas, T.S. Fuzzy clustering to detect tuberculous meningitis-associated hyperdensity in CT images. Comput. Biol. Med. 2008, 38, 165–170. [Google Scholar] [CrossRef]
  6. Webb, A.R. Statistical Pattern Recognition; John Wiley & Sons: Hoboken, NJ, USA, 2003. [Google Scholar]
  7. Zhou, H.; Liu, Y. Accurate integration of multi-view range images using k-means clustering. Pattern Recognit. 2008, 41, 152–175. [Google Scholar] [CrossRef]
  8. Shi, Y.; Otto, C.; Jain, A.K. Face clustering: Representation and pairwise constraints. IEEE Trans. Inf. Forensics Secur. 2018, 13, 1626–1640. [Google Scholar] [CrossRef] [Green Version]
  9. Adjabi, I.; Ouahabi, A.; Benzaoui, A.; Taleb-Ahmed, A. Past, present, and future of face recognition: A review. Electronics 2020, 9, 1188. [Google Scholar] [CrossRef]
  10. Adjabi, I.; Ouahabi, A.; Benzaoui, A.; Jacques, S. Multi-Block Color-Binarized Statistical Images for Single-Sample Face Recognition. Sensors 2021, 21, 728. [Google Scholar] [CrossRef] [PubMed]
  11. Arikumar, K.; Natarajan, V.; Satapathy, S.C. EELTM: An Energy Efficient LifeTime Maximization Approach for WSN by PSO and Fuzzy-Based Unequal Clustering. Arab. J. Sci. Eng. 2020, 45, 10245–10260. [Google Scholar] [CrossRef]
  12. Nanda, S.J.; Panda, G. A survey on nature inspired metaheuristic algorithms for partitional clustering. Swarm Evol. Comput. 2014, 16, 1–18. [Google Scholar] [CrossRef]
  13. Aljarah, I.; Mafarja, M.; Heidari, A.A.; Faris, H.; Mirjalili, S. Clustering analysis using a novel locality-informed grey wolf-inspired clustering approach. Knowl. Inf. Syst. 2020, 62, 507–539. [Google Scholar] [CrossRef] [Green Version]
  14. Kushwaha, N.; Pant, M.; Kant, S.; Jain, V.K. Magnetic optimization algorithm for data clustering. Pattern Recognit. Lett. 2018, 115, 59–65. [Google Scholar] [CrossRef]
  15. Singh, T.; Mishra, K.K. Data Clustering Using Environmental Adaptation Method. In International Conference on Hybrid Intelligent Systems; Springer: Berlin/Heidelberg, Germany, 2019; pp. 156–164. [Google Scholar]
  16. Mansalis, S.; Ntoutsi, E.; Pelekis, N.; Theodoridis, Y. An evaluation of data stream clustering algorithms. Stat. Anal. Data Min. ASA Data Sci. J. 2018, 11, 167–187. [Google Scholar] [CrossRef]
  17. Almasri, A.; Alkhawaldeh, R.S.; Çelebi, E. Clustering-Based EMT Model for Predicting Student Performance. Arab. J. Sci. Eng. 2020, 45, 10067–10078. [Google Scholar] [CrossRef]
  18. Singh, T.; Mishra, K.K.; Ranvijay. A variant of EAM to uncover community structure in complex networks. Int. J. Bio-Inspired Comput. 2020, 16, 102–110. [Google Scholar] [CrossRef]
  19. Hatamlou, A. Black hole: A new heuristic optimization approach for data clustering. Inf. Sci. 2013, 222, 175–184. [Google Scholar] [CrossRef]
  20. Saida, I.B.; Nadjet, K.; Omar, B. A new algorithm for data clustering based on cuckoo search optimization. In Genetic and Evolutionary Computing; Springer: Berlin/Heidelberg, Germany, 2014; pp. 55–64. [Google Scholar]
  21. Esmin, A.A.; Coelho, R.A.; Matwin, S. A review on particle swarm optimization algorithm and its variants to clustering high-dimensional data. Artif. Intell. Rev. 2015, 44, 23–45. [Google Scholar] [CrossRef]
  22. Han, X.; Quan, L.; Xiong, X.; Almeter, M.; Xiang, J.; Lan, Y. A novel data clustering algorithm based on modified gravitational search algorithm. Eng. Appl. Artif. Intell. 2017, 61, 1–7. [Google Scholar] [CrossRef]
  23. Yang, D.; Li, G.; Cheng, G. On the efficiency of chaos optimization algorithms for global optimization. Chaos Solitons Fractals 2007, 34, 1366–1375. [Google Scholar] [CrossRef]
  24. Tavazoei, M.S.; Haeri, M. Comparison of different one-dimensional maps as chaotic search pattern in chaos optimization algorithms. Appl. Math. Comput. 2007, 187, 1076–1085. [Google Scholar] [CrossRef]
  25. Chuang, L.Y.; Hsiao, C.J.; Yang, C.H. Chaotic particle swarm optimization for data clustering. Expert Syst. Appl. 2011, 38, 14555–14563. [Google Scholar] [CrossRef]
  26. Wan, M.; Wang, C.; Li, L.; Yang, Y. Chaotic ant swarm approach for data clustering. Appl. Soft Comput. 2012, 12, 2387–2393. [Google Scholar] [CrossRef]
  27. Singh, T. A chaotic sequence-guided Harris hawks optimizer for data clustering. Neural Comput. Appl. 2020, 32, 17789–17803. [Google Scholar] [CrossRef]
  28. Singh, T.; Saxena, N. Chaotic sequence and opposition learning guided approach for data clustering. Pattern Anal. Appl. 2021, 1–15. [Google Scholar] [CrossRef]
  29. Senthilnath, J.; Das, V.; Omkar, S.; Mani, V. Clustering using levy flight cuckoo search. In Proceedings of Seventh International Conference on Bio-Inspired Computing: Theories and Applications (BIC-TA 2012); Springer: Berlin/Heidelberg, Germany, 2013; pp. 65–75. [Google Scholar]
  30. Abdulwahab, H.A.; Noraziah, A.; Alsewari, A.A.; Salih, S.Q. An Enhanced Version of Black Hole Algorithm via Levy Flight for Optimization and Data Clustering Problems. IEEE Access 2019, 7, 142085–142096. [Google Scholar] [CrossRef]
  31. Rojas-Morales, N.; Rojas, M.C.R.; Ureta, E.M. A survey and classification of opposition-based metaheuristics. Comput. Ind. Eng. 2017, 110, 424–435. [Google Scholar] [CrossRef]
  32. Kumar, Y.; Sahoo, G. An Improved Cat Swarm Optimization Algorithm Based on Opposition-Based Learning and Cauchy Operator for Clustering. J. Inf. Process. Syst. 2017, 13, 1000–1013. [Google Scholar]
  33. Sun, L.; Chen, S.; Xu, J.; Tian, Y. Improved monarch butterfly optimization algorithm based on opposition-based learning and random local perturbation. Complexity 2019, 2019. [Google Scholar] [CrossRef] [Green Version]
  34. Nasiri, J.; Khiyabani, F.M. A whale optimization algorithm (WOA) approach for clustering. Cogent Math. Stat. 2018, 5, 1483565. [Google Scholar] [CrossRef]
  35. Jadhav, A.K.N.; Gomathi, N. WGC: Hybridization of exponential grey wolf optimizer with whale optimization for data clustering. Alex. Eng. J. 2018, 57, 1569–1584. [Google Scholar] [CrossRef]
  36. Alswaitti, M.; Albughdadi, M.; Isa, N.A.M. Variance-based differential evolution algorithm with an optional crossover for data clustering. Appl. Soft Comput. 2019, 80, 1–17. [Google Scholar] [CrossRef]
  37. Zhou, Y.; Wu, H.; Luo, Q.; Abdel-Baset, M. Automatic data clustering using nature-inspired symbiotic organism search algorithm. Knowl. Based Syst. 2019, 163, 546–557. [Google Scholar] [CrossRef]
  38. Eesa, A.S.; Orman, Z. A new clustering method based on the bio-inspired cuttlefish optimization algorithm. Expert Syst. 2019, 37, e12478. [Google Scholar] [CrossRef]
  39. Juho, J.; Tomi, R.; Timo, L. Clustering Structure Analysis in Time Series Data with Density-Based Clusterability. IEEE/CAA J. Autom. Sinica 2019, 6, 1332–1343. [Google Scholar]
  40. Singh, T. A novel data clustering approach based on whale optimization algorithm. Expert Syst. 2020, 38, e12657. [Google Scholar]
  41. Wolpert, D.H.; Macready, W.G. No free lunch theorems for optimization. IEEE Trans. Evol. Comput. 1997, 1, 67–82. [Google Scholar] [CrossRef] [Green Version]
  42. Mirjalili, S. Moth-flame optimization algorithm: A novel nature-inspired heuristic paradigm. Knowl. Based Syst. 2015, 89, 228–249. [Google Scholar] [CrossRef]
  43. Barbakh, W.A.; Wu, Y.; Fyfe, C. Review of clustering algorithms. In Non-Standard Parameter Adaptation for Exploratory Data Analysis; Springer: Berlin/Heidelberg, Germany, 2009; pp. 7–28. [Google Scholar]
  44. Jain, A.K. Data clustering: 50 years beyond K-means. Pattern Recognit. Lett. 2010, 31, 651–666. [Google Scholar] [CrossRef]
  45. Mirjalili, S.; Mirjalili, S.M.; Hatamlou, A. Multi-verse optimizer: A nature-inspired algorithm for global optimization. Neural Comput. Appl. 2016, 27, 495–513. [Google Scholar] [CrossRef]
  46. Heidari, A.A.; Mirjalili, S.; Faris, H.; Aljarah, I.; Mafarja, M.; Chen, H. Harris Hawks optimization: Algorithm and applications. Future Gener. Comput. Syst. 2019, 97, 849–872. [Google Scholar] [CrossRef]
  47. Mirjalili, S.; Mirjalili, S.M.; Lewis, A. Grey wolf optimizer. Adv. Eng. Softw. 2014, 69, 46–61. [Google Scholar] [CrossRef] [Green Version]
  48. Inman, R.L.; Davenpot, J.M. Approximations of the critical region of the Friedman statistic. Commun. Stat. Theory Methods A 1980, 9, 571–595. [Google Scholar] [CrossRef]
  49. Sheskin, D.J. Handbook of Parametric and Nonparametric Statistical Procedures; Chapman and Hall/CRC: London, UK, 2003. [Google Scholar]
  50. Holm, S. A simple sequentially rejective multiple test procedure. Scand. J. Stat. 1979, 6, 65–70. [Google Scholar]
Figure 1. Variation in the best fitness values of algorithms for datasets (A): Flame, (B): Jain with respect to iterations.
Figure 1. Variation in the best fitness values of algorithms for datasets (A): Flame, (B): Jain with respect to iterations.
Sensors 21 04086 g001
Figure 2. Variation in the best fitness values of algorithms for datasets (A): R15, (B): D31 with respect to iterations.
Figure 2. Variation in the best fitness values of algorithms for datasets (A): R15, (B): D31 with respect to iterations.
Sensors 21 04086 g002
Figure 3. Variation in the best fitness values of algorithms for datasets (A): Aggregation, (B): Compound with respect to iterations.
Figure 3. Variation in the best fitness values of algorithms for datasets (A): Aggregation, (B): Compound with respect to iterations.
Sensors 21 04086 g003
Figure 4. Variation in the best fitness values of algorithms for datasets (A): Pathbased, (B): Spiral with respect to iterations.
Figure 4. Variation in the best fitness values of algorithms for datasets (A): Pathbased, (B): Spiral with respect to iterations.
Sensors 21 04086 g004
Figure 5. Variation in the best fitness values of algorithms for datasets (A): Glass, (B): Iris with respect to iterations.
Figure 5. Variation in the best fitness values of algorithms for datasets (A): Glass, (B): Iris with respect to iterations.
Sensors 21 04086 g005
Figure 6. Variation in the best fitness values of algorithms for datasets (A): Wine, (B): Yeast with respect to iterations.
Figure 6. Variation in the best fitness values of algorithms for datasets (A): Wine, (B): Yeast with respect to iterations.
Sensors 21 04086 g006
Table 1. Shape datasets.
Table 1. Shape datasets.
Name#Instances#Features#ClassesYear of PublicationConstructorDataset Objective
Flame240222007L. Fu and E. MedicoDNA microarray data
Jain373222005A. Jain and M. LawConsensus function
R156002152002C.J. Veenman et al.Maximum variance clustering
D3131002312002C.J. Veenman et al.Maximum variance clustering
Aggregation788272007A. Gionis et al.Aggregating set of clusterings
into single one
Compound399261971C.T. ZahnDetecting and describing gestalt clusters
Pathbased300232008H. Chang and D.Y. YeungRobust path-based spectral clustering
Spiral312232008H. Chang and D.Y. YeungRobust path-based spectral clustering
Table 2. UCI datasets.
Table 2. UCI datasets.
Name#Instances#Features#ClassesYear of PublicationConstructorDataset Objective
Iris150431936R.A. FisherTo predict class of iris plant
Glass214971987B. GermanTo define the glass in terms of their oxide content
Yeast14848101991Kenta NakaiPredicting the cellular localization sites of proteins
Wine1781331988M. Forina et al.Using chemical analysis to determine the origin of wines
Table 3. Comparison of objective values of MFO, BHA, MVO, HHO, GWO, k-means algorithms.
Table 3. Comparison of objective values of MFO, BHA, MVO, HHO, GWO, k-means algorithms.
DatasetCriteriaMFOBHAMVOHHOGWOK-Means
Best770.09978769.9661518770.4754577769.9927543770.132897778.2235737
Worst790.112976799.8706082883.7379944881.5972455862.9405109882.2962778
FlameMean770.312682770.0151324820.6166847773.1715904774.9724323825.0039174
Std0.9343450.04879615125.90218042.1971841473.45658152632.9362996
Best2574.24212574.2416192587.7293822574.241632574.5968212649.716145
Worst2895.4555172872.0576753317.7431333243.4353263351.0139713348.696543
JainMean2578.5837812575.6259392783.8520762609.241152604.7483722898.773998
Std5.4345341.216412722152.22776850.9951309746.7066178190.2690739
Best281.130101587.7144266692.2279482518.9798792555.9717927766.9066841
Worst838.491757882.9244343914.6624615912.7932725933.2892028901.9060829
R15Mean334.6612324686.732183830.124701680.9312354676.6880723839.092725
Std23.32126734.7631893259.4256873654.9544715856.2804900138.30256467
Best3736.5848965242.2183075896.6540834882.9380275136.1047535894.744809
Worst6637.0596856420.084496606.0968126675.2358416768.2715236706.157344
D31Mean4133.738615658.971246215.4261445440.8485985600.1690466411.356336
Std109.343697121.1404795172.050326210.6444026213.5167965201.3093209
Best2715.3026892953.636153290.0116862800.3759252876.0785553309.472801
Worst3718.2910983840.3752563939.0879783952.6099423959.4892073995.872968
AggregationMean2789.2912023158.4841013672.3542723080.2476393112.1086843731.786921
Std2.5349610789.73403431165.7279226146.4400151159.5026523183.3215657
Best1060.6747811150.3280411279.9852461104.0729421120.6092461361.339487
Worst1541.9489741575.2965871604.723841664.8615151654.6815531678.228393
CompoundMean1094.94231248.5294451423.2814461246.7707471273.877721493.276887
Std13.235564235.6356631979.7160929466.5574453271.9605336486.13103684
Best1424.8995421427.8729361492.3225061425.1769171429.8424191553.128473
Worst1723.3112241676.1390451901.1407981857.5877341897.2349091893.710862
PathbasedMean1430.9036021447.0097621683.4915921497.1526851477.0095391703.054894
Std1.65708137.767526694109.546398444.8075630538.1802082783.51041425
Best1807.547551807.5107951832.063751807.5957651808.2811321896.181926
Worst2015.0111751926.5637142163.4529992094.0702212107.312572149.720749
SpiralMean1810.020731809.0745491963.4540051820.7746561824.1863151996.155056
Std2.1680932160.66398688770.07948210.7157366317.4722135873.8703224
Table 4. Comparison of objective values of MFO, BHA, MVO, HHO, GWO, k-means algorithms.
Table 4. Comparison of objective values of MFO, BHA, MVO, HHO, GWO, k-means algorithms.
DatasetCriteriaMFOBHAMVOHHOGWOK-Means
Best254.5686207344.1858768427.2765574302.6048772360.4325397482.794362
Worst607.015981579.4491593657.6790272653.2463069682.8121634668.037993
GlassMean286.3971108394.6702904563.6985645375.0501591441.7389961592.7121853
Std8.586496514.9757445437.5743729729.0685184544.9056262150.8694328
Best96.6566922102.1609776141.6280996105.445443491.06876813155.9380716
Worst187.7141075196.0131392231.7066358220.9449828186.6739426215.8188002
IrisMean99.54558066111.6727822177.7656738128.8472893104.0780971189.2905571
Std0.046425672.41816568618.171898219.405068859.58075080619.36588562
Best6176852.7596877262.0079811505.6677416306.5237788077.07510335482.5
Worst10526429.849127679.78111418117.4311754852.4811731706.8511731057.25
WineMean6569678.6317404560.75910694275.298018085.7438206163.78810942626.63
Std103291.3436116859.092411754.8747253702.4043229142.0161351269.2404
Best297.404773399.60419472.7558453344.6453467368.171845528.3446203
Worst642.528356627.3754381772.8618998757.8158265730.7458876753.5334223
YeastMean346.0571754421.1546863577.9115552380.0538835414.0104515634.6032704
Std1.3256875674.63909579153.8213114613.8173208135.142506255.9518587
Table 5. Average ranking of MFO, BHA, MVO, HHO, GWO, k-means algorithms based on mean of objective values.
Table 5. Average ranking of MFO, BHA, MVO, HHO, GWO, k-means algorithms based on mean of objective values.
MFOBHAMVOHHOGWOK-Means
Shape Dataset1.3752.54.87533.256
UCI Dataset1352.753.256
Table 6. Statistical results based on mean of objective Values for shape datasets.
Table 6. Statistical results based on mean of objective Values for shape datasets.
Test NameStatistical Valuep-ValueHypothesis
Iman-Davenport27.69026<0.00001Rejected
Friedman31.92857<0.00001Rejected
Table 7. Statistical results based on mean of objective values for UCI datasets.
Table 7. Statistical results based on mean of objective values for UCI datasets.
Test NameStatistical Valuep-ValueHypothesis
Iman-Davenport24.99996<0.00001Rejected
Friedman17.857140.003131Rejected
Table 8. Holm’s test statistical results based on mean of objective values for Shape datasets.
Table 8. Holm’s test statistical results based on mean of objective values for Shape datasets.
iAlgorithmsStatistical Valuep-Value α /iHypothesis
5K-Means4.94433<0.000010.01Rejected
4MVO3.741650.0001830.0125Rejected
3GWO2.004460.0450270.0167Not Rejected
2HHO1.737190.082370.025Not Rejected
1BHA1.202670.229130.05Not Rejected
Table 9. Holm’s test statistical results based on mean of objective values for UCI datasets.
Table 9. Holm’s test statistical results based on mean of objective values for UCI datasets.
iAlgorithmsStatistical Valuep-Value α /iHypothesis
5K-Means3.779640.0001570.01Rejected
4MVO3.023710.0024970.0125Rejected
3GWO1.700840.0889810.0167Not Rejected
2BHA1.511860.1305850.025Not Rejected
1HHO1.322870.1859020.05Not Rejected
Table 10. The best centroids for D31 obtained by proposed approach.
Table 10. The best centroids for D31 obtained by proposed approach.
Sr No.F1F2
C120.7426680927.59365568
C225.5019648924.19312765
C311.570113018.50840516
C425.8221153626.17793719
C527.3720123210.57384902
C622.084866655.496210514
C723.585237318.888237338
C822.3759480611.79535569
C94.8320580426.81225277
C1027.5019342117.28098473
C1115.0168697827.19744896
C126.35387076816.21830889
C1316.356506129.106767944
C149.96881086923.65566343
C159.15385304114.9149635
C1623.1329575716.05797592
C178.10154927210.37341231
C1820.4780703718.998876
C194.96509347820.47535923
C2026.5357769417.86530094
C2126.0393747114.99664186
C2225.478611086.28135661
C2312.8247476719.1136306
C2415.1915147622.86896706
C2517.8068055612.9098126
C2619.9052187223.37912391
C2717.7266049825.58120323
C2811.7164556714.69915113
C294.62474998310.32233599
C3027.6537949521.47346273
C3115.773691321.06158524
Table 11. The best centroids for R15 obtained by proposed approach.
Table 11. The best centroids for R15 obtained by proposed approach.
Sr No.F1F2
C14.18963160812.80375838
C214.094501655.001272186
C38.3370489189.062858908
C44.1014369347.52179159
C513.9725473114.93207276
C612.791552188.05529297
C78.23061473610.92315677
C816.412537059.985521142
C98.64622494416.24662551
C1011.0209764311.58322744
C119.55156396712.06489806
C1211.920410639.712070237
C139.96732693710.10242535
C149.6457169647.980621354
C158.6637706173.772581562
Table 12. The best centroids for Jain obtained by proposed approach.
Table 12. The best centroids for Jain obtained by proposed approach.
Sr No.F1F2
C117.0310242315.16831711
C232.584597257.124899903
Table 13. The best centroids for Flame obtained by proposed approach.
Table 13. The best centroids for Flame obtained by proposed approach.
Sr No.F1F2
C17.20659792924.16493517
C27.30180278917.84894502
Table 14. The best centroids for Aggregation obtained by proposed approach.
Table 14. The best centroids for Aggregation obtained by proposed approach.
Sr No.F1F2
C121.4256788622.85728939
C27.7165736178.772216185
C332.4019636622.05208852
C433.154704288.782254392
C58.93893078822.91640128
C614.654161997.059473024
C720.822651427.249080316
Table 15. The best centroids for Compound obtained by proposed approach.
Table 15. The best centroids for Compound obtained by proposed approach.
Sr No.F1F2
C118.7772386918.83342046
C232.6431847516.28179213
C337.4878102117.33548448
C410.6576968919.33852537
C518.672652279.510696233
C612.617540729.616177793
Table 16. The best centroids for Pathbased obtained by proposed approach.
Table 16. The best centroids for Pathbased obtained by proposed approach.
Sr No.F1F2
C118.8290375730.45142379
C211.4839423615.73097
C326.1680804716.08878767
Table 17. The best centroids for Spiral obtained by proposed approach.
Table 17. The best centroids for Spiral obtained by proposed approach.
Sr No.F1F2
C122.6447150322.66591643
C211.17283116.53101706
C322.0849545710.76472807
Table 18. The best centroids for Glass obtained by proposed approach.
Table 18. The best centroids for Glass obtained by proposed approach.
Sr No.F1F2F3F4F5F6F7F8F9
C11.53171966813.061736133.5109798591.39417333772.846373820.1624941338.410761020.0256664760.007523229
C21.5279729212.808409560.2463996811.60931506473.839696630.24574896711.789732980.4622533310.257117154
C31.5204074813.359181270.2193971522.30812939370.189635696.2075282496.4799359750.1528696850.03330514
C41.53324454413.85605783.0470710441.20227109170.600258673.4949118427.0931127820.3060914210.059719952
C51.51253896613.843054672.9126658020.87579937472.001287770.0476870089.3350622820.084087690.032376928
C61.511214.439254020.0082062.08529914673.356803820.4571942358.5210811181.119950610.005501446
C71.51326644212.924398892.0724284690.2972.178797520.5853455039.9062588820.0459621360.026599321
Table 19. The best centroids for Iris obtained by proposed approach.
Table 19. The best centroids for Iris obtained by proposed approach.
Sr No.F1F2F3F4
C15.012299793.403330711.4716772990.235472045
C26.7328021413.0673950565.6237847922.106790702
C35.9340986542.7976887944.4173245461.41492155
Table 20. The best centroids for Wine obtained by proposed approach.
Table 20. The best centroids for Wine obtained by proposed approach.
Sr No.C1C2C3
F139,986.7628543,544.9444720,030.90947
F228,115.51915,541.1511113,971.82923
F345,777.0723735,143.4040431,390.39269
F428,154.4534621,489.6481533,270.71013
F521,025.3932225,555.7123219,697.48292
F616,405.3665446,363.6161827,124.14348
F716,940.672435,341.3158622,796.4139
F837,050.8554718,628.03229,821.29914
F919,508.2641331,543.6310424,125.44547
F1032,628.7833823,408.2813715,972.93531
F1110,576.5140531,095.980929,682.27216
F1214,613.2070745,340.5204734,586.81203
F1316,507.2195437,817.6519410,303.62763
Table 21. The best centroids for Yeast obtained by proposed approach.
Table 21. The best centroids for Yeast obtained by proposed approach.
Sr No.F1F2F3F4F5F6F7F8
C10.7573379190.1422686160.8274619590.0014503930.5277408680.7713043220.6303042930.383528402
C20.7813141930.717797930.4194568810.3777304950.5608174610.0154648430.5111646190.170202938
C30.4963253570.4912618850.4991025610.2341782880.50052803800.5047937570.25014915
C40.1314139320.349293260.3930646570.8411169150.7043780180.2129882640.5181081050.444142521
C50.9578248470.5497126120.4568418910.9642820730.5402720090.3933640940.2883718430.448492104
C60.1471295020.7245534730.4744715070.1751086990.5710437880.7460386130.5346803350.185879771
C70.4302576510.474249180.5344012490.2250569250.50001704800.4786586530.655020513
C80.3713149270.3429738390.5183729390.1352138420.5219168850.0160218410.5457426330.275096267
C90.2926463440.1326632310.2705678840.0358139110.5054374320.3668766250.081420050.187474957
C100.4119096620.4914038830.5414937810.5192515960.5461340590.0004464050.48440540.113730494
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Singh, T.; Saxena, N.; Khurana, M.; Singh, D.; Abdalla, M.; Alshazly, H. Data Clustering Using Moth-Flame Optimization Algorithm. Sensors 2021, 21, 4086. https://doi.org/10.3390/s21124086

AMA Style

Singh T, Saxena N, Khurana M, Singh D, Abdalla M, Alshazly H. Data Clustering Using Moth-Flame Optimization Algorithm. Sensors. 2021; 21(12):4086. https://doi.org/10.3390/s21124086

Chicago/Turabian Style

Singh, Tribhuvan, Nitin Saxena, Manju Khurana, Dilbag Singh, Mohamed Abdalla, and Hammam Alshazly. 2021. "Data Clustering Using Moth-Flame Optimization Algorithm" Sensors 21, no. 12: 4086. https://doi.org/10.3390/s21124086

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop