Next Article in Journal
Prefrontal Asymmetry during Cognitive Tasks and Its Relationship with Suicide Ideation in Major Depressive Disorder: An fNIRS Study
Next Article in Special Issue
The Performance of Deep Learning Algorithms on Automatic Pulmonary Nodule Detection and Classification Tested on Different Datasets That Are Not Derived from LIDC-IDRI: A Systematic Review
Previous Article in Journal
Antimicrobial Susceptibility Test for the Determination of Resistant and Susceptible S. aureus and Enterococcus spp. Using a Multi-Channel Surface Plasmon Resonance Device
Previous Article in Special Issue
A Machine-Learning-Based Prediction Method for Hypertension Outcomes Based on Medical Data
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Novel Data Mining Methodology for Healthcare Applied to a New Model to Diagnose Metabolic Syndrome without a Blood Test

1
Mechatronics Engineering Department, Universidad Autónoma del Caribe, Barranquill 080001, Colombia
2
Systems Engineering Department, Universidad del Norte, Barranquilla 080001, Colombia
3
Medicine Department, Universidad del Norte, Barranquilla 080001, Colombia
4
Public Health, Universidad del Norte, Barranquilla 080001, Colombia
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Submission received: 29 September 2019 / Revised: 19 October 2019 / Accepted: 29 October 2019 / Published: 15 November 2019
(This article belongs to the Special Issue Artificial Intelligence in Diagnostics)

Abstract

:
Metabolic Syndrome (MetS) is a cluster of risk factors that increase the likelihood of heart disease and diabetes mellitus. It is crucial to get diagnosed with time to take preventive measures, especially for patients in locations without proper access to laboratories and medical consultations. This work presented a new methodology to diagnose diseases using data mining that documents all the phases thoroughly for further improvement of the resulting models. We used the methodology to create a new model to diagnose the syndrome without using biochemical variables. We compared similar classification models, using their reported variables and previously obtained data from a study in Colombia. We built a new model and compared it to previous models using the holdout, and random subsampling validation methods to get performance evaluation indicators between the models. Our resulting ANN model used three hidden layers and only Hip Circumference, dichotomous Waist Circumference, and dichotomous blood pressure variables. It gave an Area Under Curve (AUC) of 87.75% by the IDF and 85.12% by HMS MetS diagnosis criteria, higher than previous models. Thanks to our new methodology, diagnosis models can be thoroughly documented for appropriate future comparisons, thus benefiting the diagnosis of the studied diseases.

1. Introduction

Machine learning classification models have been used for the diagnosis of several diseases and conditions [1,2]. One type of classification model is to study the probability of a diagnosis of Metabolic Syndrome (MetS). MetS is a group of alterations in metabolism that includes dyslipidemia (abnormal concentrations of blood lipids: increased triglycerides and decreased HDL cholesterol), hypertension, hyperglycemia, and obesity [3]. These are known as metabolic risk factors that increase the likelihood of heart disease or diabetes mellitus [4] since the syndrome indicates a 5-fold increase in the risk of type 2 diabetes mellitus (T2D). Thus, it is often diagnosed as prediabetes [5,6]. Also, the syndrome doubles the risk of developing Cardiovascular Disease (CVD) [7,8]. Other authors relate MetS with the occurrence of cancers and chronic kidney disease [9,10]. Therefore, it is vital to develop mechanisms to achieve the identification of the MetS early in order to avoid or delay its appearance already mentioned by many authors of the scientific community [6,11,12].
The prevalence of the syndrome in countries such as the United States has increased; three studies have yielded the following results: 23.7% in 2002, 34.2% in 2006 and nearly 35% of all U.S. adults were estimated to have the Metabolic Syndrome in 2011–2012 [13] being this last period an estimation of 50% diagnosed MetS in adults mayor of 60 years of age [13]. These studies even showed that the prevalence of MetS is higher among the Mexican-American population. In Mexico has a 41% (95% CI 0.34–0.47) prevalence in adults [14], and in some Latin American countries such as Colombia, several studies on the prevalence of the syndrome were performed focusing on specific populations. For example, a brief study of 62 people in a poor area of Barranquilla, Colombia, found that subjects with arterial hypertension showed a very high prevalence level (74.2%) of MetS based on the ATP III criteria [15,16].
Metabolic Syndrome is diagnosed with a set of risk factors whith some threshold levels in the criteria proposed by several medical associations being recently changed as shown in the Table 1. Some associations proposing criteria are the World Health Organization (WHO) [17], Adult Treatment Panel of the National Cholesterol Education Program (ATP III) [18] , European Group for the study of Insulin Resistance (EGIR) [19] and International Diabetes Federation (IDF) [20].
Since 2009, specialists have had the consensus of Harmonized Diagnosis (HMS), to unify the diagnosis of the syndrome [21]. For diagnosing, MetS must have at least three of the five conditions of the risk factors, except IDF, which requires the central obesity and any two of the four risk factors leftover as shown in Table 1 and emulated using the algorithm shown in Appendixes Appendix A and Appendix B to diagnostic with IDF [22] and HMS criteria, respectively.
The diagnosis always relies on five factors, independent from the criteria used. Of the five elements, two (Waist Circumference (WC) and Blood Pressure (BP)), are obtained in a medical consultation. The other three factors (triglycerides, HDL-C, and glycemia) require invasive tests to know their value in the patient’s blood. The complete diagnosis implies a second medical visit because it is necessary to wait for the test results. The time duration of the syndrome diagnosis goes from the blood test authorization until the arrival of test results which can be days or weeks depending on the health systems [23,24]. For patients at a high risk, the wait time is aggravated due to the occurrence of heart illnesses and diabetes mellitus [12]. In healthcare systems such as the one in Colombia, patients might not return to consultation for multiple reasons, including distance to hospitals, lack of enough providers, among other reasons, thus closing the possibility of starting the appropriate treatment.
The classification models of Metabolic Syndrome without the need of taking a blood sample are essential for the community. Bypassing a blood exam is possible by using variables that can be obtained in a first-level medical care consultation at places such as a community health center. The medical staff can then follow up with a patient with some risk factors of having the syndrome and, in consequence, a high probability of developing diabetes or heart disease at a lower cost because it is a computational model and can be implemented on a large scale easily. Moreover, no clinical exams will be performed to follow up, but only for patients that require a blood test to confirm a pathology.
Therefore, this article details the main classification models of Metabolic Syndrome avoiding/bypassing a blood sample and using variables obtained in a first-level medical care consultation and published in the literature. As the main contributors to this research, we propose a methodology for the diagnosis of similar health conditions and a novel model. These models are compared with the classification model proposed by the authors against data obtained from a study of Metabolic Syndrome performed on the Atlantic coast of Colombia in Barranquilla. We now present the methodology, followed by an application to create a new model for the Metabolic Syndrome, and its results.

2. Methodology to Build Data Mining Models

The proposed methodology looks into creating a research tool for research projects solving health-related problems with the help of classification models. Such projects choose their predictor variables based on the relationship between the data and the outcome variable, then compare their results with the results from other authors. The methodology helps the research community by building a classification model from the variables proposed in the literature and comparing the proposals using data from a particular study on the disease. This approach would contribute towards the generalization of a classification model that can be implemented on a large scale like some similar to the Framingham model [25], given that that model has constantly been adding new information to improve the original models, thus taking a circular approach. Therefore, we expect that RAMAD methodology can be further used to get a generalized model to diagnose related diseases.
Many research projects that apply data mining techniques to predict diseases do not explicitly use a methodology but follow a similar approach to those found in the literature. The SEMMA methodology is the most similar to the ones used in those articles. SEMMA is the acronym for the five phases shown in Figure 1 and is promoted by SAS Institute Inc. [26,27]. Many articles explore the data and in some cases, modify it with the creation of new variables to model and evaluate their ability to diagnose. Figure 1 shows the SEMMA methodology, and the phases are explained next.
  • Sample This step consists of sampling the data by extracting a dataset big enough to contain meaningful information, and small enough to be processed quickly.
  • Explore the data by searching for anticipated relationships, unanticipated trends, and anomalies to gain understanding and ideas.
  • Modify the data by creating, selecting, and transforming the variables to then focus on the model selection process.
  • Model This step consists of modeling data to find data combinations or patterns that reliably predict the desired outcome.
  • Assess the data by evaluating the usefulness and reliability of the findings from the data mining process [28].
In data mining, there are several methodologies such as KDD (Knowledge Discovery in Databases) and CRISP-DM (Cross Industry Standard Process for Data Mining) [29,30]. However, these are not explicitly used in the analyzed articles because usually authors look for a technique goal, and they do not have a clear business goal as expected [31,32].
The methodology proposed in this paper is different from SEMMA as it proposes an incremental circular approach for continuously checking for new models in the literature. Those models are used to compare with the researchers’ data to improve the models based on the newly found information with each new iteration of the methodology, allowing for the reuse of the model with other data. Figure 2 shows the proposed methodology, which consists of the following phases: Review, Analyze, Model, Assess, Document (RAMAD).
  • REVIEW: This phase should start with a research question for the studied disease. Then, the user of the methodology performs a literature review that collects and revises the works proposing classification (diagnosis) models for the disease. It should also describe how to obtain the data of the target population, which could come from publicly available data or data obtained as part of the project.
  • ANALYZE: It is a data analysis that includes a data description, correlation between data, and other tests.
  • MODEL: It consists of building several classification models and testing them using the obtained data. If it is possible, propose a classifier model to detail which models are better used to predict the disease.
  • ASSESS: In this phase, researchers must assess the proposed models and perform a comparison between them using the selected performance indicators.
  • DOCUMENT: Record the parameters of the models and verify that they are detailed so that the project and experiments can be replicated.
The execution of the methodology can be updated and is encouraged by starting again in the Review phase and adding new models from the literature. This circular approach should ensure that researchers keep updating original models, and with appropriate documentation, new researchers could contribute to an improved diagnosis model.

3. Application of the Methodology to Metabolic Syndrome

The previously explained methodology is used for Metabolic Syndrome. As stated in the review phase, after defining the disease to be studied, the researchers need to establish a research objective or question to help define the search criteria during this phase. In this exercise, the question is whether we can diagnose the syndrome without using variables taken from invasive tests. From this point, the review phase starts.

3.1. Review

Literature review follows the approach proposed by [33,34,35] and it is described in the Figure 3. The search criteria includes the topic of data mining techniques applied to the disease. In this work, the studied disease is Metabolic Syndrome, and we are interested in models which do not use a blood sample. It was made using four search engines: DBLP, IEEE XPLORE, ACM and PubMed with a window of 12 years counted retroactively from 2019.
The keywords used in the search process are Metabolic Syndrome, without a blood test, Data mining, and Machine learning due to the similarities associated with data mining. To overcome this difference, a search for articles in PubMed (QUERY1) was carried out with keywords "METABOLIC SYNDROME" AND “WITHOUT BLOOD TEST” AND (“DATA MININ” OR “MACHINE LEARNING” OR “DECISION TREE” OR “ARTIFICIAL NEURAL NETWORK” OR “LOGISTIC REGRESSION” OR “BAYES”). Moreover, in DBLP, IEEE XPLORE, and ACM we searched for “METABOLIC SYNDROME” AND “WITHOUT BLOOD TEST” (QUERY2), (QUERY3) and (QUERY4) without mentioning “data mining” and “machine learning” since these keywords would generate too many results. Manual inspection was performed and then filtered by the criteria established as shown in Table 2.
The results of the queries (QUERY1: 101, QUERY2: 51, QUERY3: 90 and QUERY4: 81) provided a large list of articles and conferences. However, not all the documents had a direct relationship with the Metabolic Syndrome since DBLP, IEEE XPLORE and ACM delivered articles not only of data mining and machine learning but of articles of computer science at a general level. Then the delivered list was filtered, evaluating its relationship with the syndrome, and also excluded repeated articles (mirror articles). The manual inspection documented in Table 2, which reduced the list to a collection of 4 articles, gives the specific requirements to be included in the final list. Each article was evaluated based on the established criteria. These articles used classification models for the diagnosis of Metabolic Syndrome without taking a blood sample using variables obtained in a medical consultation, as shown on the Table 3. The table shows the variables and if the authors used them explicitly in their model, or implicitly.
Kroon et al. [36] proposed a decision tree model to eliminate the need for blood tests for the diagnosis of the MetS in 50–90% of the cases. The  variables used were BMI, WCD, SBP, BPD, and in an implicit way, SEX, and WC due to thresholds of WC and also SBP and DBP. The authors conducted this study with 642 young adults between 17–28 years old. Diagnosis of MetS was defined according to NCEP ATP III with a sample that only had 7.48% of the dataset with MetS (48/642). It is important to remark that subjects with BMI ≥ 35 all had MetS. This paper was the first to use a machine learning model in the problem of diagnosis of the MetS without biochemical variables. However, the authors did not report the model’s performance measure variables used in their dataset.
Romero et al. [37] build several tools to predict MetS in young Mexicans using BMI, WC, Weight, Height, Sex, and other non anthropometrics variables. However, it does not take into account the variables of systolic and diastolic pressure which are risk factors for the diagnosis of MetS. They configured an Artificial Neural Network and trained it with diagnosed patients using the HMS criteria with 70%. They then tested the model using 30% of the set, using a total of 826 people. They used the Positive Predictive Value (PPV) as a performance indicator which varies from 38.2% to 45.4%. Also, the authors used a particular ANN of 25 hidden layers using BMI, WC, Weight, Height, and Sex getting an average PPV 38.8 with a standard deviation 12.8.
Chen et al. [38] proposed a neural network to diagnose the Metabolic Syndrome without using biochemical variables such as blood glucose and cholesterol levels. The authors proposed instead the use of anthropometric variables such as Sex, Age, BMI, WC, HC, WHR, SBP, and DBP, and in an implicit way, they used Weight and Height to measure the occurrence of the Metabolic Syndrome. They compared the technique of Principal Component Logistic Regression (PCLR) with neural networks for predicting Met with criteria IDF.
Hsiung et al. [39] through a sample of 154 subjects with a prevalence 40.26% of MetS segmented in four groups depending on the number of factors of the criteria for the metabolic syndrome with criteria ATP III with variables from physical evaluation, lifestyle profile, heart rate variability, and blood analysis. After excluding the invasive blood tests; the results of multivariate logistic regression identified like non-invasive evaluation variables (blood pressure, body mass index and very lower frequency of heart rate variability) that were significant predictors for the risk of suffering from the metabolic syndrome. This work is noteworthy because it relates the characteristics of the variability of the heart rate with the Metabolic Syndrome as well as the variable Neck Circumference (NC). However, the authors did consider this variable, which can not be obtained with equipment that is in the first level of medical attention. Therefore, this work is excluded from the analysis of the comparisons with the other models.
Kupusinac et al. [22] developed an Artificial Neural Network (ANN) to predict MetS that includes non-invasive variables that easily can be obtained by applying low-cost diagnostic methods. The ANN entry vectors are sex, age, BMI, WHR, SBP, DBP, and in an implicit way WC, Weight, Height due to the use of WSR and BMI. The ANN output is dichotomous in true/false for the prediction of the diagnosis of the MetS with criteria IDF. The ANN training, validation, and testing are carried out in the large dataset that includes 2,928 people, and the authors built a Feed-forward ANNs with 1–100 hidden neurons. The solution achieved the highest positive predictive value PPV = 0.8579 and a Negative Predictive Value NPV = 0.8319.
An important point to highlight is the methodology used by most authors, which is similar to SEMMA. However, they do not mention a specific data mining methodology in their articles. Therefore, the similarities of the phases of these articles with the phases of SEMMA are due to its development. The articles worked by finding the best data mining technique to diagnose MetS without explaining in detail their knowledge about the syndrome or the application, that said, without considering the business objectives [40]. Moreover, none of the articles worked by contributing to existing models to advance in the search for a generalized model with data from multiple populations. Such type of approach could contribute to more robust models. The absence of collaborative work is where the idea of the RAMAD methodology comes into play. Although it does not focus on collaborative work, it encourages a circular review and analysis process, with appropriate documentation. Our methodology aims at building an excellent classification model for the diagnosis of diseases using results obtained by the scientific community. This approach promotes continuous improvement through a circular and incremental methodology.

3.2. Analyze

The data used in this paper comes from a study performed in the second semester of 2012 by Universidad del Norte. A survey determined the prevalence of Metabolic Syndrome and cardiovascular risk factors in adults of the city of Barranquilla. The study used a sample of 1478 adult subjects 20 years old or older, randomly selected in 10 neighborhoods and distributed proportionally according to the town, neighborhood, and block of residence. Of this group, those who had: diabetes mellitus, hypertension, or obesity, with ages between 20 and 96 years of age were taken into account to enter the study.
The following group of people was not included: those who did not give their consent, and pregnant women. There is another group of people not included in the data. Those are people with physical or mental health disorders, under steroids treatment, and carriers of decompensated thyroid pathology. The research was carried out according to the Good Clinical Practices (GCP) guide and the International Conference on Harmonization (ICH). Therefore, respect for the dignity and the protection of the rights and well-being of people prevailed.
The researchers respected the individuals’ privacy and their autonomy and decision not to participate in the survey. The survey consisted of 190 questions divided into several sections. The most relevant parts are tobacco consumption, physical activity, family history, obesity, alcohol consumption, sedentary behavior associated with screen devices, anthropometric measurements, and biochemical blood measurements.
The project brought together the respondents into the University del Norte’s hospital, where the programmed clinical examination took place, executed by a doctor and a nurse. The research team measured blood pressure with an already calibrated mercury manometer and took two blood doses with an interval of 5 min. The stature was measured using a stadiometer, the weight using an electronic scale, without shoes and with the least amount of clothes possible. They measured the waist and hip circumferences with flexible metric tapes.
From the sample of 1478 previously surveyed people, the study found that 615 (41.61%) had at least one cardiovascular risk factor. From this group, medical personal took biochemical measurements after resting for 10 min. using a venous puncture. The procedure determined the following variables: lipid profile (cholesterol, triglycerides), fasting blood glucose, glycosylated hemoglobin, and serum insulin. For the diagnosis, this work uses two criteria IDF and HMS to compare how that affects the classification’s performance of the model.

3.3. Model

Figure 4 describes in detail the diagram of the modeling phase. The data is composed of the variables obtained from the state of art resulted of the review stage to be processed using machine learning classification models such as decision tree, principal component logistic regression, artificial neural networks that authors used to diagnose the syndrome without biochemical variables. These techniques are briefly explained now.

3.3.1. Decision Tree

The decision tree classifies data into a set and determines the values that a variable will take from a data entry. It is a process where decisions are made in sequence descending through the tree.

3.3.2. Principal Component Regression Logistic

The dataset is transformed into new variables, which generate the original vectors through a linear combination as shown in the Equation (1) and are selected for their variance ( σ 1 ).
P C n = C 0 X 0 + C 1 X 1 + C n X n
These new variables are orthogonal and apply to the technique of logistic regression that the result of nominal qualitative type depends, or not, on other predictor variables, that is, P C n . The nature of the predictor variables can be dichotomous and quantitative. The Equation (2) represents the logistic regression where P is the probability of occurrence of a true positive in Equation (3) and β n are the regression coefficients through the Wald statistic.
ln P 1 - P = β 0 + β 1 P C 1 + β n P C n
P = e β 0 + β 1 P C 1 + β n P C n 1 + e β 0 + β 1 P C 1 + β n P C n

3.3.3. Artificial Neural Network

Artificial neural networks (ANN) is a mathematical representation that models the functioning of a biological neural network to solve problems that require learning and prediction. This type of networks is formed by more than one neuron whose elements are a set of input that can come from other neurons or the outside as shown in Figure 5 the basic structure of ANN.
This structure has several input layer and some hidden layer and one output layer. Each node is an artificial neural has synaptic weights which are the degree of communication between neurons as shown in Figure 6 and the Equation (4). Where x i k are inputs, w i k are synaptic weights, a are bias in the input layer, k is the iteration and n is the number of inputs resulting a net output [42,43].
n e t k = i = 1 n ( ω i k χ i k - a i k )
When the net ANN is positive the neuron will be excited and otherwise inhibited. However, if the value is zero, there is no communication between neurons. It also has a propagation rule which integrates the information that comes from different activation function neurons which is responsible for determining the current state and finally converges all the data to the output function [22].

3.4. Assess

In this phase, the assessment is carried out using the validation techniques proposed by the authors’ models obtained in the literature review to compare the performance indicators and to deduce the best model for the disease diagnosis.

3.4.1. Hold Out

The original dataset is split into two different datasets labeled as a training and a testing dataset. This can be a 60/40 or 70/30 or 80/20 split with a random distribution.

3.4.2. Random Subsampling

For this validation, multiple data are randomly chosen from the dataset and combined to form a test dataset, that is, multiple holdouts. The remaining data forms the training dataset, and others are tested with a distribution 70/30 or 80/20. The test data predictions give a realistic estimate of the external validation data predictions because of is asymptotically consistent, resulting in more pessimistic predictions of the test data compared to cross-validation [44,45].

3.4.3. Indicators for the Evaluation of Models

To compare the classification models to diagnose the metabolic syndrome without using a blood sample, indicators were used to evaluate their capacity for discrimination, such as Recall, Specificity, Accuracy, Area Under receiver operating characteristic Curves (AUC) [41].
S e n s i t i v i t y ( S S ) = T P T P + F N
S p e c i f i c i t y ( S P ) = T N T N + F P
P P V = T P T P + F P
N P V = T N T N + F N
A c c u r a c y ( A C C ) = T P + T N T P + T N + F N + F P
A U C = ( S S ) ( 1 - S P )
The values of TP, TN, FP and FN represent True Positives, True Negatives, False Positives and False Negatives respectively. It should be noted that all these models will be specially evaluated using the AUC and the criterion proposed by and Hosmer and Lemeshow [46] that is shown in the Table 4.

3.5. Document

Authors using the methodology should write a report or article to give specific and detailed information about the data analysis performed, with a description such as mean and standard deviation by each feature. Such report must also include the parameters of the classification or regression models with their performance indicators and validation methods used for the experiments to allow for replication by other researchers. In the following Results section, we present the analysis and document the whole process in such a way that it can be reused later by other authors to improve the presented model.

4. Results

The algorithms of ANN, decision tree, principal component logistic regression were performed and validated using MATLAB as well as the different types of validations such as hold out and random subsampling.

4.1. Data Description

The analysis of the data from the patients who were diagnosed based on the IDF and HMS criteria is detailed in Table 5. The data is divided into two populations to explain the prevalence by gender, consisting of a total of 348 women and 267 men. Besides that, from the data, 262 presented a diagnosis of MetS, and 348 were used as control according to IDF. On the other hand, with the HMS criteria, 252 presented a diagnosis of MetS, and 363 were used as a control group, as observed in Table 1. The analysis shows that only ten positive cases (7 men and 3 women) vary between the two criteria showing a possible association. We checked with a Chi2 test resulting in p ≤ 0.0001, evidencing a strong association between them. Nevertheless, both criteria were used for modeling.
The age of the subjects is between 20 and 96 years, with an average of 43 years for women and 42 years for men. Also, the prevalence of MetS was 42.6% of the total sample divided into 44.94% among men and 40.8% among women for the criteria IDF and the prevalence of MetS was 40.98% of the total sample divided into 42.32% among men and 39.94% among women for the criteria HMS.
Table 6 shows the statistical description as average(m) and standard deviation (SD) of the variables: Age, Weight, Height, WHR, WSR, BMI, HC, WC, SBP and DBP of each group between healthy people, with MetS, No MetS, and the total. It also showed the Sex variable the number of women and men (women/men) by each group.

4.2. Experimenting with Models

This phase conducted experiments using the variables and techniques proposed in the analyzed works by Kroon [36], Ivanovic [22], and Chen [38]. The purpose was to build their performance indicators for the dataset of the population of the Atlantic coast of Colombia.
For the comparison, the experiments used only the data coming from the study of 615 subjects by Universidad del Norte. The variables used to compare were those found in all the articles, which are: Age, Sex, BMI, WC, HC, WSR, WHR, SBP and DBP, and other dichotomic variables. Healthcare professionals can obtain these variables at the first medical consultation.
On the other hand, healthcare professionals take into account the criteria shown in Table 1 for compliance with the risk factors, to diagnose the syndrome. The Waist Circumference (WC) and Blood Pressure (BP) variables are compared with their respective thresholds to become the positive (1) or negative (0) dichotomous value called WCD and BPD that represents the status normal and raised of the values of the waist circumference and arterial pressure, respectively. This approach transforms them into dichotomous variables, which details their values in Figure 7, where the dichotomous variables of systolic (SBPD) and diastolic blood pressure (DBPD) are also shown.
After that, the data was analyzed using the machine learning models proposed by each author. Kroon [36] proposed the regression tree technique, and the output is a dichotomous decision value for MetS. The authors used the BMI variables and two dichotomous variables WCD and BPD. These were used to replicate the experiment using algorithm shown in Appendix C. However, the model proposed by Kroon [36] was built for patients 30 years old or younger. Therefore, the data was fixed to that range of age, resulting in a sensitivity 84.85%, specificity 53.85%, PPV 86.15%, NPV 51.22%, accuracy 77.78% and AUC 68.69% using IDF criteria. On the other hand, for practical purposing, we performed new experiments, but with all the ages, and the results improved the sensitivity of 80.27%, specificity 74,17%, PPV 82.92%, NPV 70,63%, accuracy 77,89% and AUC 76,78% using IDF criteria.
On the other hand, other authors, as [37] proposed an ANN with 25 hidden layers, which has two neurons in the output layer, and the input has five neurons. One neuron by each one variable: WC, Sex, Height, Weight, BMI. This ANN was training using training data (70%) and testing data (30%) obtaining as resulted in a sensitivity 75.25%, specificity 58.62%, PPV 66.97%, NPV 68%, accuracy 67.39% and AUC 76.06% using IDF criteria.
From now on, it will be understood that all the ANN were used with the back-propagation configuration and will always have the same number of neurons as inputs variables in the input layer.
Chen [38] used two data mining techniques to diagnose metabolic syndrome. First, it used Principal Component Logistic Regression(PCLR) with the variables SEX, AGE, BMI, WC, HC, WHR, SBP and DBP where it obtained the principal components of the training data and the testing data getting the following Equations (11)–(13).
P C 1 = - 0 . 142 S e x + 0 . 093 A g e + 0 . 230 B M I + 0 . 253 W C + 0 . 192 H C + 0 . 192 W H R + 0 . 178 S B P + 0 . 160 D B P
P C 2 = 0 . 045 S e x + 0 . 402 A g e - 0 . 192 B M I - 0 . 255 W C - 0 . 184 H C - 0 . 199 W H R + 0 . 494 S B P + 0 . 394 D B P
P C 3 = 0 . 543 S e x + 0 . 241 A g e + 0 . 278 B M I + 0 . 001 W C + 0 . 513 H C - 0 . 429 W H R + 0 . 046 S B P - 0 . 207 D B P
These were used to find the principal components through the 615 patients to test the model of logistic regression shown in the Equation (14) proposed by Chen [38], using the training data.
L o g i t ( P ) = - 1 . 809 + 1 . 722 P C 1 + 0 . 276 P C 2 + 0 . 403 P C 3
Then, L o g i t ( P ) turns into the predictive variable Y p with the Equation (3) mentioned in the Methdology section. So, we were getting performance indicators of sensitivity 59.02%, specificity 0%, PPV 100%, NPV 0%, accuracy 59.02% and AUC 49.86% using IDF criteria.
Chen [38] then used the Equation (15) to normalize the variables and divided the dataset into two: training data (70%) and testing data (30%), to train and test an artificial neural network which has a back-propagation type configuration.
X N = X - X m i n X m a x - X m i n
This network has 5 hidden layers with hyperbolic tangent sigmoid function and an output layer with a linear function. It is important to note that Chen [38] did not publish the ANN configuration parameter, only the number of hidden layers and the activation function. Thus, it is necessary to build the ANN with the parameters shown in Table 7. This configuration was set by Kupusinac [22] in its article to diagnose MetS.
Therefore, to replicate the Chen [38] experiment of ANN with 5 hidden layers, we decided to split the data into two parts: the training data (70% of the data) and the testing data (30% of the remaining data). With this step, the analysis shows a performance indicator of sensitivity 76,71%, specificity 71,67%, PPV 84,82%, NPV 59,72%, accuracy 75% and AUC 80,95% using IDF criteria.
Kupusinac [22] proposed an optimization model to find the number of hidden layers between 1 to 100 to obtain the maximum average of PPV and NPV, repeating the tests 100 times with the random subsampling validation and using the 6 variables SEX, AGE, BMI, WSR, SBP, and DBP. This approach creates two configurations of neural networks of 85 hidden layers and 96 hidden layers.
When replicating the experiment, training and testing data are normalized to get the performance indicators with the same proportion of distribution in the data for comparing the performance indicators. After running the experiment, we obtained a mean sensitivity of 73.81%, specificity 65.89%, PPV 77.65%, NPV 60.18%, ACC 70.34%, and AUC 75.8%, for ANN with 85 hidden layers. Moreover, ANN with 96 hidden layers, we obtained a mean sensitivity 74.15%, specificity 66.03%, PPV 77.58%, NPV 60.8%, ACC 70.61% and AUC 76.64%.
To homogenize the experiments using ANN, Chen [10] proposed a network of 5 hidden layers with the random subsampling validation to get the performance indicators of sensitivity 76.47%, specificity 70.22%, PPV 80.41%, NPV 64.31% and AUC 81.75% using IDF criteria and In the same way, for the ANN of [37] with 25 hidden layers, the results showed a sensitivity 72.64%, specificity 63.78%, PPV 76.21%, NPV 58.47%, and AUC 77.13%.

4.3. Data Analysis

A correlation analysis was also carried out between the variables that are related to obesity. Table 8 shows that Waist to Hip ratio (WHR) present a very low correlation with all the variables related to obesity. Also, the Waist to Stature Ratio (WSR), Hip Circumference (HC) and Waist Circumference (WC) present a high correlation with body mass index (BMI). This result reaffirms the importance of WC as a parameter to indicate the degree of obesity. It also shows why some criteria recommend it as a priority for the diagnosis of Metabolic Syndrome. Some criteria even consider it as eliminatory because if you do not meet this criterion at the same time, you could not have the syndrome according to the IDF criteria.
After analyzing the correlations of the variables in the dataset and adding the dichotomic variables for the next analysis, we proceeded to select the variables that influence the best in diagnosing the Metabolic Syndrome to reduce the dimensions of the dataset to a subset. For this purpose, we used Sequential Feature Selection searches for a subset of the features in the full model [47] with comparative predictive power being the variables described in Table 6 in conjunction with the dichotomous variables described in Figure 7.
A dataset consisting of the variables HC, WCD, and BPD is obtained and in an implicit way the variable gender because the threshold WC depends on gender. It also performed an analysis of correlation as shown in Table 9, which shows a very low correlation between them.
The selected variables from the dataset were divided into 70% for training and 30% for testing in an ANN. This technique was used due to a higher AUC when compared to the other techniques (decision tree and principal components logistic regression ) to improve the diagnosis rate using only three variables that doctors can get in the first medical consultation and validating with random subsampling.
We chose three (3) hidden layers due to methodology mentioned by [48,49,50] in which they established that the number hidden layers should be 2 / 3 of input variables plus an output variable resulting in three. This ANN configuration was trained and tested with normalized data to validate through random subsampling to obtain the performance indicators: sensitivity 76.17%, specificity 82.59%, PPV 90.54%, NPV 58.9%, ACC 77.41%, and AUC 87.36%.
As a summary, the performance indicators of each experiment is shown in the Table 10, Table 11, Table 12 and Table 13, where the first two tables show results for the IDF criteria and the next two tables show results for the HMS criteria.
Regardless of the diagnostic criteria, the behavior of data mining techniques shows that ANN of 3 hidden layers is better compared to the previously proposed techniques. It seems that decreasing hidden layers increases AUC.
However, it is important to note that each ANN has a different dataset of variables, and so, these are different each only ANN85, and ANN96 has the same variables.
Table 10, Table 11, Table 12 and Table 13 shows that two techniques or configurations were better in some performance indicators. ANN using 8 variables (AGE, SEX, WHR, BMI, HC, WC, SBP, DBP) with 5 hidden layers, which has a sensitivity of 80.27%, NPV 70.63%, and ACC 77.89% higher when compared with other machine learning models. However, ANN with 3 hidden layers using 3 variables (WCD, DAP, HC) and SEX, which was implied, is the best due to the performance indicator of specificity 82.59%, PPV 90.54% and specially AUC 87.36%.
The previous results allow classifying patients with MetS (i.e., the sensitivity) very selectively. This selective classification is possible because the healthcare professionals always presume that every patient is healthy, and this algorithm can guarantee that when a patient with MetS is identified, it is because they have a high probability (approximately 90.54%) that they suffer from it. Concerning specificity, the ANN obtained 82.59%, being superior to the other models, indicating that the ANN is an excellent tool to rule out the probability of the positive diagnosis of the syndrome, because of every 100 healthy patients, the ANN confirms 83 approximately healthy people.
On the other hand, as regards to AUC, the ANN technique obtained 87.36%, being superior when compared to others. This result means that an individual randomly selected from the group of patients has a test value higher than one randomly selected from the healthy group at 87.36% of the time considered excellent according to the dissertation of Hosmer and Lemeshow [46].
The mean was used to quantify the value of the highest probability as IDF as HMS criteria diagnostic because we assume that random subsampling would generate a normal probability distribution. We plotted the distribution of the AUC probabilities, and this was considered as a discriminant value to choose the best classifier among ANN96, ANN85, ANN25, ANN5, and ANN3. Figure 8 and Figure 9 show that the average does not reflect the highest AUC probability rate. The ANN3 has, in its zone of occurrence, higher AUC levels unified in the range between 0.875 to 0.925 with a probability of 55%, and median 87.43% to IDF. The same happens with the HMS criteria, which presents higher AUC levels unified in the range 0.875 to 0.925 with a probability of 22%, and median 85.36%. Hence, HC, BPD, and WCD input variables in ANN with 3 hidden layers have an excellent performance concerning the other proposed models with the dataset collected by Universidad del Norte in Barranquilla.

5. Discussion

Metabolic syndrome is a constellation of several risk factors of developing cardiovascular disease and type 2 diabetes that requires a blood test for diagnosis. However, with the technique of data mining, the scientific community has built models to obtain data that can get through first-level medical attention without the need of a blood test. This paper has shown a possible association between IDF and HMS criteria that is checked with a Chi2 test resulting in p ≤ 0.0001, evidencing a strong association between them which was explained by the difference of only 10 positive cases (3 women and 7 men) of MetS. Also, according to the review phase of the proposed methodology, the most used criteria in the models used to diagnose MetS without blood test were the IDF and in second place was the ATP III, which have some small differences in the levels of some variables. However, since 2009, the specialists have had the consensus of Harmonized Diagnosis (HMS) to unify the diagnosis of the Metabolic Syndrome, which a previous paper already used [37]. Thus, the models explained used IDF and HMS criteria to compare the results with other future models.
The analyzed learning models allow the diagnosis of the Metabolic Syndrome with an AUC higher than 70% without using a blood sample, early avoiding or delaying its appearance because some risk factors such as obesity can be modified. It is interesting to note that the ANN technique has better precision than PCLR and DT. However, the latter provides rules and equations that researchers can implement at a lower computational cost. They also generate a priori knowledge about the relationships of the non-invasive variables with the Metabolic Syndrome due to their white-box model.
Several models used variables relative to the obesity such as Body Mass Index, Waist Circumference, Hip Circumference, Waist to Hip ratio, and Waist to Stature ratio. During the correlation analysis step of the data analysis phase, we found a good correlation between them except with Waist to Hip ratio. These variables, when processed together, can generate a problem that commonly exists in the medical statistical literature, called multicollinearity. A way to avoid the multicollinearity is to use variable transformation. Waist Circumference WC becomes a Dichotomous variable (WCD) to decrease the correlation with Hip Circumference.
The data indicated that the ANN model of three hidden layers using WCD, BPD, and HC according to its AUC of 87.75% to IDF and 85.12% to HMS are excellent to discriminate the data. The results are excellent in comparison to principal component logistic regression and decision trees and the other ANN model. All were compared based on the biomedical dataset of 615 people of the Atlantico, Colombia region, of whom 42.6% had Metabolic Syndrome.
Therefore, it is recommended to make more comparisons with a larger dataset to strengthen the thesis that the ANN model is superior for the diagnostic of Metabolic Syndrome without using a blood test and so, we only take measurements of triglycerides, HDLC and glycemia in necessary cases. Thus, this project only used variables that can be obtained in a medical consultation at the first level of health care or community health center.
The two decision tree and ANN techniques have in common that they diagnose through three variables of which two are common and are WCD and BPD and demonstrate the importance of dichotomous variables when diagnosing diseases and support why they are recognized as risk factors.
Researchers could replicate the methodology and its application presented in this paper in other areas where data collection from patients is happening. Such projects include those where researchers obtain biomedical data from trials or the immersion of health monitoring sensors in the world (for example, smart city, smart wearables, among others). These applications, together with the technique of data mining, can find patterns to make decisions and find many solutions. Such is the case of the diagnosis and monitoring of pathology development, and in consequence, the improving of the well-being of people and disease prevention with the help of these learning models.
This article proposed a methodology to find a model to diagnose diseases under certain conditions, in this case, is MetS without a blood test using variables obtained in first-level medical attention were the result of the effective ANN model with three hidden layers and only three variables. Therefore, we recommend the methodology to get a model generalized or outstanding model. Furthermore, it is very important and necessary to test with more data from different populations.
RAMAD methodology offers the advantages to a range of entities, such as doctors, patients, health systems and communities. Doctors have the advantage of obtaining the method with better performance to be able to predict diseases that depend on variables obtained with non-invasive procedures, such as the metabolic syndrome.On the other hand, the patients with an early diagnosis can go on with the treatment immediately managing to reduce their risk factors that are related to diabetes and heart disease.
As for the healthcare system, it will be able to do the proper monitoring of diseases in patients who live in remote areas by predicting their status, before the disease becomes intractable and deadly. So, it manages to reduce the cost of health care monitoring and management caused by these diseases and the delaying of the treatment. It can also help generate new knowledge about patients with MetS diagnosed in a non-invasive way by discovering new treatments that, when implemented, will reduce the risk of developing diseases resulting from MetS.
By having RAMAD methodology, the community will be able to acquire new non-invasive diagnostic methods that will allow an increase in the level of health and well-being due to the fact that people will measure the progress of their health status with the help of technological applications that will keep them motivated.
In the very near future, the RAMAD methodology can be improved using more precise methods such as deep learning with a greater number of data captured in real time with the implementation of smartcity and big data where the end user, that is, the patient can use the emerging technologies in the field of health care, clinical score, m-health, e-health [51]. Additionally, the next-generation point of care (POC) technologies will benefit from advances in data mining methodology for the improvement of the parameters of which some are used and the increase in the number of users that require the use of this technology [52,53].
In general, this is a sufficiently detailed study and that reports a novel methodology which can be applied not only to MetS, but also to a variety of other diseases, such as cardiovascular diseases, diabetes, etc. Moreover, this opens the possibility to enable the development of generalized models for such diseases.

6. Conclusions

Metabolic syndrome is diagnosed according to the most up-to-date methods, and all healthcare professionals agree on using five criteria, three of which are obtained through blood analysis. Healthcare providers then collect the results and apply the criteria through the decision threshold according to each method. Although using principal component logistic regression, decision trees for the processing of data obtained from non-biochemical variables, it has been proven that metabolic syndrome can be diagnosed with an acceptable discrimination ability because of an AUC ≤ 0.8. Being the learning model of ANN with 3 hidden layers obtained a higher AUC of 87.75% to IDF and an AUC of 85.12% to HMS that are excellent. Therefore, ANN with three hidden layers using WCD, BPD, and HC is an excellent model for identifying metabolic syndrome and helps to reduce the time of treatment initiation, which allows for the development of simple prevention strategies for the subject at risk for type 2 diabetes and cardiovascular disease.
The results of this article reflects the importance of monitoring blood pressure, hip circumference, and waist circumference for diagnosing the metabolic syndrome. The results also reflect the importance of dichotomous variables in medical decision making. Caregivers can obtain these variables through tools usually essential in the first-level medical attention such as a tape measure and a sphygmomanometer.
These results come from the application of the proposed methodology, which highlights the importance of continuously reviewing new findings, applying changes to the model, and adjusting accordingly. Therefore, the contribution of this paper is not only the model but a continuous methodology to get a generalized model using data mining techniques which should attract other researchers to contribute and continue with this work to achieve a generalized model of MetS. Researchers could apply such methodology to other diseases to construct generalized models for those diseases.
In the future, the method can probably be improved with the use of fuzzy logic, the Bayesian network and other data mining techniques. However, it is recommended that healthcare professionals can use the method to help in the treatment and diagnosis of the early signs of diseases such as diabetes or coronary heart diseases related with metabolic syndrome in order to take preventative measures that ensure that these diseases do not develop.

Author Contributions

Conceptualization: M.B., E.N., M.J., and P.V.; formal analysis: M.B.; Methodology: M.B., and M.J.; software: M.B.; data curation: M.B., E.N., and P.V.; visualization: M.B., and M.J.; supervision: E.N., and P.V.

Funding

This research received no external funding.

Acknowledgments

The first author expresses his deep thanks to the Administrative Department of Science, Technology, and Innovation—COLCIENCIAS of Colombia for the Doctoral scholarship. In addition, the author express their deep thanks to the Universidad del Norte and Universidad Autonoma del Caribe. The authors express their thanks to the reviewers of the article for their valuable comments and insights regarding the quality of the article.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A

Algorithm A1 Algorithm to diagnostic MetS with IDF criteria.
1:
Hit=0;
2:
DxMetSIDF=0;
3:
if ( ( S E X = = 0 ) a n d ( W C 80 ) ) o r ( ( S E X = = 1 ) a n d ( W C 90 ) ) then
4:
    Hit=1;
5:
    if ( S B P 130 ) o r ( D B P 85 ) then
6:
        Hit=Hit+1;
7:
    end if
8:
    if ( ( S E X = = 0 ) a n d ( H D L C < 50 ) ) o r ( ( S E X = = 1 ) a n d ( H D L C < 40 ) ) then
9:
        Hit=Hit+1;
10:
    end if
11:
    if T G 150 then
12:
        Hit=Hit+1;
13:
    end if
14:
    if ( G L U 100 ) then
15:
        Hit=Hit+1;
16:
    end if
17:
    if ( H i t 3 ) then
18:
        DxMetSIDF=1;
19:
    end if
20:
    DxMetSIDF=0;
21:
end if

Appendix B

Algorithm A2 Algorithm to diagnostic MetS with HMS criteria.
1:
Hit=0;
2:
DxMetSHMS=0;
3:
if ( ( S E X = = 0 ) a n d ( W C 80 ) ) o r ( ( S E X = = 1 ) a n d ( W C 90 ) ) then
4:
    Hit=Hit+1;
5:
end if
6:
if ( S B P 130 ) o r ( D B P 85 ) then
7:
    Hit=Hit+1;
8:
end if
9:
if ( ( S E X = = 0 ) a n d ( H D L C < 50 ) ) o r ( ( S E X = = 1 ) a n d ( H D L C < 40 ) ) then
10:
    Hit=Hit+1;
11:
end if
12:
if T G 150 then
13:
    Hit=Hit+1;
14:
end if
15:
if ( G L U 100 ) then
16:
    Hit=Hit+1;
17:
end if
18:
if ( H i t 3 ) then
19:
    DxMetSHMS=1;
20:
else
21:
    DxMetSHMS=0;
22:
end if

Appendix C

Algorithm A3 Algorithm to diagnostic MetS risk with ATP III criteria using the decision tree [36].
1:
if B M I 35 then
2:
    DxMetS=1;
3:
else
4:
    if ( B M I < 35 ) a n d ( B M I 30 ) then
5:
        if ( W C D ) a n d ( B P D ) then
6:
           DxMetS=1;
7:
        else
8:
           if ( W C D ) o r ( B P D ) then
9:
               DxMetS=1;
10:
           else
11:
               if ( W C D ) a n d ( B P D ) then
12:
                   DxMetS=0;
13:
               end if
14:
           end if
15:
        end if
16:
    else
17:
        if ( B M I < 35 ) a n d ( B M I 30 ) then
18:
           if ( W C D ) a n d ( B P D ) then
19:
               DxMetS=1;
20:
           else
21:
               if ( W C D ) o r ( B P D ) then
22:
                   DxMetS=1;
23:
               else
24:
                   if ( W C D ) a n d ( B P D ) then
25:
                       DxMetS=0;
26:
                   else
27:
                       DxMetS=0;
28:
                   end if
29:
               end if
30:
           end if
31:
        end if
32:
    end if
33:
end if

References

  1. Smith, J.W.; Everhart, J.; Dickson, W.; Knowler, W.; Johannes, R. Using the ADAP Learning Algorithm to Forecast the Onset of Diabetes Mellitus. In Proceedings of the Annual Symposium on Computer Application in Medical Care, Orlando, FL, USA, 7–11 November 1988; pp. 261–265. [Google Scholar]
  2. Chandna, D. Diagnosis of Heart Disease Using Data Mining Algorithm. Int. J. Comput. Sci. Inf. Technol. 2014, 5, 1678–1680. [Google Scholar]
  3. Chobanian, A.V.; Bakris, G.L.; Black, H.R.; Cushman, W.C.; Green, L.A.; Izzo, J.L.; Jones, D.W.; Materson, B.J.; Oparil, S.; Wright, J.T.; et al. Seventh Report of the Joint National Committee on Prevention, Detection, Evaluation, and Treatment of High Blood Pressure. Hypertension 2003, 42, 1206–1252. [Google Scholar] [CrossRef] [PubMed]
  4. Cornier, M.A.; Dabelea, D.; Hernandez, T.L.; Lindstrom, R.C.; Steig, A.J.; Stob, N.R.; Van Pelt, R.E.; Wang, H.; Eckel, R.H. The Metabolic Syndrome. Endocr. Rev. 2008, 29, 777–822. [Google Scholar] [CrossRef] [PubMed]
  5. Grundy, S.M. Metabolic Syndrome: A Multiplex Cardiovascular Risk Factor. J. Clin. Endocrinol. Metab. 2007, 92, 399–404. [Google Scholar] [CrossRef] [PubMed]
  6. Aschner, P. Metabolic syndrome as a risk factor for diabetes. Expert Rev. Cardiovasc. Ther. 2010, 8, 407–412. [Google Scholar] [CrossRef] [PubMed]
  7. Tagle-Luzárraga, M.; Gomez, F.; Tagle, A. Estimación del riesgo cardiovascular según el algoritmo de Framingham en sujetos con síndrome metabólico, definido por los criterios del NCEP-ATP-III. Endocrinología y Nutrición 2007, 54, 211–215. [Google Scholar] [CrossRef]
  8. Kaur, J. A Comprehensive Review on Metabolic Syndrome. Cardiol. Res. Pract. 2014, 2014, 21. [Google Scholar] [CrossRef]
  9. Esposito, K.; Chiodini, P.; Colao, A.; Lenzi, A.; Giugliano, D. Metabolic syndrome and risk of cancer: A systematic review and meta-analysis. Diabetes Care 2012, 35, 2402–2411. [Google Scholar] [CrossRef]
  10. Chen, J.; Muntner, P.; Hamm, L.; Jones, D. The metabolic syndrome and chronic kidney disease in US adults. Ann. Intern. Med. 2004, 140, 167–174. [Google Scholar] [CrossRef]
  11. Galassi, A.; Reynolds, K.; He, J. Metabolic Syndrome and Risk of Cardiovascular Disease. Am. J. Med. 2006, 119, 812–819. [Google Scholar] [CrossRef]
  12. Jover, A.; Corbella, E.; Mun, A.; Pedro-botet, J.; Herna, A.; Zu, M. Prevalence of Metabolic Syndrome and its Components in Patients With Acute Coronary Syndrome. Rev. EspañOla Cardiol. 2011, 64, 579–586. [Google Scholar] [CrossRef] [PubMed]
  13. Aguilar, M.; Bhuket, T.; Torres, S.; Liu, B.; Wrong, R.J. Prevalence of the Metabolic Syndrome in the United States, 2003–2012. JAMA 2015, 313, 1973–1974. [Google Scholar] [CrossRef] [PubMed]
  14. Gutiérrez-Solis, A.L.; Datta Banik, S.; Méndez-González, R.M. Prevalence of Metabolic Syndrome in Mexico: A Systematic Review and Meta-Analysis. Metabolic Syndrome and Related Disorders. Metab. Syndr. Relat. Disord. 2018, XX, 1–11. [Google Scholar] [CrossRef]
  15. Lechuga, E.N.; Moranth, R.V. Metabolic syndrome in the southeast of Barranquilla (Colombia). Rev. Salud Uninorte 2008, 24, 40–52. [Google Scholar]
  16. Navarro, E.; Vargas, R.F. Coronary risk according to Framinghan equation in adults with metabolic syndrome in the city of Soledad, Atlantico, 2010. Rev. Colomb. Cardiol. 2012, 19, 109–118. [Google Scholar] [CrossRef]
  17. Alberti, K.G.M.M.; Zimmet, P.Z. Definition, Diagnosis and Classification of Diabetes Mellitus and its Complications Part 1: Diagnosis and Classification of Diabetes Mellitus Provisional Report of a WHO Consultation. Diabet. Med. 1998, 15, 539–553. [Google Scholar] [CrossRef]
  18. Bartlett, J.G.M. Executive Summary of the Third Report of the National Cholesterol Education Program (Ncep) Expert Panel on Detection , Evaluation and Treatment of High Blood Cholesterol in Adults (Adult Treatment Panel III). JAMA J. Am. Med Assoc. 2001, 285, 2486–2497. [Google Scholar] [CrossRef]
  19. Balkau, B.; Charles, M. Comment on the provisional report from the WHO consultation. European Group for the Study of Insulin Resistance (EGIR). Diabet Med. 1999, 16, 442–443. [Google Scholar]
  20. Alberti, K.G.M.M.; Zimmet, P.; Shaw, J. Metabolic syndrome—A new world-wide definition . A Consensus Statement from the International Diabetes Federation. J. Compil. 2006, 23, 469–480. [Google Scholar] [CrossRef]
  21. Alberti, K.G.M.M.; Eckel, R.H.; Grundy, S.M.; Zimmet, P.Z.; Cleeman, J.I.; Donato, K.A.; Fruchart, J.C.; James, W.P.T.; Loria, C.M.; Smith, S.C. Harmonizing the Metabolic Syndrome International Atherosclerosis Society and International Association for the Study of Obesity. Circulation 2009, 120, 1640–1645. [Google Scholar] [CrossRef]
  22. Ivanović, D.; Kupusinac, A.; Stokić, E.; Doroslovački, R.; Ivetić, D. ANN Prediction of Metabolic Syndrome: A Complex Puzzle that will be Completed. J. Med. Syst. 2016, 40, 264. [Google Scholar] [CrossRef] [PubMed]
  23. Minsalud. Informe Nacional de Calidad de la Atención en Salud 2015; Minsalud: Bogota, Colombia, 2015; p. 217. Available online: https://www.minsalud.gov.co/sites/rid/Lists/BibliotecaDigital/RIDE/DE/DIJ/informe-nal-calidad-atencion-salud-2015.pdf (accessed on 2 October 2019).
  24. Irving, G.; Neves, A.L.; Dambha-Miller, H.; Oishi, A.; Tagashira, H.; Verho, A.; Holden, J. International variations in primary care physician consultation time: A systematic review of 67 countries. BMJ Open 2017, 7, e017902. [Google Scholar] [CrossRef] [PubMed]
  25. Pencina, M.J.; D’Agostino, R.B.; Larson, M.G.; Massaro, J.M.; Vasan, R.S. Predicting the 30-Year Risk of Cardiovascular Disease: The Framingham Heart Study. Circulation 2009, 119, 3078–3084. [Google Scholar] [CrossRef] [PubMed]
  26. Matignon, R. Data Mining Using SAS Enterprise MinerTM; John Wiley and Sons: Hoboken, NJ, USA, 2007; ISBN 978-0470149010. [Google Scholar]
  27. Rohanizadeh, S.S.; Moghadam, M.B. A Proposed Data Mining Methodology and its Application to Industrial Procedures. J. Optim. Ind. Eng. 2010, 1, 37–50. [Google Scholar]
  28. Azevedo, A.; Santos, M.F. KDD , SEMMA and CRISP-DM: A Parallel OvervieW. In Proceedings of the IADIS European Conference Data Mining, Amsterdam, The Netherlands, 24–26 July 2008; pp. 182–185. [Google Scholar]
  29. Wirth, R. CRISP-DM : Towards a Standard Process Model for Data Mining. In Proceedings of the Fourth International Conference on the Practical Application of Knowledge Discovery and Data Mining, Manchester, UK, 11–13 April 2000; pp. 29–39. [Google Scholar]
  30. Stirrup, J.; Ramos, R.O. Advanced Analytics with R and Tableau: Advanced Analytics Using Data Classification, Unsupervised Learning and Data Visualization; Packt Publishing: Birmingham, UK, 2017. [Google Scholar]
  31. Fayyad, U.; Piatetsky-shapiro, G.; Smyth, P. From Data Mining to Knowledge Discovery in databases. AI Mag. 1996, 17, 37–54. [Google Scholar]
  32. Shearer, C. Journal Statement of Purpose E-Business and the New Demands on Data E-Commerce Places on Data Warehousing Technology Warehousing. J. Data Warehous. 2000, 5, 13–22. [Google Scholar]
  33. Xavier, A.F.; Naveiro, R.M.; Aoussat, A.; Reyes, T. Systematic literature review of eco-innovation models: Opportunities and recommendations for future research. J. Clean. Prod. 2017, 149, 1278–1302. [Google Scholar] [CrossRef]
  34. Webster, J.; Watson, R.T. Analyzing the Past to Prepare for the Future: Writing a Literature Review. MIS Q. 2002, 26, xiii–xxiii. [Google Scholar]
  35. Urru, G. PRISMA declaration: A proposal to improve the publication of systematic reviews and meta-analyses. Med. ClíNica 2011, 135, 507–511. [Google Scholar] [CrossRef]
  36. Kroon, M.L.A.D.; Renders, C.M.; Kuipers, E.C.C.; Wouwe, J.P.V.; Buuren, S.V.; Jonge, G.A.D.; Hirasing, R.A. Identifying metabolic syndrome without blood tests in young adults—The Terneuzen Birth Cohort. Eur. J. Public Health 2008, 18, 656–660. [Google Scholar] [CrossRef]
  37. Murguía-Romero, M.; Jiménez-Flores, R.; Méndez-Cruz, A.R.; Villalobos-Molina, R. Predicting Metabolic Syndrome with Neural Networks. In Advances in Artificial Intelligence and Its Applications; Castro, F., Gelbukh, A., González, M., Eds.; Springer: Berlin/Heidelberg, Germany, 2013; pp. 464–472. [Google Scholar]
  38. Chen, H.; Xiong, S.; Ren, X. Evaluating the Risk of Metabolic Syndrome Based on an Artificial Intelligence Model. Abstr. Appl. Anal. 2014, 2014, 1–12. [Google Scholar] [CrossRef]
  39. Hsiung, D.Y.; Liu, C.W.; Cheng, P.C.; Ma, W.F. Using non-invasive assessment methods to predict the risk of metabolic syndrome. Appl. Nurs. Res. 2015, 28, 72–77. [Google Scholar] [CrossRef] [PubMed]
  40. Palacios, H.J.G.; Toledo, R.A.J.; Pantoja, G.A.H.; Navarro, Á.A.M. A comparative between CRISP-DM and SEMMA through the construction of a MODIS repository for studies of land use and cover change. Adv. Sci. Technol. Eng. Syst. J. 2017, 2, 598–604. [Google Scholar] [CrossRef]
  41. Witten, I.H.; Frank, E. Data Mining: Practical Machine Learning Tools and Techniques, Second Edition (Morgan Kaufmann Series in Data Management Systems); Morgan Kaufmann Publishers Inc.: San Francisco, CA, USA, 2005. [Google Scholar]
  42. Bishop, C.M. Pattern Recognition and Machine Learning (Information Science and Statistics); Springer: Secaucus, NJ, USA, 2006. [Google Scholar]
  43. Friedman, J.; Hastie, T.; Tibshirani, R. The Elements of Statistical Learning: Data Mining, Inference, and Prediction, 2nd ed.; Springer: New York, NY, USA, 2009; p. 764. [Google Scholar] [CrossRef]
  44. Xu, Q.S.; Liang, Y.Z. Monte Carlo cross validation. Chemom. Intell. Lab. Syst. 2001, 56, 1–11. [Google Scholar] [CrossRef]
  45. Shao, J. Linear model selection by cross-validation. J. Stat. Plan. Inference 2005, 128, 231–240. [Google Scholar] [CrossRef]
  46. Hosmer, D.W.; Lemeshow, S. Assessing the Fit of the Model. In Applied Logistic Regression; John Wiley & Sons: Hoboken, NJ, USA, 2004; pp. 143–202. [Google Scholar] [CrossRef]
  47. Rückstieß, T.; Osendorfer, C.; van der Smagt, P. Sequential Feature Selection for Classification. In Proceedings of the 24th International Conference on Advances in Artificial Intelligence, Perth, Australia, 5–8 December 2011; pp. 132–141. [Google Scholar] [CrossRef] [Green Version]
  48. Boger, Z.; Guterman, H. Knowledge Extraction from Artificial Neural Networks Models Intelligent Process Control Systems Hugo Guterman. In Proceedings of the 1997 IEEE International Conference on Systems, Man, and Cybernetics. Computational Cybernetics and Simulation, Orlando, FL, USA, 12–15 October 1997; pp. 3030–3035. [Google Scholar] [CrossRef]
  49. Karsoliya, S. Approximating Number of Hidden layer neurons in Multiple Hidden Layer BPNN Architecture. Int. J. Eng. Trends Technol. 2012, 3, 714–717. [Google Scholar]
  50. Panchal, F.S.; Panchal, M. Review on Methods of Selecting Number of Hidden Nodes in Artificial Neural Network. Int. J. Comput. Sci. Mob. Comput. 2014, 3, 455–464. [Google Scholar]
  51. Vashist, S.; Schneider, E.; Luong, J. Commercial Smartphone-Based Devices and Smart Applications for Personalized Healthcare Monitoring and Management. Diagnostics 2014, 4, 104–128. [Google Scholar] [CrossRef]
  52. Vashist, S.K.; Luong, J.H. An Overview of Point-of-Care Technologies Enabling Next-Generation Healthcare Monitoring and Management. In Point-of-Care Technologies Enabling Next-Generation Healthcare Monitoring and Management; Springer International Publishing: Berlin/Heidelberg, Germany, 2019; pp. 1–25. [Google Scholar] [CrossRef]
  53. Vashist, S.K.; Luppa, P.B.; Yeo, L.Y.; Ozcan, A.; Luong, J.H. Emerging Technologies for Next-Generation Point-of-Care Testing. Trends Biotechnol. 2015, 33, 692–705. [Google Scholar] [CrossRef]
Figure 1. Phase of the SEMMA methodology [26,27].
Figure 1. Phase of the SEMMA methodology [26,27].
Diagnostics 09 00192 g001
Figure 2. RAMAD methodology.
Figure 2. RAMAD methodology.
Diagnostics 09 00192 g002
Figure 3. Selection criteria for choosing classification models for MetS diagnosis from the literature.
Figure 3. Selection criteria for choosing classification models for MetS diagnosis from the literature.
Diagnostics 09 00192 g003
Figure 4. Process of analysis of the classification models.
Figure 4. Process of analysis of the classification models.
Diagnostics 09 00192 g004
Figure 5. Basic structure of the artificial neural network [41,42].
Figure 5. Basic structure of the artificial neural network [41,42].
Diagnostics 09 00192 g005
Figure 6. Basic artificial neural.
Figure 6. Basic artificial neural.
Diagnostics 09 00192 g006
Figure 7. Dichotomous variables.
Figure 7. Dichotomous variables.
Diagnostics 09 00192 g007
Figure 8. AUC distribution for each ANN to diagnose using the IDF criteria.
Figure 8. AUC distribution for each ANN to diagnose using the IDF criteria.
Diagnostics 09 00192 g008
Figure 9. AUC distribution for each ANN to diagnose using the HMS criteria.
Figure 9. AUC distribution for each ANN to diagnose using the HMS criteria.
Diagnostics 09 00192 g009
Table 1. Diagnosis criteria.
Table 1. Diagnosis criteria.
Risk FactorsATP III(2001)IDF(2006) and HMS(2009)
Central
Obesity
WC Waist
Circumference
Male:
WC ≥ 102 cm
Female:
WC ≥ 88 cm
Country/ethnic,specific
values for WC
South American
population
Male: WC ≥ 90 cm
Female: WC ≥ 80 cm
TG
Triglycerides
>150 mg/dL>150 mg/dL
or treatment
FG
Fasting
Glucose
>100 mg/dL
without diabetes
>100 mg/dL
or treatment
HDL-C
High-density
lipoprotein
cholesterol
Male:<40 mg/dL
Female:<50 mg/dL
or treatment
Male:<40 mg/dL
Female:<50 mg/dL
or treatment
BP, SBP, DBP
Blood Pressure
Systole and Diastole
Blood Pressure
SBP ≥ 130 mmHg
and DBP ≥ 85 mmHg
or treatment
SBP ≥ 130 mmHg
or DBP ≥ 85 mmHg
or treatment
Table 2. Criteria established for choosing the articles.
Table 2. Criteria established for choosing the articles.
Criteria for the Selection of Articles
Can be obtained the variables through first-level medical attention? Y/N
What diagnostic criteria do authors use?
e.g., ATP II, IDF, HMS or other criteria recognized.
What datamining technique do authors use?
e.g., logistic regression, decision tree, artificial neural networks, and others
What validation method do authors use?
e.g., hold out, random subsampling and others.
What performance indicators do authors use?
e.g., Area under the ROC curve, sensitivity, specificity, positive and negative predicative values and accuracy
Table 3. Variables and technique used by the authors.
Table 3. Variables and technique used by the authors.
AuthorsKroon et al. [36]Romero et al. [37]Chen et al. [38]Kupusinac et al. [22]
Age EE
SexIEEE
WeightIEII
HeightIEII
WHR: Waist to
Hip ratio
E
WSR: Waist
to Stature ratio
E
BMI: Body
mass index
EEEE
HC: Hip
circumference
E
WC: Waist
circumference
IEEI
WCD: WC
Dichotomous
E
BPD: Blood Pressure
Dichotomous
E
SBP: Systolic
blood pressure
I EE
DBP: Diastolic
blood pressure
I EE
TechniqueDTANNPCLR, ANNANN
DT:Decision Tree; PCLR: Principal Component Logistic Regression; ANN: Artificial neural networks; E: Explicit use of variable; I: Implicit use of variables
Table 4. Assessment rules of AUC [38].
Table 4. Assessment rules of AUC [38].
AUCDiscrimination Ability
AUC=0.5No discrimination
0.5 < AUC < 0.7Regular
0.7 ≤ AUC < 0.8Acceptable
0.8 ≤ AUC < 0.9Excellent
AUC ≥ 0.9Outstanding
Table 5. Relationship between IDF and HMS in the database.
Table 5. Relationship between IDF and HMS in the database.
CriteriaHMSIDF
GenderNo MetSMetSNo MetSMetS
Men154113147120
Women209139206142
Total363252353262
Table 6. Statistic description of the total data of the study variables.
Table 6. Statistic description of the total data of the study variables.
VariablesMetSNo MetSTotal
AGE m(SD)47.62(17.49)38.89(15.96)42.61(17.17)
WC m(SD)99.81(11.33)87.24(11.91)92.59(13.21)
HC: m(SD)105.51(10.56)93.73(12.50)98.75(13.07)
BMI: m(SD)29.09(5.31)25.26(4.74)26.89(5.33)
WHR: m(SD)0.94(0.05)0.93(0.09)0.94(0.08)
WSR: m(SD)0.61(0.67)53.79(7.43)0.56(0.79)
SBP: m(SD)128,52(18,46)112,91(12,61)119.55(17.19)
DBP: m(SD)78.48(11.13)71.18(9.21)74.29(10.69)
SEX (Women/Men)(142/120)(206/147)(348/267)
Average(m); Standard deviation (SD); Women/Men.
Table 7. Parameter of the ANN [22].
Table 7. Parameter of the ANN [22].
ParameterValue
Training FunctionLevenberg-Marquardt backpropagation
min_grad10 - 10
mu10 - 3
mu_dec0.1
mu_inc10
mu_max10 10
HL functionhyperbolic tangent sigmoid
Out functionlinear
Table 8. Correlations between obesity related variables of Universidad del Norte data.
Table 8. Correlations between obesity related variables of Universidad del Norte data.
BMIWCHCWSRWHR
BMI1.000.780.790.790.06
WC0.7810.860.920.32
HC0.790.8610.84−0.20
WSR0.790.920.8410.21
WHR0.060.32−0.200.211
Table 9. Correlation among HC, BPD and WCD.
Table 9. Correlation among HC, BPD and WCD.
HCBPDWCD
HC1.00000.30150.6459
BPD0.30151.00000.2275
WCD0.64590.22751.0000
Table 10. Performance indicator versus technique using hold out validation with IDF criteria.
Table 10. Performance indicator versus technique using hold out validation with IDF criteria.
DT [36]ANN25 [37]PCLR [38]ANN5 [38]
SS80.27%75.25%59.02%76.71%
SP74.17%58.62%0%71.67%
PPV82.92%66.97%100%84.82%
NPV70.63%68%0%59.72%
ACC77.89%67.39%59.02%75%
AUC76.78%76.06%49.86%80.95%
Table 11. Performance indicator versus technique using random subsampling validation with IDF criteria.
Table 11. Performance indicator versus technique using random subsampling validation with IDF criteria.
ANN96 [22]ANN85 [22]ANN25 [37]ANN5 [38]ANN3
SS74.15%73.81%72.64%76.47%76.39%
SP66.03%65.89%63.78%70.22%82.52%
PPV77.58%77.65%76.21%80.41%90.24%
NPV60.8%60.18%58.47%64.31%59.46%
ACC70.61%70.34%68.79%73.7%77.46%
AUC76.04%75.8%77.13%81.75%87.75%
Table 12. Performance indicator versus technique using hold out validation with HMS criteria.
Table 12. Performance indicator versus technique using hold out validation with HMS criteria.
DT [36]ANN25 [37]PCLR [38]ANN5 [38]
SP74.17%59.46%0%68.52%
PPV82.44%71.96%100%84.40%
NPV67.94%57.14%0%49.33%
ACC76.26%65.76%57.40%70.11%
AUC75.19%75.48%50.19%78.97%
Table 13. Performance indicator versus technique using random subsampling validation with HMS criteria.
Table 13. Performance indicator versus technique using random subsampling validation with HMS criteria.
ANN96 [22]ANN85 [22]ANN25 [37]ANN5 [38]ANN3
SS71.62%72.22%69.44%75.37%75.08%
SP66.95%66.25%63.73%72.54%80.15%
PPV77.4%76.05%75.74%81.38%87.17%
NPV58.67%60.80%55.34%64.21%59.94%
ACC69.33%69.42%68.88%73.91%75.35%
AUC74.94%74.79%74.8%81.74%85.13%

Share and Cite

MDPI and ACS Style

Barrios, M.; Jimeno, M.; Villalba, P.; Navarro, E. Novel Data Mining Methodology for Healthcare Applied to a New Model to Diagnose Metabolic Syndrome without a Blood Test. Diagnostics 2019, 9, 192. https://0-doi-org.brum.beds.ac.uk/10.3390/diagnostics9040192

AMA Style

Barrios M, Jimeno M, Villalba P, Navarro E. Novel Data Mining Methodology for Healthcare Applied to a New Model to Diagnose Metabolic Syndrome without a Blood Test. Diagnostics. 2019; 9(4):192. https://0-doi-org.brum.beds.ac.uk/10.3390/diagnostics9040192

Chicago/Turabian Style

Barrios, Mauricio, Miguel Jimeno, Pedro Villalba, and Edgar Navarro. 2019. "Novel Data Mining Methodology for Healthcare Applied to a New Model to Diagnose Metabolic Syndrome without a Blood Test" Diagnostics 9, no. 4: 192. https://0-doi-org.brum.beds.ac.uk/10.3390/diagnostics9040192

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