You are currently viewing a new version of our website. To view the old version click .
Sensors
  • Article
  • Open Access

14 June 2021

Data Clustering Using Moth-Flame Optimization Algorithm

,
,
,
,
and
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
This article belongs to the Special Issue Machine and Deep Learning in Sensing and Imaging: Emerging Trends, Challenges and Opportunities

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.
Table 1. Shape datasets.
Table 2. UCI datasets.

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.
Table 3. 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.
Table 5. Average ranking of MFO, BHA, MVO, HHO, GWO, k-means algorithms based on mean of objective values.
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.
Table 6. Statistical results based on mean of objective Values for shape datasets.
Table 7. Statistical results based on mean of objective values for UCI datasets.
Table 8. Holm’s test statistical results based on mean of objective values for Shape datasets.
Table 9. Holm’s test statistical results based on mean of objective values for UCI datasets.
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.
Figure 1. Variation in the best fitness values of algorithms for datasets (A): Flame, (B): Jain with respect to iterations.
Figure 2. Variation in the best fitness values of algorithms for datasets (A): R15, (B): D31 with respect to iterations.
Figure 3. Variation in the best fitness values of algorithms for datasets (A): Aggregation, (B): Compound with respect to iterations.
Figure 4. Variation in the best fitness values of algorithms for datasets (A): Pathbased, (B): Spiral with respect to iterations.
Figure 5. Variation in the best fitness values of algorithms for datasets (A): Glass, (B): Iris with respect to iterations.
Figure 6. Variation in the best fitness values of algorithms for datasets (A): Wine, (B): Yeast with respect to iterations.

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.
Table 10. The best centroids for D31 obtained by proposed approach.
Table 11. The best centroids for R15 obtained by proposed approach.
Table 12. The best centroids for Jain obtained by proposed approach.
Table 13. The best centroids for Flame obtained by proposed approach.
Table 14. The best centroids for Aggregation obtained by proposed approach.
Table 15. The best centroids for Compound obtained by proposed approach.
Table 16. The best centroids for Pathbased obtained by proposed approach.
Table 17. The best centroids for Spiral obtained by proposed approach.
Table 18. The best centroids for Glass obtained by proposed approach.
Table 19. The best centroids for Iris obtained by proposed approach.
Table 20. The best centroids for Wine obtained by proposed approach.
Table 21. The best centroids for Yeast obtained by proposed approach.

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.

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]
  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]
  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]
  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]
  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]
  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]
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Article Metrics

Citations

Article Access Statistics

Multiple requests from the same IP address are counted as one view.