Next Article in Journal
Qinling: A Parametric Model in Speculative Multithreading
Next Article in Special Issue
An Efficient Image Segmentation Algorithm Using Neutrosophic Graph Cut
Previous Article in Journal
A Sparse Signal Reconstruction Method Based on Improved Double Chains Quantum Genetic Algorithm
Previous Article in Special Issue
Vector Similarity Measures between Refined Simplified Neutrosophic Sets and Their Multiple Attribute Decision-Making Method
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

NS-k-NN: Neutrosophic Set-Based k-Nearest Neighbors Classifier

1
Department of Electrical and Electronics Engineering, Technology Faculty, Firat University, Elazig 23119, Turkey
2
Department of Computer Science, University of Illinois at Springfield, Springfield, IL 62703, USA
3
Department of Mathematics and Sciences, University of New Mexico, Gallup, NM 87301, USA
*
Author to whom correspondence should be addressed.
Symmetry 2017, 9(9), 179; https://doi.org/10.3390/sym9090179
Submission received: 2 August 2017 / Revised: 16 August 2017 / Accepted: 29 August 2017 / Published: 2 September 2017
(This article belongs to the Special Issue Neutrosophic Theories Applied in Engineering)

Abstract

:
k-nearest neighbors (k-NN), which is known to be a simple and efficient approach, is a non-parametric supervised classifier. It aims to determine the class label of an unknown sample by its k-nearest neighbors that are stored in a training set. The k-nearest neighbors are determined based on some distance functions. Although k-NN produces successful results, there have been some extensions for improving its precision. The neutrosophic set (NS) defines three memberships namely T, I and F. T, I, and F shows the truth membership degree, the false membership degree, and the indeterminacy membership degree, respectively. In this paper, the NS memberships are adopted to improve the classification performance of the k-NN classifier. A new straightforward k-NN approach is proposed based on NS theory. It calculates the NS memberships based on a supervised neutrosophic c-means (NCM) algorithm. A final belonging membership U is calculated from the NS triples as U = T + I F . A similar final voting scheme as given in fuzzy k-NN is considered for class label determination. Extensive experiments are conducted to evaluate the proposed method’s performance. To this end, several toy and real-world datasets are used. We further compare the proposed method with k-NN, fuzzy k-NN, and two weighted k-NN schemes. The results are encouraging and the improvement is obvious.

1. Introduction

The k-nearest neighbors (k-NN), which is known to be the oldest and simplest approach, is a non-parametric supervised classifier [1,2]. It aims to determine the class label of an unknown sample by its k-nearest neighbors that are stored in a training set. The k-nearest neighbors are determined based on some distance functions. As it is simplest and oldest approach, there have been so many data mining and pattern recognition applications, such as ventricular arrhythmia detection [3], bankruptcy prediction [4], diagnosis of diabetes diseases [5], human action recognition [6], text categorization [7], and many other successful ones.
Although k-NN produces successful results, there have been some extensions for improving its precision. Fuzzy theory-based k-NN (Fuzzy k-NN) has been among the most successful ones. As k-NN produces crisp memberships for training data samples, fuzzy k-NN replaces the crisp memberships with a continuous range of memberships which enhances the class label determination. Keller et al. [8] was the one who incorporated the fuzzy theory in the k-NN approach. Authors proposed three different methods for assigning fuzzy memberships to the labeled samples. After determination of the fuzzy memberships, some distance function was used to weight the fuzzy memberships for final class label determination of the test sample. The membership assignment by the conventional fuzzy k-NN algorithm has a disadvantage in that it depends on the choice of some distance function. To alleviate this drawback, Pham et al. [9] proposed an optimally-weighted fuzzy k-NN approach. Author introduced a computational scheme for determining optimal weights which were used to improve the efficiency of the fuzzy k-NN approach. Denœux et al. [10] proposed a k-NN method where Dempster-Shafer theory was used to calculate the memberships of the training data samples. Author assumed that each neighbor of a sample to be classified was considered as an item of evidence and the degree of support was defined as a function of the distance. The final class label assignment was handled by Dempster’s rule of combination. Another evidential theory-based k-NN approach, denoted by Ek-NN, has been proposed by Zouhal et al. [11]. In addition to the belonging degree, the authors introduced the ignorant class to model the uncertainty. Then, Zouhal et al. [12] proposed the generalized Ek-NN approach, denoted by FEk-NN. Authors adopted fuzzy theory for improving the Ek-NN classification performance. The motivation for the FEk-NN was arisen from the fact that each training sample was considered having some degree of membership to each class. In addition, Liu et al. [13] proposed an evidential reasoning based fuzzy-belief k-nearest neighbor (FBK-NN) classifier. In FBK-NN, each labeled sample was assigned with a fuzzy membership to each class according to its neighborhood and the test sample’s class label was determined by the K basic belief assignments which were determined from the distances between the object and its K nearest neighbors. A belief theory based k-NN, denoted by the BK-NN classifier was introduced by Liu et al. [14]. The author aimed to deal with uncertain data using the meta-class. Although, the proposed method produced successful results, the computation complexity and the sensitivity to k makes the approach inconvenient for many classification application. Derrac et al. [15] proposed an evolutionary fuzzy k-NN approach where interval-valued fuzzy sets were used. The authors not only defined a new membership function, but also a new voting scheme was proposed. Dudani et al. [16] proposed a weighted voting method for k-NN which was called the distance-weighted k-NN (WKNN). Authors presumed that the closer neighbors were weighted more heavily than the farther ones, using the distance-weighted function. Gou et al. [17] proposed a distance-weighted k-NN (DWKNN) method where a dual distance-weighted function was introduced. The proposed method has improved the traditional k-NN’s performance by using a new method for selection of the k value.
In [18,19,20,21], Smarandache proposed neutrosophic theories. Neutrosophy was introduced as a new branch of philosophy which deals with the origin, nature, and scope of neutralities, and their interactions with different ideational spectra [19]. Neutrosophy is the base for the neutrosophic set (NS), neutrosophic logic, neutrosophic probability, neutrosophic statistics, and so on. In NS theory, every event has not only a certain degree of truth, but also a falsity degree and an indeterminacy degree that have to be considered independently from each other [20]. Thus, an event, or entity, {A} is considered with its opposite {Anti-A} and the neutrality {Neut-A}. NS provides a powerful tool to deal with the indeterminacy. In this paper, a new straightforward k-NN approach was developed which is based on NS theory. We adopted the NS memberships to improve the classification performance of the k-NN classifier. To do so, the neutrosophic c-means (NCM) algorithm was considered in a supervised manner, where labeled training data was used to obtain the centers of clusters. A final belonging membership degree U was calculated from the NS triples as U = T + IF. A similar final voting scheme as given in fuzzy k-NN was employed for class label determination.
The paper is organized as follows: In the next section, we briefly reviewed the theories of k-NN and fuzzy k-NN. In Section 3, the proposed method was introduced and the algorithm of the proposed method was tabulated in Table 1. The experimental results and related comparisons were given in Section 4. The paper was concluded in Section 5.

2. Related works

2.1. k-Nearest Neighbor (k-NN) Classifier

As it was mentioned earlier, k-NN is the simplest, popular, supervised, and non-parametric classification method which was proposed in 1951 [1]. It is a distance based classifier which needs to measure the similarity of the test data to the data samples stored in the training set. Then, the test data is labelled by a majority vote of its k-nearest neighbors in the training set.
Let X = { x 1 , x 2 , , x N } denote the training set where x i R n is a training data point in the n-dimensional feature space and let Y = { y 1 , y 2 , , y N } denotes the corresponding class labels. Given a test data point x ´ whose class label is unknown, it can be determined as follows:
  • Calculate the similarity measures between test sample and training samples by using a distance function (e.g., Euclidean distance)
  • Find the test sample’s k nearest neighbors in training data samples according to the similarity measure and determine the class label by the majority voting of its nearest neighbors.

2.2. Fuzzy k-Nearest Neighbor (k-NN) Classifier

In k-NN, a training data sample x is assumed to belong to one of the given classes so the membership U of that training sample to each class of C is given by an array of values in {0, 1}. If training data sample x belongs to class c 1 then U c 1 ( x ) = 1 and U c 2 ( x ) = 0 where C = { c 1 ,   c 2 } .
However, in fuzzy k-NN, instead of using crisp memberships, continuous range of memberships is used due to the nature of fuzzy theory [8]. So, the membership of training data sample can be calculated as:
U c 1 ( x ) = { 0.51 + 0.49 k c 1 K   i f   c = c 1 0.49 k c 1 K   otherwise  
where k c 1 shows the number of instances belonging to class c 1 found among the k neighbors of x ´ and k is an integer value between [3,9].
After fuzzy membership calculation, a test sample’s class label can be determined as following. Determine the k nearest neighbors of the test sample via Euclidean distance and produce a final vote for each class and neighbor using the Euclidean norm and the memberships:
V ( k j , c ) = U c ( k j ) ( x ´   k j ) 2 m 1 i = 1 k 1 ( x ´   k i ) 2 m 1
where k j is the jth nearest neighbor and m = 2 is a parameter. The votes of each neighbor are then added to obtain the final classification.

3. Proposed Neutrosophic-k-NN Classifier

As traditional k-NN suffers from assigning equal weights to class labels in the training dataset, neutrosophic memberships are adopted in this work to overcome this limitation. Neutrosophic memberships reflect the data point’s significance in its class and these memberships can be used as a new procedure for k-NN approach.
Neutrosophic set can determine a sample’s memberships belonging to truth, false, and indeterminacy. An unsupervised neutrosophic clustering algorithm (NCM) is used in a supervised manner [22,23]. Crisp clustering methods assumed that every data points should belong to a cluster according to their nearness to the center of clusters. Fuzzy clustering methods assigned fuzzy memberships to each data point according to their nearness to the center of cluster. Neutrosophic clustering assigned memberships (T, I, and F) to each data point not only according to its nearness to a cluster center, but also according to the nearness to the center mean of the two clusters. Readers may refer to [22] for detailed information about the NCM clustering. As the labels of a training dataset samples are known in a supervised learning, the centers of the clusters can be calculated accordingly. Then, the related memberships of true (T), false (F), and indeterminacy (I) can be calculated as follows:
T i j = ( x i c j ) ( 2 m 1 ) j = 1 C ( x i c j ) ( 2 m 1 ) + ( x i c ¯ i m a x ) ( 2 m 1 ) + δ ( 2 m 1 )
F i = ( δ ) ( 2 m 1 ) j = 1 C ( x i c j ) ( 2 m 1 ) + ( x i c ¯ i m a x ) ( 2 m 1 ) + δ ( 2 m 1 )
I i = ( x i c ¯ i m a x ) ( 2 m 1 ) j = 1 C ( x i c j ) ( 2 m 1 ) + ( x i c ¯ i m a x ) ( 2 m 1 ) + δ ( 2 m 1 )
where m is a constant, δ is a regularization parameter and cj shows the center of cluster j. For each point i, the c ¯ i m a x is the mean of two cluster centers where the true membership values are greater than the others. Tij shows the true membership value of point i for class j. Fi shows the falsity membership of point i and Ii determines the indeterminacy membership value for point i. Larger Tij means that the point i is near a cluster and less likely to be a noise. Larger Ii means that the point i is between any two clusters and larger Fi indicates that point i is likely to be a noise. A final membership value for point i can be calculated by adding indeterminacy membership value to true membership value and subtracting the falsity membership value as shown in Equation (6).
After determining the neutrosophic membership triples, the membership for an unknown sample x u to class label j, can be calculated as [9]:
μ j u = i = 1 k d i ( T i j + I i F i ) i = 1 k d i
d i = 1 x u x i 2 q 1
where d i is the distance function to measure the distance between x i and x u , k shows the number of k-nearest neighbors and q is an integer. After the assignment of the neutrosophic membership grades of an unknown sample x u to all class labels, the neutrosophic k-NN assigns x u to the class whose neutrosophic membership is maximum. The following steps are used for construction of the proposed NS-k-NN method:
Step 1:
Initialize the cluster centers according to the labelled dataset and employ Equations (3)–(5) to calculate the T, I, and F values for each data training data point.
Step 2:
Compute membership grades of test data samples according to the Equations (6) and (7).
Step 3:
Assign class labels of the unknown test data points to the class whose neutrosophic membership is maximum.

4. Experimental Works

The efficiency of the proposed method was evaluated with several toy and real datasets. Two toy datasets were used to test the proposed method and investigate the effect of the parameters change on classification accuracy. On the other hand, several real datasets were used to compare the proposed method with traditional k-NN and fuzzy k-NN methods. We further compare the proposed method with several weighted k-NN methods such as weighted k-NN (WKNN) and distance-weighted k-nearest neighbor (DWKNN).
The toy dataset that were used in the experiments were shown in Figure 1a,b respectively. Both toy datasets contain two dimensional data with four classes. Randomly selected half of the toy datasets were used for training and the other half were used for testing. The k value was chosen to be 5, 10, and 15 and the δ parameter was chosen to be 0.01, 0.1, and 1, respectively. The obtained results were shown in Figure 2, respectively. As seen in the first row of Figure 2, the proposed method obtained 100% classification accuracy with k = 10 and δ = 0.01 values for both toy datasets. However, 100% correct classification did not obtained for the other parameters as shown in the second and the third rows of Figure 2. This situation shows that the proposed method needs a parameter tuning mechanism in the k vs. δ space. So, k was set to an integer value between [2, 15] and δ parameter was also searched on { 2 10 , 2 8 , , 2 8 , 2 10 } .
We conducted further experiments on 39 real-world datasets which were downloaded from KEEL dataset repository [24]. Each dataset was already partitioned according to the cross validation procedure (five-folds or 10-folds). Table 1 shows several characteristics of the each dataset such as number of samples, number of features, and number of classes. All feature values were normalized to [−1, 1] and a five-folds cross validation procedure was adopted in all experiments. The accuracies were calculated as the ratio of the number of correctly classified samples to the total number of samples.
In addition to our results, we also compared our results with k-NN and fuzzy k-NN results on the same datasets. The obtained results were tabulated in Table 2 where the best results were indicated with bold-face. As seen in Table 2, the proposed method performed better than the other methods in 27 of 39 datasets. In addition, k-NN and fuzzy k-NN performed better on six and seven datasets out of 39 datasets, respectively. Our proposal obtained 100% accuracy for two datasets (new thyroid and wine). Moreover, for 13 datasets, the proposed method obtained accuracy values higher than 90%. On the other hand, the worse result was recorded for “Wine quality-white” dataset where the accuracy was 33.33%. Moreover, there were a total of three datasets where the accuracy was lower than 50%. We further conducted experiments on several datasets from UCI-data repository [25]. Totally, 11 datasets were considered in these experiments and compared results with two weighted k-NN approaches, namely WKNN and DWKNN. The characteristics of the each dataset from UCI-data repository were shown in Table 3, and the obtained all results were tabulated in Table 4. The boldface in Table 4 shows the higher accuracy values for each dataset.
As seen in Table 4, the proposed method performed better than the other methods in eight of 11 datasets and DWKNN performed better in the rest datasets. For three datasets (Parkinson, Image and Landsat), the proposed method yielded accuracy value higher than 90% and the worse result was found for the ‘Glass’ dataset where the accuracy was 60.81%. DWKNN and the WKNN produced almost same accuracy values and performed significantly better than the proposed method on ‘Letter and Glass’ datasets. We further compared the running times of each method on each KEEL dataset and the obtained running times were tabulated in Table 5. We used MATLAB 2014b (The MathWorks Inc., Natick, MA, USA) on a computer having an Intel Core i7-4810 CPU and 32 GB memory. As seen in Table 5, for some datasets, the k-NN and fuzzy k-NN methods achieved lower running times than our proposal’s achievement. However, when the average running times took into consideration, the proposed method achieved the lowest running time with 0.69 s. The k-NN method also obtained the second lowest running time with 1.41 s. The fuzzy k-NN approach obtained the average slowest running time when compared with the other methods. The fuzzy k-NN method’s achievement was 3.17 s.
Generally speaking, the proposed NS-k-NN method can be announced successful when the accuracy values which were tabulated in Table 3, Table 4 and Table 5, were considered. The NS-k-NN method obtained these high accuracies because it incorporated the NS theory with the distance learning for constructing an efficient supervised classifier. The running time evaluation was also proved that the NS-k-NN was quite an efficient classifier than the compared other related classifiers.

5. Conclusions

In this paper, we propose a novel supervised classification method based on NS theory called neutrosophic k-NN. The proposed method assigns the memberships to training samples based on the supervised NCM clustering algorithm, and classifies the samples based on their neutrosophic memberships. This approach can be seen as an extension of the previously-proposed fuzzy k-NN method by incorporating the falsity and indeterminacy sets. The efficiency of the proposed method was demonstrated with extensive experimental results. The results were also compared with other improved k-NN methods. According to the obtained results, the proposed method can be used in various classification applications. In the future works, we plan to apply the proposed NS-k-NN on imbalanced dataset problems. We would like to analyze the experimental results with some non-parametric statistical methods, such as the Freidman test and Wilcoxon signed-ranks test. In addition, some other evaluation metrics such as AUC will be used for comparison purposes. We will also explore the k-NN method where Dezert-Smarandache theory will be used to calculate the data samples’ memberships, replacing Dempster’s rule by Proportional Conflict Redistribution Rule #5 (PCR5), which is more performative in order to handle the assignments of the final class.

Acknowledgments

The authors would like to thank the editors and anonymous reviewers for their helpful comments and suggestions.

Author Contributions

Yaman Akbulut, Abdulkadir Sengur, Yanhui Guo and Florentin Smarandache conceived and worked together to achieve this work.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Fix, E.; Hodges, J.L. Discriminatory Analysis, Nonparametric Discrimination: Consistency Properties; Technique Report No. 4; U.S. Air Force School of Aviation Medicine, Randolf Field Texas: Universal City, TX, USA, 1951; pp. 238–247.
  2. Duda, R.; Hart, P. Pattern Classification and Scene Analysis; John Wiley & Sons: New York, NY, USA, 1973. [Google Scholar]
  3. Cabello, D.; Barro, S.; Salceda, J.; Ruiz, R.; Mira, J. Fuzzy k-nearest neighbor classifiers for ventricular arrhythmia detection. Int. J. Biomed. Comput. 1991, 27, 77–93. [Google Scholar] [CrossRef]
  4. Chen, H.-L.; Yang, B.; Wang, G.; Liu, J.; Xu, X.; Wang, S.; Liu, D. A novel bankruptcy prediction model based on an adaptive fuzzy k-nearest neighbor method. Knowl. Based Syst. 2011, 24, 1348–1359. [Google Scholar] [CrossRef]
  5. Chikh, M.A.; Saidi, M.; Settouti, N. Diagnosis of diabetes diseases using an artificial immune recognition system2 (AIRS2) with fuzzy k-nearest neighbor. J. Med. Syst. 2012, 36, 2721–2729. [Google Scholar] [CrossRef] [PubMed]
  6. Aslan, M.; Akbulut, Y.; Sengur, A.; Ince, M.C. Skeleton based efficient fall detection. J. Fac. Eng. Archit. Gazi Univ. 2017, accepted (in press). [Google Scholar]
  7. Li, B.; Lu, Q.; Yu, S. An adaptive k-nearest neighbor text categorization strategy. ACM Trans. Asian Lang. Inf. Process. 2004, 3, 215–226. [Google Scholar]
  8. Keller, J.M.; Gray, M.R.; Givens, J.A. A fuzzy k-nearest neighbor algorithm. IEEE Trans. Syst. Man Cybern. 1985, 15, 580–585. [Google Scholar] [CrossRef]
  9. Pham, T.D. An optimally weighted fuzzy k-NN algorithm. In Pattern Recognition and Data Mining; Volume 3686 of Lecture Notes in Computer Science; Singh, S., Singh, M., Apte, C., Perner, P., Eds.; Springer: Berlin/Heidelberg, Germany, 2005; pp. 239–247. [Google Scholar]
  10. Denoeux, T. A k-nearest neighbor classification rule based on Dempster–Shafer theory. IEEE Trans. Syst. Man Cybern. 1995, 25, 804–813. [Google Scholar] [CrossRef]
  11. Zouhal, L.M.; Denœux, T. An evidence-theoretic k-NN rule with parameter optimization. IEEE Trans. Syst. Man Cybern. Part C 1998, 28, 263–271. [Google Scholar] [CrossRef]
  12. Zouhal, L.M.; Denœux, T. Generalizing the evidence theoretic k-NN rule to fuzzy pattern recognition. In Proceedings of the 2nd International ICSC Symposium on Fuzzy Logic and Applications, Zurich, Switzerland, 12–14 February 1997; pp. 294–300. [Google Scholar]
  13. Liu, Z.G.; Pan, Q.; Dezert, J.; Mercier, G.; Liu, Y. Fuzzy-belief k-nearest neighbor classifier for uncertain data. In Proceedings of the Fusion 2014: 17th International Conference on Information Fusion, Salamanca, Spain, 7–10 July 2014; pp. 1–8. [Google Scholar]
  14. Liu, Z.; Pan, Q.; Dezert, J. A new belief-based K-nearest neighbor classification method. Pattern Recognit. 2013, 46, 834–844. [Google Scholar] [CrossRef]
  15. Derrac, J.; Chiclana, F.; García, S.; Herrera, F. Evolutionary fuzzy k-nearest neighbors algorithm using interval-valued fuzzy sets. Inf. Sci. 2016, 329, 144–163. [Google Scholar] [CrossRef]
  16. Dudani, S.A. The distance-weighted k-nearest neighbor rule. IEEE Trans. Syst. Man Cybern. 1976, 6, 325–327. [Google Scholar] [CrossRef]
  17. Gou, J.; Du, L.; Zhang, Y.; Xiong, T. A new distance-weighted k-nearest neighbor classifier. J. Inf. Comput. Sci. 2012, 9, 1429–1436. [Google Scholar]
  18. Smarandache, F. Neutrosophy. Neutrosophic Probability, Set, and Logic, ProQuest Information & Learning; Infolearnquest: Ann Arbor, MI, USA, 1998; p. 105. Available online: http://fs.gallup.unm.edu/eBook-neutrosophics6.pdf (accessed on 2 August 2017).
  19. Smarandache, F. Introduction to Neutrosophic Measure, Neutrosophic Integral and Neutrosophic Probability; Sitech: Craiova, Romania, 2013. [Google Scholar]
  20. Smarandache, F. Neutrosophy. Neutrosophic Probability, Set, and Logic; American Research Press: Rehoboth, DE, USA, 1998; p. 105. [Google Scholar]
  21. Smarandache, F. A Unifying Field in Logics Neutrosophic Logic. Neutrosophy, Neutrosophic Set, Neutrosophic Probability, 3rd ed.; American Research Press: Rehoboth, DE, USA, 2003. [Google Scholar]
  22. Guo, Y.; Sengur, A. NCM: Neutrosophic c-means clustering algorithm. Pattern Recognit. 2015, 48, 2710–2724. [Google Scholar] [CrossRef]
  23. Guo, Y.; Sengur, A. A novel color image segmentation approach based on neutrosophic set and modified fuzzy c-means. Circuits Syst. Signal Process. 2013, 32, 1699–1723. [Google Scholar] [CrossRef]
  24. Alcalá-Fdez, J.; Fernández, A.; Luengo, J.; Derrac, J.; García, S.; Sánchez, L.; Herrera, F. Keel data-mining software tool: Data set repository, integration of algorithms and experimental analysis framework. J. Mult. Valued Log. Soft Comput. 2011, 17, 255–287. [Google Scholar]
  25. Lichman, M. UCI Machine Learning Repository; University of California, School of Information and Computer Science: Irvine, CA, USA, 2013; Available online: http://archive.ics.uci.edu/ml (accessed on 20 July 2017).
Figure 1. Toy datasets. (a) Corner data; (b) line data.
Figure 1. Toy datasets. (a) Corner data; (b) line data.
Symmetry 09 00179 g001
Figure 2. Some classification results for various k and δ parameters. (a) classification result 1 of corner data with various parameters; (b) classification result 1 of line data with various parameters (c) classification result 2 of corner data with various parameters (d) classification result 2 of line data with various parameters (e) classification result 3 of corner data with various parameters; (f) classification result 3 of line data with various parameters.
Figure 2. Some classification results for various k and δ parameters. (a) classification result 1 of corner data with various parameters; (b) classification result 1 of line data with various parameters (c) classification result 2 of corner data with various parameters (d) classification result 2 of line data with various parameters (e) classification result 3 of corner data with various parameters; (f) classification result 3 of line data with various parameters.
Symmetry 09 00179 g002
Table 1. Data sets and their properties.
Table 1. Data sets and their properties.
Data SetsInstance (#)Attribute (#)Class (#)Data SetsInstance (#)Attribute (#)Class (#)
Appendicitis10672Penbased10,9921610
Balance62543Phoneme540452
Banana530022Pima76882
Bands365192Ring7400202
Bupa34562Satimage6435367
Cleveland297135Segment2310197
Dermatology358346Sonar208602
Ecoli33678Spectfheart267442
Glass21497Tae15153
Haberman30632Texture55004011
Hayes-roth16043Thyroid7200213
Heart270132Twonorm7400202
Hepatitis80192Vehicle846184
Ionosphere351332Vowel9901311
Iris15043Wdbc569302
Mammographic83052Wine178133
Monk-243262Winequality-red15991111
Movement3609015Winequality-white48981111
New thyroid21553Yeast1484810
Page-blocks5472105----
Table 2. Experimental results of k-NN and fuzzy k-NN vs. the proposed method.
Table 2. Experimental results of k-NN and fuzzy k-NN vs. the proposed method.
Data Setsk-NNFuzzy k-NNProposed MethodData Setsk-NNFuzzy k-NNProposed Method
Appendicitis87.9197.9190.00Penbased99.3299.3486.90
Balance89.4488.9693.55Phoneme88.4989.6479.44
Banana89.8989.4260.57Pima73.1973.4581.58
Bands71.4670.9975.00Ring71.8263.0772.03
Bupa62.5366.0670.59Satimage90.9490.6192.53
Cleveland56.9256.9572.41Segment95.4196.3697.40
Dermatology96.9096.6297.14Sonar83.1083.5585.00
Ecoli82.4583.3484.85Spectfheart77.5878.6980.77
Glass70.1172.8376.19Tae45.7967.6786.67
Haberman71.5568.9780.00Texture98.7598.7580.73
Hayes-roth30.0065.6368.75Thyroid94.0093.9274.86
Heart80.7480.7488.89Twonorm97.1197.1498.11
Hepatitis89.1985.0887.50Vehicle72.3471.4054.76
Ionosphere96.0096.0097.14Vowel97.7898.3849.49
Iris85.1884.6193.33Wdbc97.1897.0198.21
Mammographic81.7180.3786.75Wine96.6397.19100.00
Monk-296.2989.6997.67Winequality-red55.6068.1046.84
Movement78.6136.1150.00Winequality-white51.0468.2733.33
New thyroid95.3796.32100.00Yeast57.6259.9860.81
Page-blocks95.9195.9696.34----
Table 3. Several datasets and their properties from UCI dataset.
Table 3. Several datasets and their properties from UCI dataset.
Data setFeaturesSamplesClassesTraining SamplesTesting Samples
Glass10214714074
Wine13178310078
Sonar60208212088
Parkinson22195212075
Iono343512200151
Musk1664762276200
Vehicle188464500346
Image192310713101000
Cardio2121261011261000
Landsat366435734353000
Letter1620,0002610,00010,000
Table 4. The accuracy values for DWKNN vs. NSKNN.
Table 4. The accuracy values for DWKNN vs. NSKNN.
Data setWKNN (%)DWKNN (%)Proposed Method (%)
Glass69.8670.1460.81
Wine71.4771.9979.49
Sonar81.5982.0585.23
Parkinson83.5383.9390.67
Iono84.2784.4485.14
Musk84.7785.1086.50
Vehicle63.9664.3471.43
Image95.1995.2195.60
Cardio70.1270.3066.90
Landsat90.6390.6591.67
Letter94.8994.9363.50
Table 5. Comparison of running times for each method.
Table 5. Comparison of running times for each method.
Data Setsk-NNFuzzy k-NNProposed MethodData Setsk-NNFuzzy k-NNProposed Method
Appendicitis0.110.160.15Penbased10.2118.203.58
Balance0.150.190.18Phoneme0.951.880.71
Banana1.031.420.57Pima0.450.580.20
Bands0.420.470.19Ring6.1810.302.55
Bupa0.140.280.16Satimage8.2915.251.96
Cleveland0.140.180.19Segment1.091.760.63
Dermatology0.330.310.22Sonar0.150.210.23
Ecoli0.120.260.17Spectfheart0.140.250.22
Glass0.100.180.18Tae0.130.120.16
Haberman0.130.240.16Texture6.7212.784.30
Hayes-roth0.070.110.16Thyroid5.869.712.14
Heart0.220.330.17Twonorm5.8910.272.69
Hepatitis0.060.060.16Vehicle0.170.310.27
Ionosphere0.130300.25Vowel0.470.620.31
Iris0.230.130.16Wdbc0.390.460.26
Mammographic0.210.220.20Wine0.080.140.17
Monk-20.270.330.17Winequality-red0.280.460.34
Movement0.160.340.35Winequality-white1.381.950.91
New thyroid0.140.180.17Yeast0.440.780.30
Page-blocks1.752.200.93Average1.41 3.17 0.69

Share and Cite

MDPI and ACS Style

Akbulut, Y.; Sengur, A.; Guo, Y.; Smarandache, F. NS-k-NN: Neutrosophic Set-Based k-Nearest Neighbors Classifier. Symmetry 2017, 9, 179. https://doi.org/10.3390/sym9090179

AMA Style

Akbulut Y, Sengur A, Guo Y, Smarandache F. NS-k-NN: Neutrosophic Set-Based k-Nearest Neighbors Classifier. Symmetry. 2017; 9(9):179. https://doi.org/10.3390/sym9090179

Chicago/Turabian Style

Akbulut, Yaman, Abdulkadir Sengur, Yanhui Guo, and Florentin Smarandache. 2017. "NS-k-NN: Neutrosophic Set-Based k-Nearest Neighbors Classifier" Symmetry 9, no. 9: 179. https://doi.org/10.3390/sym9090179

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