Abstract

In this work an extension of the Fuzzy Possibilistic C-Means (FPCM) algorithm using Type-2 Fuzzy Logic Techniques is presented, and this is done in order to improve the efficiency of FPCM algorithm. With the purpose of observing the performance of the proposal against the Interval Type-2 Fuzzy C-Means algorithm, several experiments were made using both algorithms with well-known datasets, such as Wine, WDBC, Iris Flower, Ionosphere, Abalone, and Cover type. In addition some experiments were performed using another set of test images to observe the behavior of both of the above-mentioned algorithms in image preprocessing. Some comparisons are performed between the proposed algorithm and the Interval Type-2 Fuzzy C-Means (IT2FCM) algorithm to observe if the proposed approach has better performance than this algorithm.

1. Introduction

Different areas of research have widely used clustering algorithms for different purposes, such as image segmentation [1, 2], data mining [3], pattern recognition [4], classification [5], and modeling [6]. Clustering algorithms arise due to need to find data groups that share similar features in a given dataset; at this time there are several fuzzy clustering algorithms, such as FCM [4], PCM [7], FPCM [8], and PFCM [8]. The acceptance of these algorithms is due to the fact that they permit a datum to belong to different data clusters into a given dataset.

However, the algorithms mentioned above do not have the capability to handle the uncertainty that lies within a dataset during the clustering process; because of this, some of these algorithms (FCM and PCM) have been improved using Type-2 Fuzzy Logic Techniques [9, 10], and the improvement of these algorithms has been called Interval Type-2 Fuzzy C-Means (IT2FCM) [11, 12] and Interval Type-2 Possibilistic C-Means (IT2PCM) [12, 13], respectively. These algorithms have been used for different purposes, such as modeling [1417], creation of membership functions [18, 19], image processing [20, 21], and classification [22]. In recent years research has also been performed in the extension of other clustering algorithms using Type-2 Fuzzy Logic Techniques, such as the ones proposed in [13, 2327].

In this work we are presenting the extension of the FPCM using Type-2 Fuzzy Logic Techniques to provide this method with the capability of handling a higher degree of uncertainty in a dataset to solve real world problems where data clustering is involved. Other clustering algorithms have been extended using Type-2 Fuzzy Logic Techniques, but the FPCM algorithm has not been previously extended using these techniques.

This paper is organized as follows. Section 2 describes the extension of the FPCM algorithm presented in this paper, Section 3 shows the concept of cluster validation index to measure the performance of the clustering algorithm, Section 4 shows the results obtained by the IT2FPCM algorithm and its comparison with the IT2FCM algorithm, and Section 5 contains the conclusions and future work.

2. Interval Type-2 Fuzzy Possibilistic C-Means Algorithm

This is an extension of the FPCM algorithm proposed by N. R. Pal et al. in 1997, using Type-2 Fuzzy Logic Techniques, and in the same way that FPCM algorithm produces membership and possibilities using the weight exponents and for the fuzziness and possibility, respectively, this may now be represented by a range rather than a precise value; that is, = [, ], where and represent the lower and upper limit of weighting exponent for fuzziness and = [, ], where and represent the lower and upper limit of weighting exponent for possibility.

Because the value is represented by an interval, the fuzzy partition matrix must be calculated for the interval [, ]; for this reason would be given by the belonging interval [,  ], where and represent the lower and upper limit of the belonging interval of datum to a clustering , and updating the lower and upper limits of the range of the fuzzy membership matrix can be expressed asBecause the value is represented by an interval, the possibilistic partition matrix must be calculated for the interval [, ], and for this reason would be given by the belonging interval [], where and represent the lower and upper limit of the belonging interval of datum to a clustering , and the update of the lower and upper limits of the range of the fuzzy membership matrix can be expressed asUpdating the positions of the centroids of clusters should take into account the degree of belonging interval of the fuzzy and possibilistic matrices, resulting in a range of coordinates of the positions of the centroids of the clusters. The procedure for updating cluster prototypes in IT2FPCM requires calculating the centroids for the lower and upper of the limit of the interval using the fuzzy and possibilistic membership matrices, and these centroids are given by the following equations:The centroid calculation for the lower and upper limits of the interval results in an interval of coordinates of positions of the clusters centroids. Type-reduction and defuzzification use the type-2 fuzzy operations. The centroids matrix and the fuzzy partition matrix are obtained by the type-reduction operation as shown in the following equations:This extension on the FPCM algorithm is intended to show that this algorithm is capable of handling uncertainty and is less susceptible to noise. Figure 3 shows the graphical representation of the steps FPCM algorithm in a block diagram where we can appreciate the operation of the Fuzzy Possibilistic C-Means algorithm step by step.

3. Cluster Validation

Cluster validation is one of the main topics in data clustering; this problem consists in finding and objective criterion to determine how good a partition generated by the clustering algorithm is. Nowadays there exist several index validation methods mentioned in [2832], but these indices are proposed for validation of clusters found by Type-1 Fuzzy clustering algorithms. In order to evaluate the lower and upper bound of the interval of clusters found by the IT2FPCM and IT2FCM algorithms with some of the these indices of validation, we need to modify the following indices of validation to evaluate the partitions found by the Interval Type-2 Fuzzy clustering proposed in this work:(i)Partition entropy index,(ii)Xie-Beni Index,(iii)MPE-DMFP index.The partition entropy was proposed by Bezdek [2, 5, 6] as a validation index for the Fuzzy C-Means algorithm and was defined by the following equation:In a general we can define an optimal number of clusters with the solution for PE to produce a better performance by grouping the dataset . To make this index able to evaluate the lower and upper bounds we need to compute the following equations to the upper and lower bounds, respectively:Xie and Beni in 1991 proposed a validation index based on compactness and separation [2, 5, 6], which is defined by the following equation:In general, an optimal number of clusters is found by solving for XB to produce a better clustering performance for the dataset . To make this index able to evaluate the lower and upper bounds we compute the following equations to the upper and lower bounds, respectively:Elid Rubio et al. proposed the MPD-DFP index, which is composed of two metrics, the modified partition entropy index and the sum of the distances between the means of the fuzzy partitions. This validation index is represented by the following equation:where the modified partition entropy that represents the variation of the data in clusters of the dataset is represented by the following equations:And the sum of the distances between the means of the fuzzy partition that represents the separation between clusters in the datasetwhere is the mean of the fuzzy partitions generated by the Fuzzy C-Means algorithm. In general, we can define an optimal number of clusters for the solution to produce a better performance by grouping the dataset . To make this index able to evaluate the lower and upper bounds of the interval cluster we compute the following equations to the upper and lower bounds, respectively:where   and represent the variation of the data in clusters of the dataset for the upper and lower bounds of the interval of clusters, respectively, and are represented by the following equations:and where   and   represent the separation between clusters in the dataset for the upper and lower bounds of the interval of clusters, respectively, and are represented by the following equations:

4. Results of the Implementation of the IT2FPCM Algorithm

The IT2FPCM algorithm was tested with several benchmark datasets and images, in order to observe if the IT2FPCM algorithm is better than the IT2FCM algorithm. We perform 30 experiments using the Wine, WDBC, Iris Flower, Ionosphere, Abalone, and Cover type datasets. In order to observe the performance of the IT2FPCM algorithm against the IT2FCM algorithm we perform the data clustering of the datasets mentioned above with both algorithms mentioned above to compare the results obtained by these algorithms, and to measure the performance of these algorithms we use the validation indices mentioned in the previous section.

In Tables 1, 2, and 3, we show the results obtained for the WDBC dataset with 30 dimensions and 2 clusters with 569 samples; this dataset was tested with 2 to 10 clusters with the IT2FPCM and IT2FCM algorithms using different validation indices to evaluate the performance of both algorithms. The results that are shown are the mean of 30 experiments for each number of clusters tested in both algorithms. We can observe in Tables 1 and 2 that both algorithms find the correct number of clusters for the lower and upper bound of the interval and its defuzzification using the IT2PE and IT2MPE-DMFP validation indices. In Table 3 we can observe that with the IT2XB validation index the IT2FPCM did not find the correct number of clusters for the lower bound of the interval, but for the upper bound and defuzzification of the lower and upper bound of the interval it found the correct number of clusters.

In order to observe if there exists significant difference between the IT2FPCM and IT2FCM algorithms we perform a statistical test with the results obtained with the 3 validation indices for the results obtained by the clustering algorithms mentioned above. The -test was used with the following hypothesis for each validation index:The hypothesis testing is performed for the best number of clusters found by the mentioned clustering algorithms. Table 4 shows the results from the hypothesis testing realized for the defuzzification of Type-2 clusters of the WDBC dataset.

According to the assumptions made in (15), which arise in order to demonstrate that IT2FPCM algorithm is better than IT2FCM algorithm, in Table 4 we can observe the results of the -test performed to data clustering of the WDBC dataset using the indices of validation mentioned in Section 4. In this case we can observe that the -values of the hypothesis testing for the IT2PE, IT2XB, and IT2MPE-DMFP indices of validation are , , and , respectively. We can observe that the -test shows that the IT2PE and IT2XB indices of validation are lower than the -critical value that is equal to −1.645 with a significance level of 0.05, whose -values confirm the acceptance of the alternative hypothesis posed in (15) for these indices of validation. In this way we demonstrate that the IT2FPCM algorithm is better than IT2FPCM algorithm for the data clustering of the WDBC dataset using the IT2PE and IT2XB indices. The -value for hypothesis testing with the IT2MPE-DMFP index is greater than the -critical value that is equal to −1.645 with a significance level α of 0.05, whose -value rejects the alternative hypothesis and accepts the null hypothesis posed in (15), demonstrating that there is no significant difference between the IT2FCM and IT2FPCM algorithms used in the -test of the defuzzification.

In Tables 5, 6, and 7 we show the results obtained for the Wine dataset with 13 dimensions and 3 classes with 178 samples, and this dataset was tested with 2 to 10 clusters with the IT2FPCM and IT2FCM algorithms using different validation index to evaluate the performance of both algorithms. The results that are presented are the means of 30 experiments for each number of clusters used to test both algorithms; we can observe in Tables 8 and 9 that both algorithms did not find the correct number of clusters for the lower and upper bound of the interval and its defuzzification using the IT2PE and IT2XB validation index. In Table 7 we can observe that with the IT2MPE-DMFP validation index the IT2FPCM did not find the correct number of clusters for the upper bound of the interval, but to the lower bound and defuzzification of the lower and upper bound of the interval it did find the correct number of clusters.

According to the assumptions made in (15), which arise in order to demonstrate that the IT2FPCM algorithm is better than IT2FCM algorithm, in Table 8 we can observe the results of the -test performed for data clustering of the Wine dataset using the indices of validation mentioned in Section 4. In this case we can observe that the -values of the hypothesis testing for the IT2PE, IT2XB, and IT2MPE-DMFP indices of validation are , , and −22812613207, respectively. We can notice that these values are lower than the -critical value that is equal to −1.645 with a significant level of 0.05, and these -values confirm the acceptance of the alternative hypothesis posed in (15) for all the tested indices of validation, demonstrating that the IT2FPCM algorithm is better than the IT2FPCM algorithm for the data clustering of the Wine dataset. In Tables 9, 10, and 11 we show the results obtained for a Iris Flower dataset with 4 dimensions and 3 classes with 150 samples, and this dataset was tested with 2 to 10 clusters with the IT2FPCM and IT2FCM algorithms using different validation indices to evaluate the performance of both algorithms and the results shown are the mean of 30 experiments for each number of clusters used tested in both algorithms. In Table 9 we can observe that both algorithms with the IT2MPE-DMFP index validation did find the correct number of clusters for the lower and upper bounds of the limit and its defuzzification. On the other hand, in Tables 10 and 11 the IT2PE and IT2XB algorithms did not find the correct number the clusters.

In Table 12 we can observe the results of the -test performed to the data clustering of the Iris Flower dataset using the indices of validation mentioned in Section 4. In this case we can observe that the -values of the hypothesis testing for the IT2PE, IT2XB, and IT2MPE-DMFP indices of validation are −1447853758, −38476101768, and 184969393.7, respectively. We can observe that -test shows that the IT2PE and IT2XB indices of validation are lower than the -critical value that is equal to −1.645 with a significance level α of 0.05, whose -values confirm the acceptance of the alternative hypothesis posed in (15) for these indices of validation, demonstrating that the IT2FPCM algorithm is better than IT2FPCM algorithm for the data clustering of the Iris Flower dataset using the IT2PE and IT2XB indices. However, the -value for the test with the IT2MPE-DMFP index is greater than the -critical value that is equal to −1.645 with a significance level of 0.05, whose -value rejects the alternative hypothesis and accepts the null hypothesis posed in (15), demonstrating that there is no significant difference between IT2FCM and IT2FPCM algorithms used for the -test of the defuzzification.

In Tables 13, 14, and 15 we show the results obtained for the Ionosphere dataset with 34 dimensions and 2 classes with 351 samples. This dataset was tested with 2 to 10 clusters with the IT2FPCM and IT2FCM algorithms using different validation indices to evaluate the performance of both algorithms. The results presented are the means of 30 experiments for each number of clusters used in both algorithms. In Tables 13, 14, and 15 we can observe that both algorithms find the correct number of clusters for the Ionosphere dataset with all the validation indices used to measure the performance of the both algorithms.

In Table 16 we can observe the results of the -tests performed for the clustering of the Ionosphere dataset using the indices of validation mentioned in Section 4. In this case we can observe that the -values of the hypothesis testing with the IT2PE, IT2XB, and IT2MPE-DMFP indices of validation are , , and , respectively. We can observe that -test shows that the IT2PE and IT2MPE-DMFP indices of validation are lower than the -critical value that is equal to −1.645 with a significance level of 0.05, and these -values confirm the acceptance of the alternative hypothesis posed in (15) for these indices of validation, demonstrating that the IT2FPCM algorithm is better than the IT2FPCM algorithm for the data clustering of the Ionosphere dataset using the IT2PE and IT2MPE-DMFP indices. The -value for the test with the IT2XB index shows that is greater than the -critical value that is equal to −1.645 with a significance level α of 0.05, and this -value rejects the alternative hypothesis and accepts the null hypothesis posed in (15), demonstrating that there is no significant difference between the IT2FCM and IT2FPCM algorithms used in the -test of the defuzzification for the IT2XB index.

In Tables 17, 18, and 19 we show the results obtained for the Abalone dataset with 8 dimensions and 3 classes according to the sex of the Abalone and with 4177 samples. This dataset was tested with 2 to 10 clusters with the IT2FPCM and IT2FCM algorithms using different validation index to evaluate the performance of both algorithms. The results presented in the tables are the means of 30 experiments for each number of clusters used in both algorithms. In Tables 17, 18, and 19 we can observe that both algorithms fail to find the correct number of clusters for the Abalone dataset with all validation indices used to measure the performance of the both algorithms.

In Table 20 we can observe the results of the -test performed to data clustering for the Abalone dataset using the indices of validation mentioned in Section 4, where we can observe that the -values of the hypothesis test to the indices of validation IT2PE, IT2XB, and IT2MPE-DMFP are , , and , respectively. In this case we can observe that -test shows that IT2PE and IT2MPE-DMFP indices of validation are lower than the -critical value that is equal to −1.645 with a significance level of 0.05, whose -values confirm the acceptance of the alternative hypothesis posed in (15) for these indices of validation, demonstrating that the IT2FPCM algorithm is better than the IT2FPCM algorithm for the data clustering of the Ionosphere dataset using the IT2PE and IT2MPE-DMFP indices; the -value for the hypothesis test of the IT2XB index is greater than the -critical value that is equal to −1.645 with a significant level () of 0.05, whose -value rejects the alternative hypothesis and accepts the null hypothesis posed in (15), demonstrating that there is no significant difference between IT2FCM and IT2FPCM algorithm used to -test of the defuzzification for the IT2XB index.

In Tables 21, 22, and 23 we show the results obtained for a Cover type dataset with 54 dimensions and 7 classes with 581012 samples, and this dataset was tested with 2 to 9 clusters with the IT2FPCM and IT2FCM algorithm using different validation index to evaluate the performance of both algorithms. The results shown are the means of 30 experiments for each number of clusters used tested in both algorithms. In Tables 21, 22, and 23 we can observe that both algorithms fail in finding the correct number of clusters for the Cover type dataset with all validation index used to measure the performance of the both algorithms.

In Table 24 we can observe the results of the -test performed for data clustering of the Cover type dataset using the indices of validation mentioned in Section 4, where we can observe that the -values of the hypothesis testing for the IT2PE, IT2XB, and IT2MPE-DMFP indices of validation are , , and , respectively. In this case we can observe that the -test shows that the IT2PE and IT2MPE-DMFP indices of validation are lower than the -critical value that is equal to −1.645 with a significance level of 0.05, whose -values confirm the acceptance of the alternative hypothesis posed in (15) for these indices of validation tested, demonstrating that the IT2FPCM algorithm is better than the IT2FPCM algorithm for the data clustering of the Ionosphere dataset using the IT2PE and IT2MPE-DMFP indices. The -value for the hypothesis test for the IT2XB index is greater than the -critical value that is equal to −1.645 with a significance level of 0.05, whose -value rejects the alternative hypothesis and accepts the null hypothesis posed in (15), demonstrating that there is no significant difference between the IT2FCM and IT2FPCM algorithms using the -test for the defuzzification for the IT2XB index.

Also we test both algorithms using images and perform 30 experiments validating the results with each one of the validation indices, in order to observe the behavior of the algorithm performing image segmentation. In this case for the image segmentation with the IT2FPCM and IT2FCM algorithms we perform the steps shown in Figure 1. Using these steps we are capable of making a segmentation of the image using the mentioned above algorithms. The images used for these experiments are shown in Figure 2.

In Tables 25, 26, and 27 we can observe the averages of the IT2MPE-DFPM, IT2PE, and IT2XB indices of validation, respectively, for 2 to 10 clusters, computed with the results (defuzzification, lower and upper bounds of the interval) obtained by the IT2FPCM and IT2FCM algorithms of Figure 2(a). These tables show the number of clusters for the defuzzification, upper and lower, that each validation index found as the best one. Table 28 shows the hypothesis test for the 30 experiments performed in order to know if there exists significant difference between the algorithms using as null and alternative hypothesis the assumptions made in (15).

According to the assumptions made in (15), in Table 28, we can observe for IT2PE and IT2MPE-DMFP indices with the -value of −2342856728 and −232549065.42, respectively, the hypothesis test that these indices are lower than the -critical value that is equal to −1.645 with a significance level of 0.05, whose -value confirms the acceptance of the alternative hypothesis posed in (15), demonstrating that the IT2FPCM algorithm is better than IT2FCM algorithm to -test of the defuzzification according to IT2MPE-DMFP and IT2PE indices of validation index for the cluster found by the algorithms in the image shown in Figure 2(a). Also we observe that -value for the IT2XB is 361.5239129 which is greater than the -critical value that is equal to −1.645 and with this information the null hypothesis is accepted demonstrating that the IT2FPCM algorithm is not better than IT2FCM. Figure 3 shows the resulting image clustering performed by the IT2FPCM algorithm for 6 clusters for Figure 2(a) and this is because the gray levels containing the image.

In Tables 29, 30, and 31 we can observe the averages of the IT2MPE-DFPM, IT2PE, and IT2XB indices of validation respectively, for 2 to 10 clusters, computed with the results (defuzzification, lower and upper bounds of the interval) obtained by the IT2FPCM and IT2FCM algorithms for Figure 2(b). These tables show the number of clusters for the defuzzification, upper and lower, that each validation index found like better.

Table 32 shows the hypothesis test for the 30 experiments performed for each index validation mentioned in Section 4, in order to know if there exists significant difference between the algorithms by using as the null and alternative hypothesis the assumptions made in (15).

In Table 32 we can observe that -values for the hypothesis test of the IT2PE and IT2MPE-DMPF are −10078102681 and −2621392303.80, respectively, which are lower than the -critical value that is equal to −1.645 with a significance level α of 0.05, whose -value confirms the acceptance of the alternative hypothesis posed in (15), demonstrating that the IT2FPCM algorithm is better than the IT2FCM algorithm for the -test of the defuzzification according to IT2PE and IT2MPE-DMFP indices of validation indices for the clusters found by the algorithms in the image shown in Figure 2(b). Also we can observe that the -value for the IT2XB validation index is 139756984.7, which is greater than the -critical value that is equal to −1.645 and with this information the null hypothesis is accepted demonstrating that the IT2FPCM algorithm is not better than IT2FCM according to IT2XB validation index. Figure 4 shows the resulting image clustering performed by the IT2FPCM algorithm for 5 clusters to Figure 2(b) and this is because of the gray levels containing the image.

In Tables 33, 34, and 35 we can observe the averages of the IT2MPE-DFPM, IT2PE, and IT2XB indices of validation, respectively, for 2 to 10 clusters, computed with the results (defuzzification, lower and upper bounds of the interval) obtained by the IT2FPCM and IT2FCM algorithms to Figure 2(c). These tables show the number of clusters for the defuzzification, the upper and lower values that each validation index found like better.

In Table 36, we can observe that -values to the hypothesis test of the IT2PE and IT2MPE-DMPF are −7686717373 and −1117084835.71, respectively, which are less than the -critical value that is equal to −1.645 with a significant level (α) of 0.05, whose -value confirms the acceptance of the alternative hypothesis posed in (15), demonstrating that IT2FPCM algorithm is better than IT2FCM algorithm to -test of the defuzzification according to IT2PE and IT2MPE-DMFP indices of validation index for the cluster found by the algorithms in image shown in Figure 2(c). Also we can observe that -value to the IT2XB validation index is 63042445.95, which is greater than the -critical value that is equal to −1.645; with this information the null hypothesis is accepted demonstrating that the IT2FPCM algorithm is not better than the IT2FCM according to the IT2XB validation index. Figure 5 shows the resulting image clustering performed by the IT2FPCM algorithm for 5 clusters to Figure 2(c) because of the gray levels containing the image.

In Tables 37, 38, and 39 we can observe the averages of the IT2MPE-DFPM, IT2PE, and IT2XB indices of validation, respectively, for 2 to 10 clusters, computed with the results (defuzzification, lower and upper bounds of the interval) obtained by the IT2FPCM and IT2FCM algorithms to Figure 2(d). These tables show the number of clusters for the defuzzification, the upper and lower values that each validation index found like better.

In Table 40, we can observe that -values to the hypothesis test of the IT2PE and IT2MPE-DMPF are and −3341752881.89, respectively, which are less than the -critical value that is equal to −1.645 with a significant level (α) of 0.05, whose -value confirms the acceptance of the alternative hypothesis posed in (15), demonstrating that IT2FPCM algorithm is better than IT2FCM algorithm to -test of the defuzzification according to IT2PE and IT2MPE-DMFP indices of validation index for the cluster found by the algorithms in image shown in Figure 2(d). Also we can observe that -value to the IT2XB validation index is 16637443.08, which is greater than the -critical value that is equal to −1.645; with this information the null hypothesis is accepted demonstrating that the IT2FPCM algorithm is not better than the IT2FCM according to the IT2XB validation index. Figure 6 shows the resulting image clustering performed by the IT2FPCM algorithm for 7 clusters to Figure 2(d) because of the gray levels containing the image.

In Tables 41, 42, and 43 we can observe the averages of the IT2MPE-DFPM, IT2PE, and IT2XB indices of validation, respectively, for 2 to 10 clusters, computed with the results (defuzzification, lower and upper bounds of the interval) obtained by the IT2FPCM and IT2FCM algorithms to Figure 2(e). These tables show the number of clusters for the defuzzification, the upper and lower values that each validation index found like better.

In Table 44, we can observe that -values to the hypothesis test of the IT2PE and IT2MPE-DMPF are −23529815362 and −2455999372.25, respectively, which are less than the -critical value that is equal to −1.645 with a significant level (α) of 0.05, whose -value confirms the acceptance of the alternative hypothesis posed in (15), demonstrating that IT2FPCM algorithm is better than IT2FCM algorithm to -test of the defuzzification according to IT2PE and IT2MPE-DMFP indices of validation index for the cluster found by the algorithms in image shown in Figure 2(e). Also we can observe that -value to the IT2XB validation index is 305500241.9, which is greater than the -critical value that is equal to −1.645; with this information the null hypothesis is accepted demonstrating that the IT2FPCM algorithm is not better than the IT2FCM according to the IT2XB validation index. Figure 7 shows the resulting image clustering performed by the IT2FPCM algorithm for 7 clusters to Figure 2(e) because of the gray levels containing the image.

5. Conclusions

IT2FPCM is an extension of the FPCM algorithm based on Type-2 Fuzzy Logic concepts, in order to enhance its ability of handling uncertainty and making it less susceptible to noise. This algorithm was tested using the Wine, WDBC, Iris Flower, Ionosphere, Abalone, and Cover type benchmark datasets and a set of images shown in Figure 2. In order to observe if the proposal is better than the IT2FCM algorithm we performed 30 experiments with each dataset and images used for a number of clusters from 2 to 10, in order to make a hypothesis testing with the assumption made in (15), to prove that the proposed method is better with a significant difference with respect to the other existing methods. Statistical tests were performed with the number of clusters that each validation index indicates as the best; in these statistical tests for the datasets and images we can observe that 69.45% of the hypothesis tests performed with the different indices of validation are affirming the alternative hypothesis based on (15), and 30.55% of the hypothesis tests reject the alternative hypothesis.

It is noteworthy that the parameters used in this work are not the optimal ones for both algorithms, and to find the optimal parameters for both algorithms used in this work we can use optimization algorithms like in [33]. We can use the PSO, GSA, and GA algorithms among others, in order to improve the performance and automate the interval type-2 clustering algorithms that were used.

Competing Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.