1
|
Tutsoy O, Sumbul HE. A novel deep machine learning algorithm with dimensionality and size reduction approaches for feature elimination: thyroid cancer diagnoses with randomly missing data. Brief Bioinform 2024; 25:bbae344. [PMID: 39007597 PMCID: PMC11247408 DOI: 10.1093/bib/bbae344] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [MESH Headings] [Grants] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Received: 10/30/2023] [Revised: 06/04/2024] [Accepted: 07/02/2024] [Indexed: 07/16/2024] Open
Abstract
Thyroid cancer incidences endure to increase even though a large number of inspection tools have been developed recently. Since there is no standard and certain procedure to follow for the thyroid cancer diagnoses, clinicians require conducting various tests. This scrutiny process yields multi-dimensional big data and lack of a common approach leads to randomly distributed missing (sparse) data, which are both formidable challenges for the machine learning algorithms. This paper aims to develop an accurate and computationally efficient deep learning algorithm to diagnose the thyroid cancer. In this respect, randomly distributed missing data stemmed singularity in learning problems is treated and dimensionality reduction with inner and target similarity approaches are developed to select the most informative input datasets. In addition, size reduction with the hierarchical clustering algorithm is performed to eliminate the considerably similar data samples. Four machine learning algorithms are trained and also tested with the unseen data to validate their generalization and robustness abilities. The results yield 100% training and 83% testing preciseness for the unseen data. Computational time efficiencies of the algorithms are also examined under the equal conditions.
Collapse
Affiliation(s)
- Onder Tutsoy
- Adana Alparslan Turkes Science and Technology University, Adana, Turkey
| | - Hilmi Erdem Sumbul
- University of Health Sciences, Adana City Training and Research Hospital, Adana, Turkey
| |
Collapse
|
2
|
Zhang J, Li J, Zhu Y, Fu Y, Chen L. Thyroidkeeper: a healthcare management system for patients with thyroid diseases. Health Inf Sci Syst 2023; 11:49. [PMID: 37860050 PMCID: PMC10582002 DOI: 10.1007/s13755-023-00251-w] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [Grants] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Received: 07/21/2023] [Accepted: 09/26/2023] [Indexed: 10/21/2023] Open
Abstract
Thyroid diseases, especially thyroid tumors, have a huge population in China. The postoperative patients, under China's incomplete tertiary diagnosis and treatment system, will frequently go to tertiary hospitals for follow-up and medication adjustment, resulting in heavy burdens on both specialists and patients. To help postoperative patients recover better against the above adverse conditions, a novel mobile application ThyroidKeeper is proposed as a collaborative AI-based platform that benefits both patients and doctors. In addition to routine health records and management functions, ThyroidKeeper has achieved several innovative points. First, it can automatically adjust medication dosage for patients during their rehabilitation based on their medical history, laboratory indicators, physical health status, and current medication. Second, it can comprehensively predict the possible complications based on the patient's health status and the health status of similar groups utilizing graph neural networks. Finally, the employing of graph neural network models can improve the efficiency of online communication between doctors and patients, help doctors obtain medical information for patients more quickly and precisely, and make more accurate diagnoses. The preliminary evaluation in both laboratory and real-world environments shows the advantages of the proposed ThyroidKeeper system.
Collapse
Affiliation(s)
- Jing Zhang
- School of Cyber Science and Engineering, Southeast University, No. 2 SEU Road, Nanjing, 211189 China
- Engineering Research Center of Blockchain Application, Supervision and Management (Southeast University), Ministry of Education, No. 2 SEU Road, Nanjing, 211189 China
| | - Jianhua Li
- The First Affiliated Hospital of Zhengzhou University, No.1 Jianshe East Road, Zhengzhou, 450052 China
| | - Yi Zhu
- School of Information Engineering, Yangzhou University, No. 196 Huayang West Road, Yangzhou, 225127 China
| | - Yu Fu
- Department of Radiology, Shenzhen Children’s Hospital, No. 7019 Yitain Road, Shenzhen, 518034 China
| | - Lixia Chen
- Department of Nursing, The Second Affiliated Hospital of Nanjing University of Chinese Medicine, No. 23 Nanhu Road, Nanjing, 210017 China
| |
Collapse
|
3
|
Devi MS, Kumar VD, Brezulianu A, Geman O, Arif M. A Novel Blunge Calibration Intelligent Feature Classification Model for the Prediction of Hypothyroid Disease. SENSORS (BASEL, SWITZERLAND) 2023; 23:1128. [PMID: 36772168 PMCID: PMC9922023 DOI: 10.3390/s23031128] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [MESH Headings] [Track Full Text] [Figures] [Subscribe] [Scholar Register] [Received: 11/22/2022] [Revised: 01/13/2023] [Accepted: 01/13/2023] [Indexed: 06/18/2023]
Abstract
According to the Indian health line report, 12% of the population suffer from abnormal thyroid functioning. The major challenge in this disease is that the existence of hypothyroid may not propagate any noticeable symptoms in its early stages. However, delayed treatment of this disease may lead to several other health problems, such as fertility issues and obesity. Therefore, early treatment is essential for patient survival. The proposed technology could be used for the prediction of hypothyroid disease and its severity during its early stages. Though several classification and regression algorithms are available for the prediction of hypothyroid using clinical information, there exists a gap in knowledge as to whether predicted outcomes may reach a higher accuracy or not. Therefore, the objective of this research is to predict the existence of hypothyroidism with higher accuracy by optimizing the estimator list of the pycaret classifier model. With this overview, a blunge calibration intelligent feature classification model that supports the assessment of the presence of hypothyroidism with high accuracy is proposed. A hypothyroidism dataset containing 3163 patient details with 23 independent and one dependent feature from the University of California Irvine (UCI) machine-learning repository was used for this work. We undertook dataset preprocessing and determined its incomplete values. Exploratory data analysis was performed to analyze all the clinical parameters and the extent to which each feature supports the prediction of hypothyroidism. ANOVA was used to verify the F-statistic values of all attributes that might highly influence the target. Then, hypothyroidism was predicted using various classifier algorithms, and the performance metrics were analyzed. The original dataset was subjected to dimensionality reduction by using regressor and classifier feature-selection algorithms to determine the best subset components for predicting hypothyroidism. The feature-selected subset of the clinical parameters was subjected to various classifier algorithms, and its performance was analyzed. The system was implemented with python in the Spyder editor of Anaconda Navigator IDE. Investigational results show that the Gaussian naive Bayes, AdaBoost classifier, and Ridge classifier maintained the accuracy of 89.5% for the regressor feature-selection methods. The blunge calibration regression model (BCRM) was designed with naive Bayes, AdaBoost, and Ridge as the estimators with accuracy optimization and with soft blending based on the sum of predicted probabilities of classifiers. The proposed BCRM showed 99.5% accuracy in predicting hypothyroidism. The implementation results show that the Kernel SVM, KNeighbor, and Ridge classifier maintained an accuracy of 87.5% for the classifier feature-selection methods. The blunge calibration classifier model (BCCM) was developed with Kernel SVM, KNeighbor, and Ridge as the estimators, with accuracy optimization and with soft blending based on the sum of predicted probabilities of classifiers. The proposed BCCM showed 99.7% accuracy in predicting hypothyroidism. The main contribution of this research is the design of BCCM and BCRM models that were built with accuracy optimization with soft blending based on the sum of predicted probabilities of classifiers. The BCRM and BCCM models uniqueness's are achieved by updating the estimators list with the effective classifiers and regressors that suit the application at runtime.
Collapse
Affiliation(s)
- Munisamy Shyamala Devi
- Department of CSE, Vel Tech Rangarajan Dr. Sagunthala R&D Institute of Science and Technology, Chennai 600062, India
| | - Venkatesan Dhilip Kumar
- Department of CSE, Vel Tech Rangarajan Dr. Sagunthala R&D Institute of Science and Technology, Chennai 600062, India
| | - Adrian Brezulianu
- Faculty of Electronics, Telecommunications and Information Technology, “Gheorghe Asachi” Tehnical University, 700506 Iasi, Romania
- Greensoft Ltd., 700137 Iasi, Romania
| | - Oana Geman
- The Computers, Electronics and Automation Department, Faculty of Electrical Engineering and Computer Science, “Stefan cel Mare” University of Suceava, 720229 Suceava, Romania
| | - Muhammad Arif
- Department of Computer Science, Superior University, Lahore 54000, Pakistan
| |
Collapse
|
4
|
Singh D, Singh B. Sensitivity analysis of feature weighting for classification. Pattern Anal Appl 2022. [DOI: 10.1007/s10044-022-01077-0] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 11/28/2022]
|
5
|
Zhang X, Xiao H, Gao R, Zhang H, Wang Y. K-nearest neighbors rule combining prototype selection and local feature weighting for classification. Knowl Based Syst 2022. [DOI: 10.1016/j.knosys.2022.108451] [Citation(s) in RCA: 1] [Impact Index Per Article: 0.3] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 10/19/2022]
|
6
|
Lima AA, Mridha MF, Das SC, Kabir MM, Islam MR, Watanobe Y. A Comprehensive Survey on the Detection, Classification, and Challenges of Neurological Disorders. BIOLOGY 2022; 11:469. [PMID: 35336842 PMCID: PMC8945195 DOI: 10.3390/biology11030469] [Citation(s) in RCA: 19] [Impact Index Per Article: 6.3] [Reference Citation Analysis] [Abstract] [Key Words] [Track Full Text] [Download PDF] [Figures] [Subscribe] [Scholar Register] [Received: 02/13/2022] [Revised: 03/12/2022] [Accepted: 03/14/2022] [Indexed: 01/19/2023]
Abstract
Neurological disorders (NDs) are becoming more common, posing a concern to pregnant women, parents, healthy infants, and children. Neurological disorders arise in a wide variety of forms, each with its own set of origins, complications, and results. In recent years, the intricacy of brain functionalities has received a better understanding due to neuroimaging modalities, such as magnetic resonance imaging (MRI), magnetoencephalography (MEG), and positron emission tomography (PET), etc. With high-performance computational tools and various machine learning (ML) and deep learning (DL) methods, these modalities have discovered exciting possibilities for identifying and diagnosing neurological disorders. This study follows a computer-aided diagnosis methodology, leading to an overview of pre-processing and feature extraction techniques. The performance of existing ML and DL approaches for detecting NDs is critically reviewed and compared in this article. A comprehensive portion of this study also shows various modalities and disease-specified datasets that detect and records images, signals, and speeches, etc. Limited related works are also summarized on NDs, as this domain has significantly fewer works focused on disease and detection criteria. Some of the standard evaluation metrics are also presented in this study for better result analysis and comparison. This research has also been outlined in a consistent workflow. At the conclusion, a mandatory discussion section has been included to elaborate on open research challenges and directions for future work in this emerging field.
Collapse
Affiliation(s)
- Aklima Akter Lima
- Department of Computer Science and Engineering, Bangladesh University of Business and Technology, Dhaka 1216, Bangladesh; (A.A.L.); (M.F.M.); (S.C.D.); (M.M.K.)
| | - M. Firoz Mridha
- Department of Computer Science and Engineering, Bangladesh University of Business and Technology, Dhaka 1216, Bangladesh; (A.A.L.); (M.F.M.); (S.C.D.); (M.M.K.)
| | - Sujoy Chandra Das
- Department of Computer Science and Engineering, Bangladesh University of Business and Technology, Dhaka 1216, Bangladesh; (A.A.L.); (M.F.M.); (S.C.D.); (M.M.K.)
| | - Muhammad Mohsin Kabir
- Department of Computer Science and Engineering, Bangladesh University of Business and Technology, Dhaka 1216, Bangladesh; (A.A.L.); (M.F.M.); (S.C.D.); (M.M.K.)
| | - Md. Rashedul Islam
- Department of Computer Science and Engineering, University of Asia Pacific, Dhaka 1216, Bangladesh
| | - Yutaka Watanobe
- Department of Computer Science and Engineering, University of Aizu, Aizu-Wakamatsu 965-8580, Japan;
| |
Collapse
|
7
|
Kaur T, Gandhi TK. Classifier Fusion for Detection of COVID-19 from CT Scans. CIRCUITS, SYSTEMS, AND SIGNAL PROCESSING 2022; 41:3397-3414. [PMID: 35002014 PMCID: PMC8722646 DOI: 10.1007/s00034-021-01939-8] [Citation(s) in RCA: 3] [Impact Index Per Article: 1.0] [Reference Citation Analysis] [Abstract] [Key Words] [Track Full Text] [Subscribe] [Scholar Register] [Received: 03/30/2021] [Revised: 12/10/2021] [Accepted: 12/11/2021] [Indexed: 05/31/2023]
Abstract
The coronavirus disease (COVID-19) is an infectious disease caused by the SARS-CoV-2 virus. COVID-19 is found to be the most infectious disease in last few decades. This disease has infected millions of people worldwide. The inadequate availability and the limited sensitivity of the testing kits have motivated the clinicians and the scientist to use Computer Tomography (CT) scans to screen COVID-19. Recent advances in technology and the availability of deep learning approaches have proved to be very promising in detecting COVID-19 with increased accuracy. However, deep learning approaches require a huge labeled training dataset, and the current availability of benchmark COVID-19 data is still small. For the limited training data scenario, the CNN usually overfits after several iterations. Hence, in this work, we have investigated different pre-trained network architectures with transfer learning for COVID-19 detection that can work even on a small medical imaging dataset. Various variants of the pre-trained ResNet model, namely ResNet18, ResNet50, and ResNet101, are investigated in the current paper for the detection of COVID-19. The experimental results reveal that transfer learned ResNet50 model outperformed other models by achieving a recall of 98.80% and an F1-score of 98.41%. To further improvise the results, the activations from different layers of best performing model are also explored for the detection using the support vector machine, logistic regression and K-nearest neighbor classifiers. Moreover, a classifier fusion strategy is also proposed that fuses the predictions from the different classifiers via majority voting. Experimental results reveal that via using learned image features and classification fusion strategy, the recall, and F1-score have improvised to 99.20% and 99.40%.
Collapse
Affiliation(s)
- Taranjit Kaur
- Department of Electrical Engineering, Indian Institute of Technology, Delhi (IIT Delhi), Hauz Khas, New Delhi, 110016 India
| | - Tapan Kumar Gandhi
- Department of Electrical Engineering, Indian Institute of Technology, Delhi (IIT Delhi), Hauz Khas, New Delhi, 110016 India
| |
Collapse
|
8
|
Abbad Ur Rehman H, Lin CY, Mushtaq Z, Su SF. Performance Analysis of Machine Learning Algorithms for Thyroid Disease. ARABIAN JOURNAL FOR SCIENCE AND ENGINEERING 2021. [DOI: 10.1007/s13369-020-05206-x] [Citation(s) in RCA: 8] [Impact Index Per Article: 2.0] [Reference Citation Analysis] [Track Full Text] [Subscribe] [Scholar Register] [Indexed: 11/30/2022]
|
9
|
Evolving fuzzy k-nearest neighbors using an enhanced sine cosine algorithm: Case study of lupus nephritis. Comput Biol Med 2021; 135:104582. [PMID: 34214940 DOI: 10.1016/j.compbiomed.2021.104582] [Citation(s) in RCA: 17] [Impact Index Per Article: 4.3] [Reference Citation Analysis] [Abstract] [Key Words] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Received: 02/08/2021] [Revised: 06/13/2021] [Accepted: 06/13/2021] [Indexed: 02/05/2023]
Abstract
Because of its simplicity and effectiveness, fuzzy K-nearest neighbors (FKNN) is widely used in literature. The parameters have an essential impact on the performance of FKNN. Hence, the parameters need to be attuned to suit different problems. Also, choosing more representative features can enhance the performance of FKNN. This research proposes an improved optimization technique based on the sine cosine algorithm (LSCA), which introduces a linear population size reduction mechanism for enhancing the original algorithm's performance. Moreover, we developed an FKNN model based on the LSCA, it simultaneously performs feature selection and parameter optimization. Firstly, the search performance of LSCA is verified on the IEEE CEC2017 benchmark test function compared to the classical and improved algorithms. Secondly, the validity of the LSCA-FKNN model is verified on three medical datasets. Finally, we used the proposed LSCA-FKNN to predict lupus nephritis classes, and the model showed competitive results. The paper will be supported by an online web service for any question at https://aliasgharheidari.com.
Collapse
|
10
|
Kaur T, Gandhi TK, Panigrahi BK. Automated Diagnosis of COVID-19 Using Deep Features and Parameter Free BAT Optimization. IEEE JOURNAL OF TRANSLATIONAL ENGINEERING IN HEALTH AND MEDICINE 2021; 9:1800209. [PMID: 34235005 PMCID: PMC8248768 DOI: 10.1109/jtehm.2021.3077142] [Citation(s) in RCA: 10] [Impact Index Per Article: 2.5] [Reference Citation Analysis] [Abstract] [Key Words] [MESH Headings] [Track Full Text] [Download PDF] [Figures] [Subscribe] [Scholar Register] [Received: 01/11/2021] [Revised: 04/13/2021] [Accepted: 04/28/2021] [Indexed: 12/20/2022]
Abstract
Background: Accurate and fast diagnosis of COVID-19 is very important to manage the medical conditions of affected persons. The task is challenging owing to shortage and ineffectiveness of clinical testing kits. However, the existing problems can be improved by employing computational intelligent techniques on radiological images like CT-Scans (Computed Tomography) of lungs. Extensive research has been reported using deep learning models to diagnose the severity of COVID-19 from CT images. This has undoubtedly minimized the manual involvement in abnormality identification but reported detection accuracy is limited. Methods: The present work proposes an expert model based on deep features and Parameter Free BAT (PF-BAT) optimized Fuzzy K-nearest neighbor (PF-FKNN) classifier to diagnose novel coronavirus. In this proposed model, features are extracted from the fully connected layer of transfer learned MobileNetv2 followed by FKNN training. The hyperparameters of FKNN are fine-tuned using PF-BAT. Results: The experimental results on the benchmark COVID CT scan data reveal that the proposed algorithm attains a validation accuracy of 99.38% which is better than the existing state-of-the-art methods proposed in past. Conclusion: The proposed model will help in timely and accurate identification of the coronavirus at the various phases. Such kind of rapid diagnosis will assist clinicians to manage the healthcare condition of patients well and will help in speedy recovery from the diseases. Clinical and Translational Impact Statement - The proposed automated system can provide accurate and fast detection of COVID-19 signature from lung radiographs. Also, the usage of lighter MobileNetv2 architecture makes it practical for deployment in real-time.
Collapse
Affiliation(s)
- Taranjit Kaur
- Department of Electrical EngineeringIndian Institute of Technology Delhi (IIT Delhi)New Delhi110016India
| | - Tapan K. Gandhi
- Department of Electrical EngineeringIndian Institute of Technology Delhi (IIT Delhi)New Delhi110016India
| | - Bijaya K. Panigrahi
- Department of Electrical EngineeringIndian Institute of Technology Delhi (IIT Delhi)New Delhi110016India
| |
Collapse
|
11
|
Ye H, Wu P, Zhu T, Xiao Z, Zhang X, Zheng L, Zheng R, Sun Y, Zhou W, Fu Q, Ye X, Chen A, Zheng S, Heidari AA, Wang M, Zhu J, Chen H, Li J. Diagnosing Coronavirus Disease 2019 (COVID-19): Efficient Harris Hawks-Inspired Fuzzy K-Nearest Neighbor Prediction Methods. IEEE ACCESS : PRACTICAL INNOVATIONS, OPEN SOLUTIONS 2021; 9:17787-17802. [PMID: 34786302 PMCID: PMC8545238 DOI: 10.1109/access.2021.3052835] [Citation(s) in RCA: 21] [Impact Index Per Article: 5.3] [Reference Citation Analysis] [Abstract] [Key Words] [Track Full Text] [Subscribe] [Scholar Register] [Received: 12/23/2020] [Accepted: 01/15/2021] [Indexed: 05/26/2023]
Abstract
This study is devoted to proposing a useful intelligent prediction model to distinguish the severity of COVID-19, to provide a more fair and reasonable reference for assisting clinical diagnostic decision-making. Based on patients' necessary information, pre-existing diseases, symptoms, immune indexes, and complications, this article proposes a prediction model using the Harris hawks optimization (HHO) to optimize the Fuzzy K-nearest neighbor (FKNN), which is called HHO-FKNN. This model is utilized to distinguish the severity of COVID-19. In HHO-FKNN, the purpose of introducing HHO is to optimize the FKNN's optimal parameters and feature subsets simultaneously. Also, based on actual COVID-19 data, we conducted a comparative experiment between HHO-FKNN and several well-known machine learning algorithms, which result shows that not only the proposed HHO-FKNN can obtain better classification performance and higher stability on the four indexes but also screen out the key features that distinguish severe COVID-19 from mild COVID-19. Therefore, we can conclude that the proposed HHO-FKNN model is expected to become a useful tool for COVID-19 prediction.
Collapse
Affiliation(s)
- Hua Ye
- Department of Pulmonary and Critical Care MedicineAffiliated Yueqing Hospital, Wenzhou Medical UniversityYueqing325600China
| | - Peiliang Wu
- Department of Pulmonary and Critical Care MedicineThe 1st Affiliated Hospital, Wenzhou Medical UniversityWenzhou325000China
| | - Tianru Zhu
- The Second Clinical CollegeWenzhou Medical UniversityWenzhou325000China
| | - Zhongxiang Xiao
- Department of PharmacyAffiliated Yueqing Hospital, Wenzhou Medical UniversityYueqing325600China
| | - Xie Zhang
- Department of Pulmonary and Critical Care MedicineAffiliated Yueqing Hospital, Wenzhou Medical UniversityYueqing325600China
| | - Long Zheng
- Department of Pulmonary and Critical Care MedicineAffiliated Yueqing Hospital, Wenzhou Medical UniversityYueqing325600China
| | - Rongwei Zheng
- Department of UrologyAffiliated Yueqing Hospital, Wenzhou Medical UniversityYueqing325600China
| | - Yangjie Sun
- Department of Pulmonary and Critical Care MedicineAffiliated Yueqing Hospital, Wenzhou Medical UniversityYueqing325600China
| | - Weilong Zhou
- Department of Pulmonary and Critical Care MedicineAffiliated Yueqing Hospital, Wenzhou Medical UniversityYueqing325600China
| | - Qinlei Fu
- Department of Pulmonary and Critical Care MedicineAffiliated Yueqing Hospital, Wenzhou Medical UniversityYueqing325600China
| | - Xinxin Ye
- Department of Pulmonary and Critical Care MedicineAffiliated Yueqing Hospital, Wenzhou Medical UniversityYueqing325600China
| | - Ali Chen
- Department of Pulmonary and Critical Care MedicineAffiliated Yueqing Hospital, Wenzhou Medical UniversityYueqing325600China
| | - Shuang Zheng
- Department of Pulmonary and Critical Care MedicineAffiliated Yueqing Hospital, Wenzhou Medical UniversityYueqing325600China
| | - Ali Asghar Heidari
- School of Surveying and Geospatial Engineering, College of EngineeringUniversity of TehranTehran1417466191Iran
- Department of Computer ScienceSchool of ComputingNational University of SingaporeSingapore117417
| | - Mingjing Wang
- Institute of Research and Development, Duy Tan UniversityDa Nang550000Vietnam
| | - Jiandong Zhu
- Department of Surgical OncologyAffiliated Yueqing Hospital, Wenzhou Medical UniversityYueqing325600China
| | - Huiling Chen
- College of Computer Science and Artificial IntelligenceWenzhou UniversityWenzhou325035China
| | - Jifa Li
- Department of Pulmonary and Critical Care MedicineAffiliated Yueqing Hospital, Wenzhou Medical UniversityYueqing325600China
| |
Collapse
|
12
|
Singh D, Singh B. Investigating the impact of data normalization on classification performance. Appl Soft Comput 2020. [DOI: 10.1016/j.asoc.2019.105524] [Citation(s) in RCA: 211] [Impact Index Per Article: 42.2] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 11/17/2022]
|
13
|
Machine Learning Applied to Diagnosis of Human Diseases: A Systematic Review. APPLIED SCIENCES-BASEL 2020. [DOI: 10.3390/app10155135] [Citation(s) in RCA: 26] [Impact Index Per Article: 5.2] [Reference Citation Analysis] [Abstract] [Track Full Text] [Subscribe] [Scholar Register] [Indexed: 12/20/2022]
Abstract
Human healthcare is one of the most important topics for society. It tries to find the correct effective and robust disease detection as soon as possible to patients receipt the appropriate cares. Because this detection is often a difficult task, it becomes necessary medicine field searches support from other fields such as statistics and computer science. These disciplines are facing the challenge of exploring new techniques, going beyond the traditional ones. The large number of techniques that are emerging makes it necessary to provide a comprehensive overview that avoids very particular aspects. To this end, we propose a systematic review dealing with the Machine Learning applied to the diagnosis of human diseases. This review focuses on modern techniques related to the development of Machine Learning applied to diagnosis of human diseases in the medical field, in order to discover interesting patterns, making non-trivial predictions and useful in decision-making. In this way, this work can help researchers to discover and, if necessary, determine the applicability of the machine learning techniques in their particular specialties. We provide some examples of the algorithms used in medicine, analysing some trends that are focused on the goal searched, the algorithm used, and the area of applications. We detail the advantages and disadvantages of each technique to help choose the most appropriate in each real-life situation, as several authors have reported. The authors searched Scopus, Journal Citation Reports (JCR), Google Scholar, and MedLine databases from the last decades (from 1980s approximately) up to the present, with English language restrictions, for studies according to the objectives mentioned above. Based on a protocol for data extraction defined and evaluated by all authors using PRISMA methodology, 141 papers were included in this advanced review.
Collapse
|
14
|
Improved prediction of dengue outbreak using combinatorial feature selector and classifier based on entropy weighted score based optimal ranking. INFORMATICS IN MEDICINE UNLOCKED 2020. [DOI: 10.1016/j.imu.2020.100400] [Citation(s) in RCA: 5] [Impact Index Per Article: 1.0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 11/21/2022] Open
|
15
|
Zarin Mousavi SS, Mohammadi Zanjireh M, Oghbaie M. Applying computational classification methods to diagnose Congenital Hypothyroidism: A comparative study. INFORMATICS IN MEDICINE UNLOCKED 2020. [DOI: 10.1016/j.imu.2019.100281] [Citation(s) in RCA: 1] [Impact Index Per Article: 0.2] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 01/17/2023] Open
|
16
|
Zamini M, Hasheminejad SMH. A comprehensive survey of anomaly detection in banking, wireless sensor networks, social networks, and healthcare. INTELLIGENT DECISION TECHNOLOGIES 2019. [DOI: 10.3233/idt-170155] [Citation(s) in RCA: 11] [Impact Index Per Article: 1.8] [Reference Citation Analysis] [Track Full Text] [Subscribe] [Scholar Register] [Indexed: 11/15/2022]
Affiliation(s)
- Mohamad Zamini
- Department of Information Technology, Tarbiat Modares University, Tehran, Iran
| | | |
Collapse
|
17
|
Kaushal M, Khehra BS, Sharma A. Soft Computing based object detection and tracking approaches: State-of-the-Art survey. Appl Soft Comput 2018. [DOI: 10.1016/j.asoc.2018.05.023] [Citation(s) in RCA: 22] [Impact Index Per Article: 3.1] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 10/16/2022]
|
18
|
Farzandipour M, Nabovati E, Saeedi S, Fakharian E. Fuzzy decision support systems to diagnose musculoskeletal disorders: A systematic literature review. COMPUTER METHODS AND PROGRAMS IN BIOMEDICINE 2018; 163:101-109. [PMID: 30119845 DOI: 10.1016/j.cmpb.2018.06.002] [Citation(s) in RCA: 5] [Impact Index Per Article: 0.7] [Reference Citation Analysis] [Abstract] [Key Words] [MESH Headings] [Track Full Text] [Subscribe] [Scholar Register] [Received: 03/14/2018] [Revised: 05/04/2018] [Accepted: 06/05/2018] [Indexed: 06/08/2023]
Abstract
BACKGROUND AND OBJECTIVE Musculoskeletal disorders (MSDs) are one of the most important causes of disability with a high prevalence. The accurate and timely diagnosis of these disorders is often difficult. Clinical decision support systems (CDSSs) can help physicians to diagnose diseases quickly and accurately. Given the ambiguous nature of MSDs, fuzzy logic can be helpful in designing the CDSSs knowledge bases. The present study aimed to review the studies on fuzzy CDSSs to diagnose MSDs. METHODS A comprehensive search was conducted in Medline, Scopus, Cochrane Library, and ISI Web of Science databases to identify relevant studies published until March 15, 2016. Studies were included in which CDSSs were developed using fuzzy logic to diagnose MSDs, and tested their accuracy using real data from patients. RESULTS Of the 3188 papers examined, 23 papers included according to the inclusion criteria. The results showed that among all the designed CDSSs only one (CADIAG-2) was implemented in the clinical environment. In about half of the included studies (52%), CDSSs were designed to diagnose inflammatory/infectious disorder of the bone and joint. In most of the included studies (70%), the knowledge was extracted using a combination of three methods (acquiring from experts, analyzing the data, and reviewing the literature). The median accuracy of fuzzy rule-based CDSSs was 91% and it was 90% for other fuzzy models. The most frequently used membership functions were triangular and trapezoidal functions, and the most used method for inference was the Mamdani. CONCLUSIONS In general, fuzzy CDSSs have a high accuracy to diagnose MSDs. Despite the high accuracy, these systems have been used to a limited extent in the clinical environments. To design of knowledge base for CDSSs to diagnose MSDs, rule-based methods are used more than other fuzzy methods.
Collapse
Affiliation(s)
- Mehrdad Farzandipour
- Health Information Management Research Center, Kashan University of Medical Sciences, Kashan, Iran; Department of Health Information Management & Technology, School of Allied Health Professions, Kashan University of Medical Sciences, Kashan, Iran
| | - Ehsan Nabovati
- Health Information Management Research Center, Kashan University of Medical Sciences, Kashan, Iran; Department of Health Information Management & Technology, School of Allied Health Professions, Kashan University of Medical Sciences, Kashan, Iran.
| | - Soheila Saeedi
- Department of Health Information Management & Technology, School of Allied Health Professions, Kashan University of Medical Sciences, Kashan, Iran; Student research committee, Kashan University of Medical sciences, Kashan, Iran
| | - Esmaeil Fakharian
- Trauma Research Center, Kashan University of Medical Sciences, Kashan, Iran
| |
Collapse
|
19
|
A Survey of Data Mining and Deep Learning in Bioinformatics. J Med Syst 2018; 42:139. [DOI: 10.1007/s10916-018-1003-9] [Citation(s) in RCA: 81] [Impact Index Per Article: 11.6] [Reference Citation Analysis] [Key Words] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Received: 03/28/2018] [Accepted: 06/21/2018] [Indexed: 12/13/2022]
|
20
|
Cai Z, Gu J, Wen C, Zhao D, Huang C, Huang H, Tong C, Li J, Chen H. An Intelligent Parkinson's Disease Diagnostic System Based on a Chaotic Bacterial Foraging Optimization Enhanced Fuzzy KNN Approach. COMPUTATIONAL AND MATHEMATICAL METHODS IN MEDICINE 2018; 2018:2396952. [PMID: 30034509 PMCID: PMC6032994 DOI: 10.1155/2018/2396952] [Citation(s) in RCA: 35] [Impact Index Per Article: 5.0] [Reference Citation Analysis] [Abstract] [MESH Headings] [Track Full Text] [Download PDF] [Figures] [Subscribe] [Scholar Register] [Received: 11/29/2017] [Revised: 04/02/2018] [Accepted: 05/21/2018] [Indexed: 11/17/2022]
Abstract
Parkinson's disease (PD) is a common neurodegenerative disease, which has attracted more and more attention. Many artificial intelligence methods have been used for the diagnosis of PD. In this study, an enhanced fuzzy k-nearest neighbor (FKNN) method for the early detection of PD based upon vocal measurements was developed. The proposed method, an evolutionary instance-based learning approach termed CBFO-FKNN, was developed by coupling the chaotic bacterial foraging optimization with Gauss mutation (CBFO) approach with FKNN. The integration of the CBFO technique efficiently resolved the parameter tuning issues of the FKNN. The effectiveness of the proposed CBFO-FKNN was rigorously compared to those of the PD datasets in terms of classification accuracy, sensitivity, specificity, and AUC (area under the receiver operating characteristic curve). The simulation results indicated the proposed approach outperformed the other five FKNN models based on BFO, particle swarm optimization, Genetic algorithms, fruit fly optimization, and firefly algorithm, as well as three advanced machine learning methods including support vector machine (SVM), SVM with local learning-based feature selection, and kernel extreme learning machine in a 10-fold cross-validation scheme. The method presented in this paper has a very good prospect, which will bring great convenience to the clinicians to make a better decision in the clinical diagnosis.
Collapse
Affiliation(s)
- Zhennao Cai
- School of Computer Science and Engineering, Northwestern Polytechnical University, Xi'an 710072, China
| | - Jianhua Gu
- School of Computer Science and Engineering, Northwestern Polytechnical University, Xi'an 710072, China
| | - Caiyun Wen
- Department of Radiology, The First Affiliated Hospital of Wenzhou Medical University, Wenzhou, Zhejiang 325035, China
| | - Dong Zhao
- College of Computer Science and Technology, Changchun Normal University, Changchun 130032, China
| | - Chunyu Huang
- College of Computer Science and Technology, Changchun University of Science Technology, Changchun 130032, China
| | - Hui Huang
- College of Mathematics, Physics and Electronic Information Engineering, Wenzhou University, Wenzhou, Zhejiang 325035, China
| | - Changfei Tong
- College of Mathematics, Physics and Electronic Information Engineering, Wenzhou University, Wenzhou, Zhejiang 325035, China
| | - Jun Li
- College of Mathematics, Physics and Electronic Information Engineering, Wenzhou University, Wenzhou, Zhejiang 325035, China
| | - Huiling Chen
- College of Mathematics, Physics and Electronic Information Engineering, Wenzhou University, Wenzhou, Zhejiang 325035, China
| |
Collapse
|
21
|
Zhang S, Li X, Zong M, Zhu X, Wang R. Efficient kNN Classification With Different Numbers of Nearest Neighbors. IEEE TRANSACTIONS ON NEURAL NETWORKS AND LEARNING SYSTEMS 2018; 29:1774-1785. [PMID: 28422666 DOI: 10.1109/tnnls.2017.2673241] [Citation(s) in RCA: 269] [Impact Index Per Article: 38.4] [Reference Citation Analysis] [Abstract] [Track Full Text] [Subscribe] [Scholar Register] [Indexed: 05/24/2023]
Abstract
nearest neighbor (kNN) method is a popular classification method in data mining and statistics because of its simple implementation and significant classification performance. However, it is impractical for traditional kNN methods to assign a fixed value (even though set by experts) to all test samples. Previous solutions assign different values to different test samples by the cross validation method but are usually time-consuming. This paper proposes a kTree method to learn different optimal values for different test/new samples, by involving a training stage in the kNN classification. Specifically, in the training stage, kTree method first learns optimal values for all training samples by a new sparse reconstruction model, and then constructs a decision tree (namely, kTree) using training samples and the learned optimal values. In the test stage, the kTree fast outputs the optimal value for each test sample, and then, the kNN classification can be conducted using the learned optimal value and all training samples. As a result, the proposed kTree method has a similar running cost but higher classification accuracy, compared with traditional kNN methods, which assign a fixed value to all test samples. Moreover, the proposed kTree method needs less running cost but achieves similar classification accuracy, compared with the newly kNN methods, which assign different values to different test samples. This paper further proposes an improvement version of kTree method (namely, k*Tree method) to speed its test stage by extra storing the information of the training samples in the leaf nodes of kTree, such as the training samples located in the leaf nodes, their kNNs, and the nearest neighbor of these kNNs. We call the resulting decision tree as k*Tree, which enables to conduct kNN classification using a subset of the training samples in the leaf nodes rather than all training samples used in the newly kNN methods. This actually reduces running cost of test stage. Finally, the experimental results on 20 real data sets showed that our proposed methods (i.e., kTree and k*Tree) are much more efficient than the compared methods in terms of classification tasks.
Collapse
|
22
|
Raghavendra U, Gudigar A, Maithri M, Gertych A, Meiburger KM, Yeong CH, Madla C, Kongmebhol P, Molinari F, Ng KH, Acharya UR. Optimized multi-level elongated quinary patterns for the assessment of thyroid nodules in ultrasound images. Comput Biol Med 2018; 95:55-62. [PMID: 29455080 DOI: 10.1016/j.compbiomed.2018.02.002] [Citation(s) in RCA: 28] [Impact Index Per Article: 4.0] [Reference Citation Analysis] [Abstract] [Key Words] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Received: 11/13/2017] [Revised: 02/02/2018] [Accepted: 02/02/2018] [Indexed: 02/01/2023]
Abstract
Ultrasound imaging is one of the most common visualizing tools used by radiologists to identify the location of thyroid nodules. However, visual assessment of nodules is difficult and often affected by inter- and intra-observer variabilities. Thus, a computer-aided diagnosis (CAD) system can be helpful to cross-verify the severity of nodules. This paper proposes a new CAD system to characterize thyroid nodules using optimized multi-level elongated quinary patterns. In this study, higher order spectral (HOS) entropy features extracted from these patterns appropriately distinguished benign and malignant nodules under particle swarm optimization (PSO) and support vector machine (SVM) frameworks. Our CAD algorithm achieved a maximum accuracy of 97.71% and 97.01% in private and public datasets respectively. The evaluation of this CAD system on both private and public datasets confirmed its effectiveness as a secondary tool in assisting radiological findings.
Collapse
Affiliation(s)
- U Raghavendra
- Department of Instrumentation and Control Engineering, Manipal Institute of Technology, Manipal Academy of Higher Education, Manipal, 576104, India.
| | - Anjan Gudigar
- Department of Instrumentation and Control Engineering, Manipal Institute of Technology, Manipal Academy of Higher Education, Manipal, 576104, India
| | - M Maithri
- Department of Mechatronics Engineering, Manipal Institute of Technology, Manipal Academy of Higher Education, Manipal, 576104, India
| | - Arkadiusz Gertych
- Department of Surgery, Department of Pathology and Laboratory Medicine, Cedars-Sinai Medical Center, Los Angeles, CA, USA
| | - Kristen M Meiburger
- Department of Electronics and Telecommunications, Politecnico di Torino, Italy
| | - Chai Hong Yeong
- Department of Biomedical Imaging, University of Malaya, Kuala Lumpur, Malaysia
| | - Chakri Madla
- Department of Radiology, Faculty of Medicine, Chiang Mai University, Chiang Mai, 50200, Thailand
| | - Pailin Kongmebhol
- Department of Radiology, Faculty of Medicine, Chiang Mai University, Chiang Mai, 50200, Thailand
| | - Filippo Molinari
- Department of Electronics and Telecommunications, Politecnico di Torino, Italy
| | - Kwan Hoong Ng
- Department of Biomedical Imaging, University of Malaya, Kuala Lumpur, Malaysia
| | - U Rajendra Acharya
- Department of Electronics and Computer Engineering, Ngee Ann Polytechnic, Clementi, 599489, Singapore; Department of Biomedical Engineering, School of Science and Technology, SIM University, Clementi, 599491, Singapore; Department of Biomedical Engineering, Faculty of Engineering, University of Malaya, Kuala Lumpur, 50603, Malaysia
| |
Collapse
|
23
|
Synergy effects between grafting and subdivision in Re-RX with J48graft for the diagnosis of thyroid disease. Knowl Based Syst 2017. [DOI: 10.1016/j.knosys.2017.06.011] [Citation(s) in RCA: 14] [Impact Index Per Article: 1.8] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 12/20/2022]
|
24
|
Using k-dependence causal forest to mine the most significant dependency relationships among clinical variables for thyroid disease diagnosis. PLoS One 2017; 12:e0182070. [PMID: 28817592 PMCID: PMC5560694 DOI: 10.1371/journal.pone.0182070] [Citation(s) in RCA: 3] [Impact Index Per Article: 0.4] [Reference Citation Analysis] [Abstract] [Track Full Text] [Download PDF] [Figures] [Journal Information] [Subscribe] [Scholar Register] [Received: 11/03/2016] [Accepted: 07/12/2017] [Indexed: 11/19/2022] Open
Abstract
Numerous data mining models have been proposed to construct computer-aided medical expert systems. Bayesian network classifiers (BNCs) are more distinct and understandable than other models. To graphically describe the dependency relationships among clinical variables for thyroid disease diagnosis and ensure the rationality of the diagnosis results, the proposed k-dependence causal forest (KCF) model generates a series of submodels in the framework of maximum spanning tree (MST) and demonstrates stronger dependence representation. Friedman test on 12 UCI datasets shows that KCF has classification accuracy advantage over the other state-of-the-art BNCs, such as Naive Bayes, tree augmented Naive Bayes, and k-dependence Bayesian classifier. Our extensive experimental comparison on 4 medical datasets also proves the feasibility and effectiveness of KCF in terms of sensitivity and specificity.
Collapse
|
25
|
Raghavendra U, Rajendra Acharya U, Gudigar A, Hong Tan J, Fujita H, Hagiwara Y, Molinari F, Kongmebhol P, Hoong Ng K. Fusion of spatial gray level dependency and fractal texture features for the characterization of thyroid lesions. ULTRASONICS 2017; 77:110-120. [PMID: 28219805 DOI: 10.1016/j.ultras.2017.02.003] [Citation(s) in RCA: 46] [Impact Index Per Article: 5.8] [Reference Citation Analysis] [Abstract] [Key Words] [MESH Headings] [Track Full Text] [Subscribe] [Scholar Register] [Received: 06/13/2016] [Revised: 02/02/2017] [Accepted: 02/03/2017] [Indexed: 06/06/2023]
Abstract
Thyroid is a small gland situated at the anterior side of the neck and one of the largest glands of the endocrine system. The abrupt cell growth or malignancy in the thyroid gland may cause thyroid cancer. Ultrasound images distinctly represent benign and malignant lesions, but accuracy may be poor due to subjective interpretation. Computer Aided Diagnosis (CAD) can minimize the errors created due to subjective interpretation and assists to make fast accurate diagnosis. In this work, fusion of Spatial Gray Level Dependence Features (SGLDF) and fractal textures are used to decipher the intrinsic structure of benign and malignant thyroid lesions. These features are subjected to graph based Marginal Fisher Analysis (MFA) to reduce the number of features. The reduced features are subjected to various ranking methods and classifiers. We have achieved an average accuracy, sensitivity and specificity of 97.52%, 90.32% and 98.57% respectively using Support Vector Machine (SVM) classifier. The achieved maximum Area Under Curve (AUC) is 0.9445. Finally, Thyroid Clinical Risk Index (TCRI) a single number is developed using two MFA features to discriminate the two classes. This prototype system is ready to be tested with huge diverse database.
Collapse
Affiliation(s)
- U Raghavendra
- Department of Instrumentation and Control Engineering, Manipal Institute of Technology, Manipal University, Manipal 576104, India.
| | - U Rajendra Acharya
- Department of Electronics and Computer Engineering, Ngee Ann Polytechnic, Clementi 599489, Singapore; Department of Biomedical Engineering, School of Science and Technology, SIM University, Clementi 599491, Singapore; Department of Biomedical Engineering, Faculty of Engineering, University of Malaya, Kuala Lumpur 50603, Malaysia
| | - Anjan Gudigar
- Department of Instrumentation and Control Engineering, Manipal Institute of Technology, Manipal University, Manipal 576104, India
| | - Jen Hong Tan
- Department of Electronics and Computer Engineering, Ngee Ann Polytechnic, Clementi 599489, Singapore
| | - Hamido Fujita
- Iwate Prefectural University (IPU), Faculty of Software and Information Science, Iwate, Japan
| | - Yuki Hagiwara
- Department of Electronics and Computer Engineering, Ngee Ann Polytechnic, Clementi 599489, Singapore
| | - Filippo Molinari
- Department of Electronics and Telecommunications, Politecnico di Torino, Italy
| | - Pailin Kongmebhol
- Department of Radiology, Faculty of Medicine, Chiang Mai University, Chiang Mai, 50200, Thailand
| | - Kwan Hoong Ng
- Department of Biomedical Imaging, University of Malaya, Kuala Lumpur, Malaysia
| |
Collapse
|
26
|
Aydın M, Hardalaç F, Ural B, Karap S. Neonatal Jaundice Detection System. J Med Syst 2016; 40:166. [PMID: 27229489 DOI: 10.1007/s10916-016-0523-4] [Citation(s) in RCA: 15] [Impact Index Per Article: 1.7] [Reference Citation Analysis] [Abstract] [Key Words] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Received: 01/26/2016] [Accepted: 05/09/2016] [Indexed: 11/27/2022]
Abstract
Neonatal jaundice is a common condition that occurs in newborn infants in the first week of life. Today, techniques used for detection are required blood samples and other clinical testing with special equipment. The aim of this study is creating a non-invasive system to control and to detect the jaundice periodically and helping doctors for early diagnosis. In this work, first, a patient group which is consisted from jaundiced babies and a control group which is consisted from healthy babies are prepared, then between 24 and 48 h after birth, 40 jaundiced and 40 healthy newborns are chosen. Second, advanced image processing techniques are used on the images which are taken with a standard smartphone and the color calibration card. Segmentation, pixel similarity and white balancing methods are used as image processing techniques and RGB values and pixels' important information are obtained exactly. Third, during feature extraction stage, with using colormap transformations and feature calculation, comparisons are done in RGB plane between color change values and the 8-color calibration card which is specially designed. Finally, in the bilirubin level estimation stage, kNN and SVR machine learning regressions are used on the dataset which are obtained from feature extraction. At the end of the process, when the control group is based on for comparisons, jaundice is succesfully detected for 40 jaundiced infants and the success rate is 85 %. Obtained bilirubin estimation results are consisted with bilirubin results which are obtained from the standard blood test and the compliance rate is 85 %.
Collapse
Affiliation(s)
- Mustafa Aydın
- Pediatrics-Neonatology, Fırat University, Elazig, Turkey
| | - Fırat Hardalaç
- Electrical Electronics Engineering, Gazi University, Ankara, Turkey.
| | - Berkan Ural
- Electrical Electronics Engineering, Gazi University, Ankara, Turkey
| | - Serhat Karap
- Electrical Electronics Engineering, Gazi University, Ankara, Turkey
| |
Collapse
|
27
|
|
28
|
Use of the recursive-rule extraction algorithm with continuous attributes to improve diagnostic accuracy in thyroid disease. INFORMATICS IN MEDICINE UNLOCKED 2015. [DOI: 10.1016/j.imu.2015.12.003] [Citation(s) in RCA: 19] [Impact Index Per Article: 1.9] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 12/22/2022] Open
|
29
|
Derrac J, García S, Herrera F. Fuzzy nearest neighbor algorithms: Taxonomy, experimental analysis and prospects. Inf Sci (N Y) 2014. [DOI: 10.1016/j.ins.2013.10.038] [Citation(s) in RCA: 78] [Impact Index Per Article: 7.1] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 11/28/2022]
|
30
|
Effective detection of Parkinson's disease using an adaptive fuzzy k-nearest neighbor approach. Biomed Signal Process Control 2013. [DOI: 10.1016/j.bspc.2013.02.006] [Citation(s) in RCA: 79] [Impact Index Per Article: 6.6] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 11/21/2022]
|
31
|
Expert System Based on Neural-Fuzzy Rules for Thyroid Diseases Diagnosis. COMMUNICATIONS IN COMPUTER AND INFORMATION SCIENCE 2012. [DOI: 10.1007/978-3-642-35521-9_13] [Citation(s) in RCA: 26] [Impact Index Per Article: 2.0] [Reference Citation Analysis] [Track Full Text] [Subscribe] [Scholar Register] [Indexed: 12/03/2022]
|