Next Article in Journal
A Power Maxwell Distribution with Heavy Tails and Applications
Next Article in Special Issue
The Effects of Fiscal and Tax Incentives on Regional Innovation Capability: Text Extraction Based on Python
Previous Article in Journal
Antagonistic One-To-N Stochastic Duel Game
Previous Article in Special Issue
A New Machine Learning Algorithm Based on Optimization Method for Regression and Classification Problems
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Elderly Health Monitoring System Using Machine Learning and In-Depth Analysis Techniques on the NIH Stroke Scale

1
Department of KSB (Knowledge-converged Super Brain) Convergence Research, ETRI (Electronics and Telecommunications Research Institute), Daejeon 34129, Korea
2
Research Team for Health & Safety Convergence, Korea Research Institute of Standards and Science (KRISS), Daejeon 34113, Korea
3
Computer Engineering, Youngsan University, Kyungnam-do 50510, Korea
4
Division of Convergence Computer and Media, Mokwon University, Daejeon 35349, Korea
*
Author to whom correspondence should be addressed.
Mathematics 2020, 8(7), 1115; https://doi.org/10.3390/math8071115
Submission received: 5 June 2020 / Revised: 1 July 2020 / Accepted: 2 July 2020 / Published: 6 July 2020

Abstract

:
Recently, with the rapid change to an aging society and the increased interest in healthcare, disease prediction and management through various healthcare devices and services is attracting much attention. In particular, stroke, represented by cerebrovascular disease, is a very dangerous disease, in which death or mental and physical aftereffects are very large in adults and the elderly. The sequelae of such stroke diseases are very dangerous, because they make social and economic activities difficult. In this paper, we propose a new system to prediction and in-depth analysis stroke severity of elderly over 65 years based on the National Institutes of Health Stroke Scale (NIHSS). In addition, we use the algorithm of decision tree of C4.5, which is a methodology of prediction and analysis of machine learning techniques. The C4.5 decision trees are machine learning algorithms that provide additional in-depth rules of the execution mechanism and semantic interpretation analysis. Finally, in this paper, it is verified that the C4.5 decision tree algorithm can be used to classify and predict stroke severity, and to obtain additional NIHSS features reduction effects. Therefore, during the operation of an actual system, the proposed model uses only 13 features out of the 18 stroke scale features, including age, so that it can provide faster and more accurate service support. Experimental results show that the system enables this by reducing the patient NIH stroke scale measurement time and making the operation more efficient, with an overall accuracy, using the C4.5 decision tree algorithm, of 91.11%.

1. Introduction

The number of deaths in Korea in 2015 was recently reported to be 275,895 [1]. The cause of death was reported as malignant neoplasm (76,855), heart disease (28,326), and cerebrovascular disease (24,455) [1]. In particular, the death rate from cerebrovascular disease in Koreans is 48 per 100,000 people, followed by malignant neoplasm and heart disease. The number of deaths due to cerebrovascular disease in Korea has been declining since 2005, but it is the second leading cause of death due to a single disease after malignant neoplasm [1,2,3]. According to the analysis information of these institutions, Korea is continuously growing in chronic diseases due to aging. In particular, according to a recent study, the elderly over 60 years of age are showing an increasing mortality rate from the cardiovascular system disease [3,4,5,6]. The stroke is difficult to reliably evaluate the stroke and neurological damage, due to the various symptoms and the location of the stroke. In particular, the early detection of stroke is important for a person without a past medical history, but the probability of recurrence is nine times higher for people with a past history of stroke. As a result, in order to diagnose and treat physicians within a short period of time, research should be conducted for the continuous monitoring and management of patients with stroke.
According to recent studies, National Institutes of Health Stroke Scale (NIHSS)-based research topic objectively validates stroke severity and various studies are under way to stroke detection and use risk factors to prevent recurrence [7,8,9,10,11]. Since the Mathew scale was first published in 1972, methods for evaluating a stroke patient’s disorder include the European stroke scale, the Scandinavian stroke scale, and the NIHSS of the American National Institutes of Health [12,13]. Among the various NIHSS methodologies, the method proposed by Bortt et al. is widely used tool as measurement criteria after stroke [7,8,9]. NIHSS measures 14 features associated with stroke severity, and statistically, it takes 6.6 min per patient. In addition, it is used as an evaluation health stroke scale, which is relatively easy to measure at the initial stage of a patient, and can be easily performed. According to various studies, stroke predictions can be quickly determined without imaging by using a scoring system based on the NIHSS that can accurately predict cortical damage in an acute ischemic stroke [14,15]. First, the severity of stroke in hospitalization for patients with ischemic stroke and the association of acute patients can be assessed. As such, the NIHSS is widely used globally as a tool, and it has already been verified through various studies for the reliability and validity of not only the examiner but also the test and retest. However, the NIHSS method is a tool to assess the extent of brain damage in stroke patients, but it has disadvantages, in that it does not provide an analytical result for the diagnosis of early stroke.
Another method of analyzing the risk factor of stroke is to find risk factors through previous research, health screening data, and clinical trials. Risk factors of stroke found in these studies include smoking, diabetes, obesity, and smoking [16,17,18,19,20]. Research has reported that stroke-related is not a single factor, but comes from the interaction of various and complex risk factors. Therefore, a new methodology for evaluating each stroke risk factor and deal with diseases early stroke detection or prediction. It is not known exactly when and where stroke disease occurs. Additionally, the recurrence rate of stroke varies according to the type, race, and risk factors, but clinical studies have reported that the recurrence rate is generally 10~15% within 1 year. Studies are underway to analyze stroke risk factors using various machine learning and statistical methodologies. Additionally, the proportional hazards model [20] proposed by Cox [21] or Weibull et al. [22] as a representative method, and Kannel et al. [23] have been reported, based on a logistic model. However, previous studies based on these risk factors are not suitable for predicting the risk of stroke in the elderly. These prior studies have the disadvantage that the stroke severity analysis and prediction system have a black box form, which is difficult to interpret and analyze automatically. Therefore, the provision of scientific analysis and interpretation information is essential, and should be provided as an analysis result. In particular, we need to find a new optimal stroke severity and analysis system for the elderly. Therefore, it is important to quickly detect and predict the early onset of stroke patients, but another important research issue is to find the recurrence of stroke in patients with a history of stroke.
In this paper, we propose a new system for predictive and in-depth analysis of stroke severity for the elderly over 65 years old, using NIHSS features and C4.5 decision tree algorithm. We propose a system that automatically classifies and analysis stroke severity into four classes using NIHSS features collected in real-time. The C4.5 decision tree are machine learning algorithms that provide additional in-depth rules of the execution mechanism and semantic interpretation analysis. Therefore, during the operation of an actual system, the proposed model uses only 13 features out of the 18 stroke scale features, including age, so that it can provide faster and more accurate service support. In this paper, it is verified that the C4.5 decision tree algorithm can be used to classify and predict stroke severity, and to obtain additional NIHSS features reduction effects. Finally, the system we developed in this study can be used to predict the risk of individual stroke recurrence, depending on the severity of the disorder and the type of risk factor by gender and by age group over 65 years.
The remainder of this paper is organized as follows. Section 2 discusses the main stroke diseases of the elderly and describes our research subjects and the machine learning for the stroke disease classification and prediction. Section 3 presents the proposed system of stroke severity prediction and in-depth analysis in the elderly. Section 4 describes the experimental results and analysis contents. In the Section 5, conclusions and future research are discussed.

2. Materials and Methods

2.1. Stroke Disease of the Elderly

A stroke is defined as a localized neurological deletion that is suddenly induced in poor blood flow. These strokes are called cerebrovascular stroke, and in terms of symptoms, the typical symptoms are classified as cerebral infarction and cerebral hemorrhage, caused by bleeding of the blood vessels [4,5,6]. These strokes are caused by rupture or blockage of the blood flow of the brain stem, resulting in sudden brain dysfunction, such as speech or movement disorders, sensory disorders, paralysis, or unconsciousness [24,25]. Cerebral infarction is classified into cerebral thrombosis, which is caused by blood clotting in cerebral blood vessels damaged by arteriosclerosis and blood clots; and cerebral embolism, which is caused by clotting of the blood vessels for large arteries, such as the heart and carotid arteries. Cerebral hemorrhage is represented by intracerebral hemorrhage and subarachnoid hemorrhage. Intracerebral hemorrhage is caused by spontaneous brain hemorrhage without external impact. Subarachnoid hemorrhage is a disease in which blood flows out into the subarachnoid space surrounding the brain, by the rupture of an aneurysm of the alveolar structure that grows in the blood vessel. Subarachnoid hemorrhage is reported to be a fatal disease, as more than 30% of the patients die before they arrive at the emergency medical center or hospital. In Korea, the health-screening information of the National Health Insurance Corporation (NHIS) [26], Lee et al. [27] developed a stroke prediction model after 10 years, using age, drinking, systolic and diastolic blood pressure, diabetes, LDL cholesterol, HDL cholesterol, total cholesterol, et al. However, since these studies are identical to the Framingham Heart’s model and predict the stroke risk index in the next 10 years, they do not apply to the real world [16,27]. In addition, it does not take into account some of the major risk factors for stroke, and has a limitation, in that it does not consider the competition risk, such as the possibility of death other than by stroke. According to the recent research literature, the stroke should be accurately identified within 3 h, including the type and location of the stroke, and how much damage has occurred. It is also important to send the patient to a hospital or emergency medical center, so that they can receive the appropriate treatment within 3 h, known as the golden time.

2.2. Research Subjects and Methods

In this paper, the NIHSS to be used in the experiment were collected at the emergency medical center of Chungnam National University Hospital in Korea. Data collection for stroke patients was conducted within 3 days of the definite diagnosis date and data was collected from 287 patients from 2015 to 2017. Experimental data collected after 3 days of stroke definite diagnosis date that 16 patients (no stroke symptoms) with a value of 0 for NIHSS were included, indicating no specific stroke symptoms. We selected 227 NIHSS data from the finally selected clinical trial data, excluding 44 patients with outlier or missing values. Experimental patients were older than 65 years consisting of 117 men and 110 women. Table 1 shows the results of a standard deviation analysis for age. Table 2 below shows the distribution of variables for 287 subjects diagnosed with stroke.
The following Table 3, Table 4 and Table 5 shows the distribution of data measured in the emergency room for stroke patients. Table 3 shows the statistical distribution of normal and abnormal inclusion of blood pressure and blood test lists of stroke patients measured in the emergency room [28]. Table 4 and Table 5 below describes the statistical distribution of normal and abnormal conditions, such as emergency chemical, coagulation, and urinalysis test lists [29].
The collected NIHSS data includes 17 features and age information in a medical examination, as shown in Table 5 below. All stroke patients were subjected to a pre-defined measurement scenario in a separate room in the emergency center, and NIHSS feature values were accurately assessed according to patient response. In this study, we scored the patients based on the NIHSS, and the scores for each item were analyzed using the Spearman correlation coefficient. In addition, the Spearman correlation coefficients (rho) for each NIHSS feature were statistically verified (see Table 6 below).

2.3. Machine Learning in Stroke Analysis and Disease Prediction

According to a recent research, data mining and machine learning methodologies have an important role in the diagnosis and prediction of diseases in the healthcare application [30,31,32,33,34,35]. Recently, various studies have been published on the prediction and analysis of brain diseases, using data mining and machine learning methodology [30,31,32,33,34]. A decision tree is a method of decision support tool that shows the various rules and their results in a tree structure. A decision tree is a tree-like structure, where each internal node denotes a test on a feature, each current node describes a decision result, and leaf node or each terminal node holds a class label. Typically, the topmost node in the tree is the root node. These decision tree methods are intuitive in predicting results, and generate rules logically and conveniently [35,36,37,38]. ID3 is a representative algorithm of decision tree, and the high-rank node has a disadvantage in selecting a feature having a wide range of values [37]. Therefore, in this paper, we introduced the C4.5 decision tree algorithm that alleviates these disadvantages [38]. C4.5 is the most advanced decision tree algorithm, and has proved that classification and prediction performance is advanced in many existing researches [37,38,39]. In C4.5 decision tree, each node in the tree has an association between cases, and this case, are assigned weights, considering the unknown feature values.
When there is an arbitrary set Y, the information gain value of attribute a is calculated as follows. Now, consider a similar measurement after Y has been partitioned in accordance with the n outcomes. The expected information requirement can be found as the weighted sum over subsets, as gain or gain(Y). Here, Yi means the i-th set of arbitrary set Y. The expected information needed to classify a tuple in Y is given by
g a i n = i n f o ( Y ) i = 1 n | Y i | | Y | × i n f o ( Y i ) .
The quantity Equation (1) measures is the information that is gained by partitioning Y in accordance with the test subsets. The gain criterion, selects a test subset to maximize this information gain.
i n f o ( Y ) = j = 1 N C l a s s f r e q ( C j , Y ) | Y | × l o g 2 ( f r e q ( C j , Y ) | Y | )
where is the entropy function. Here, freq(Cj, Y) means the frequency of appearance of the j-th class in arbitrary set Y. The information gain measure is biased toward tests with many outcomes. Apply a kind of normalization to the information gain using the ‘split information’ value defined analogously with info(Y) calculated in Equation (2) above. By analogy with the definition of info(Y), we have
S p l i t   i n f o ( Y ) = i = 1 n | Y i | | Y | × l o g 2   ( | Y i | | Y | )
This represents the potential information generated by dividing Y into n subsets, whereas the information gain measures the information relevant to classification that arises from the same division. It is easy to see that the gain and gain ratios are zero if we select the discrete attribute or feature at the parent ancestor node. Therefore, the C4.5 decision tree does not calculate the value of the information gain for this attribute or feature. In Equation (3) above, Y is divided into subset of n, to generate a potentially inherent information value, but the information gain value calculates information related to classification and prediction occurs on the same node. The gain ratio is defined as
G a i n   r a t i o ( Y ) = g a i n ( Y ) S p l i t   i n f o ( Y )
The gain ratio(Y) obtained from the above Equation (4) represents the ratio value of information generated by partitioning [38]. The feature with the highest gain ratio(Y) value at that node is the partitioned value, i.e., that appears helpful for classification and prediction.

3. A Stroke Severity Prediction and In-Depth Analysis System Using NIHSS

In this section, we propose a new system for real-time predicting and in-depth analysis the severity of strokes based on NIHSS features. Figure 1, below, illustrates the overall architecture of our proposed system. The system consists of NIHSS features collection module, medical data server, real-time stroke severity prediction and analysis, cloud-based stroke monitoring and emergency alarm modules. Our medical data center has real-time patient NIHSS data and a health-screening information update module and the training and prediction server module for real-time stroke severity, while each patient has a smart device in a server and various healthcare sensors (smart phone, healthcare device, etc.) to collect the NIHSS 17 features and age. The NIHSS-based stroke severity prediction and in-depth analysis system proposed in this paper is used for execution and service according to the following procedure.
  • Elderly users of stroke severity prediction and in-depth analysis applications collect real-time NIHSS data using various healthcare devices. The collected NIHSS data is transmitted to the medical network server through a wired or wireless communication network.
  • The medical data server updates in real-time the NIHSS data collected by individual patients. In addition, the individual NIHSS data and health medical examination information are saved and transmitted to the health-screening information collection in the repository.
  • Individual health screening and NIHSS data stored in the database of health screening data collection should be updated after filtering outlier or missing values. The data collected and stored in the database of health screening data collection is transmitted, in real-time, to the individual patient shared authentication module.
  • The patient data and information collected at the medical center repository are forwarded to a module that generates a stroke severity learning model. Stroke severity learning model using NIHSS data analyzes patient-specific NIHSS data collected in real-time to determine the severity of stroke risk. In addition, to predict and analyze more accurate and faster stroke severity, important features in the medical center repository are selected or reduced, to ensure optimal prediction accuracy.
  • The stroke severity learning and prediction model of the present system can select various machine learning algorithms and perform learning repeatedly. We also provide models that provide optimal prediction accuracy and analysis information through repetitive learning and performance verification.
  • When NIHSS data collected in real-time is executed in the predictive model, it is possible to determine the severity of stroke and in-depth analysis information. In addition, the stroke severity prediction value and analysis information is provided to the system administrator. System administrators can provide alarms for stroke risk to patients and their families.
  • In general, machine learning is a mechanism that generates a prediction model through random learning, and classifies and predicts real-time stroke severity by class using actual data. In this system, semantic analysis and in-depth analysis algorithms, such as the C4.5 decision tree, Bayesian, logistic regression, and random forest, which are represented by an analytical model rather than a black box of machine learning, can be utilized.
  • Stroke severity management and monitoring server in the cloud-based environment receives the prediction and in-depth analysis of the severity for each patient. In addition, the stroke severity value and the analysis information are transmitted to the patient and the medical doctor, to execute an alarm application for emergency situations.

4. Experiment and Analysis

4.1. Experimental Environment and Considerations

In this study, we verified the performance using Hall et al. [40] in a Java-based data mining package and the Shi et al. [41] for extreme gradient boosting. Our experimental data used in this research were collected at the emergency medical center of Chungnam National University Hospital in Korea. Clinical data collection for stroke patients was conducted within 3 days of the definite diagnosis date, and data was collected from 287 patients from 2015 to 2017. We selected 227 HINSS data from the finally selected clinical trial data, excluding 44 patients with outlier or missing values. Experimental patients were older than 65 years consisting of 117 men and 110 women. We divided the research into 17 features, such as the Level of Consciousness (LOC), LOC questions, LOC commands, best gaze, visual, facial palsy, motor leg (left), motor leg (right), motor arm (left), motor arm (right), sensory, dysarthria, best language, limb ataxia, extinction and inattention (formerly neglect), distal motor function (left), and distal motor function (right) of the NIHSS features. Additionally, by including the age in the experimental data, the severity of a stroke patient was measured using a total of 18 features. All stroke patients were subjected to a pre-defined measurement scenario in a separate room in the emergency center, and NIHSS feature values were evaluated according to patient response. Each patient had a normal NIHSS score close to zero, but an elderly patient with a higher score means severe stroke severity. The individual scores from each item are summed to calculate a patient’s total NIHSS score. The maximum possible score is 42, and the minimum score is 0. The severity index of the stroke is classified into five classes according to the NIHSS score, as shown in Table 7 below. In a total of 227 stroke patient class distribution, 127 patients with ‘minor stroke’, 84 patients with ‘moderate stroke’, 10 patients with ‘moderate to severe stroke’, and six patients with ‘severe stroke’.
Table 8 below shows the actual values for age and NIHSS 17 features for each patient at Chungnam National University Hospital.

4.2. An In-Depth Analysis on the Stroke Severity Using Machine Learning

This experiment classifies and predicts the stroke severity using C4.5 decision tree algorithm, which is representative of machine learning methodology. In this experiment, four classes of stroke severity were classified, and their performance was verified. In this study, a total of 227 clinical NIHSS data were used, and a machine learning model was generated by randomly extracting data from 182 patients. We performed the tests with NIHSS data from 45 patients—the remaining 20% who did not participate in the learning model generation. In order to measure the classification and prediction accuracy of the proposed system, we used recall and precision as performance evaluation [42,43,44]. For each patient’s NIHSS feature, the data correctly classified into that class is shown as a true positive (TP). Next, the data of misclassification patient are expressed as false positives (FP). The patient’s NIHSS data from a class that are falsely labeled as belonging to another class are denoted as false negatives (FN). Recall represents the ratio of TP to TP + FN. Recall means the unit of data that is misclassified by each class. Precision represents the ratio of TP to TP + FP. Precision means the number of correctly identified data for each class. Overall accuracy is the percentage of correctly identified data for each class divided by data elements of all classes.
R e c a l l = T P T P + F N  
P r e c i s i o n = T P T P + F P  
O v e r a l l   a c c u r a c y =     S u m   o f   t h e   e l e m e n t   o f   T P   i n   e a c h   c l a s s T o t a l   e l e m e n t  
The accuracy of the stroke severity classification and prediction was measured by experimental comparison with C4.5 decision tree and random forest, logistic regression, classification and regression tree (CART), extreme gradient boosting (XgBoost), naïve Bayes, artificial neural network (ANN), multi-class support vector machine (SVM), and one-class support vector data description (SVDD), a delegate advanced research methodology. We used the correlation feature selection (CFS) described to select the optimal feature subset for an accurate classification and prediction of each class representing stroke severity [42,43,44,45]. The feature subset selected by the CFS is as follows: level of consciousness, LOC questions, LOC commands, facial palsy, motor arm (right), motor leg (left), motor leg (right), best language, dysarthria, extinction and inattention (formerly neglect). Table 9 compares the results of using only 11 features selected by the CFS and the classification and prediction results using all 18 features.
The results of the experiment show that the classification and prediction accuracy was higher in the case of using all the features in the initial stroke severity evaluation than in the case of using the optimal 11 feature subset [45,46,47]. For this reason, rather than removing the NIHSS features that are rarely used or duplicated by the CFS [43,46,47], important feature selection was made using the information gain or gain ratio of the decision tree model, such as C4.5 or random forest algorithms. In the C4.5 decision tree algorithm, the parameters are set and tested with the confidence threshold for pruning at 0.5, the seed value is 1, and the minimum number of leaf nodes is 1. In the random forest algorithm, the number of trees was set to 100, the iteration was 200 times, the seed value was set to 1, the tree showed stable performance at least 100, and the iteration was 150 times or more. For logistic regression, the batch size was set to 100 and the ridge parameter value was set to 1.0E-8. In CART, the impurity was set as the splitting rule that best distinguishes the distribution of target variables. In addition, the impurity was set to the gini, the confidence threshold for pruning was 0.5, and the stopping rule was set to end when impurity no longer dropped. In XgBoost, we experimented by setting the learning rate value to 0.25, the learning rate value is set to 0.01, the gamma value to 0, the tree depth to 12, and the subsampling value to 1. The learning rate value showed relatively stable accuracy from 0.01 to 0.001, and, in this paper, the optimal stroke severity prediction accuracy when set to 0.01. Naïve Bayes showed the best performance when the batch size was set to 100 and the number of decimal places was set to 2. ANN was tested by setting the learning rate to 0.03, the momentum to 0.2, the number of hidden layers to 2, and the number of nodes to the hidden layer to 24. In the two SVM algorithms, the trade-off constant C in the Gaussian Kernel function is set to C = 0.1 in both phases. The parameter σ in the Gaussian Kernel function are chosen as 0.02 and 0.03 in the multi-class SVM and one-class SVM of our experiment, respectively. Furthermore, the C4.5 decision tree and random forest algorithms have the advantage of being able to perform an interpretative analysis of stroke severity and rule-based analysis, unlike previous studies. In addition, it has the advantage of predicting stroke severity more quickly and accurately, and executing system operations efficiently.
Figure 2 shows our performance evaluation of the overall accuracy. In our experiment, the health stroke scale classification and prediction for elderly were used with different datasets. Figure 2 illustrates the accuracy of stroke severity prediction with all features and only 11 attributes based on CFS. In particular, when generating a predictive model by fixing a training set and a test set, an overfitting problem that works well only in a test set may occur. Therefore, in this experiment, the performance is verified by constructing a training set and a test set with 10-fold and 20-fold cross validation to minimize overfitting, while repeatedly tuning the stroke severity predictive model. As a result, when using all NIHSS features, the C4.5 decision tree algorithm showed the highest classification and prediction accuracy in recall and precision.
Table 10 below shows the C4.5-based classification and overall accuracy of class of stroke severity. In this experiment, a total of 227 clinical NIHSS data were used, and a machine learning model was generated by randomly extracting data from 182 patients. We performed the tests with NIHSS data from 45 patients, the remaining 20% who did not participate in the learning model generation. Each class consisted of 24 minor stroke severity patients, 19 moderate stroke severity patients, one moderate-to-severe stroke patient and one severe stroke patient. The results of the test correctly found 22 out of 24 stroke severity patients in the ‘minor stroke’ class, 16 out of 19 stroke severity patients in the ‘moderate stroke’ class, and classified and predicted the ‘moderate-to-severe stroke’ and ‘severe stroke’ class for either patient (refer to Table 9). Experimental results show that the system enables this by reducing the patient NIH stroke scale measurement time and making the operation more efficient, with overall accuracy using the C4.5 algorithm of 91.11%.
Figure 3 shows a C4.5-based tree structure for the classification and prediction by stroke severity types of the Korean elderly. The figure shows than stroke severity types can be precisely classified with thirteen features. The twenty rules obtained from this experiment are shown in Figure 3 below (refer to Table 11).
Our analysis of the rules in Table 11 of the C4.5 decision tree reveals that the stroke severity could be precisely classified and predicted with only 13 out of the 18 features that were defined in this system. Therefore, reducing the features used in the classification and prediction can not only improve the classification and prediction speed, but can also can improve the precision of the classification and prediction system.

5. Conclusions

In this paper, we propose a system to detect and in-depth analysis stroke severity of elderly aged over 65 years based on the NIHSS features, based on the C4.5 decision tree algorithm. The proposed stroke severity prediction and in-depth analysis system has the following advantages. First, our system that automatically classifies and analysis stroke severity into four classes using NIHSS features collected in real-time. Second, the system provides patients and their families with alarm information of stroke severity in real-time, so patients can receive medical center visits and emergency care. Third, the additional in-depth rules provided in C4.5 decision tree were analyzed, and semantic analysis was performed. Lastly, during the operation of an actual system, the proposed model uses only 13 features out of the 18 NIHSS features, including age, so that it can provide faster and more accurate service support. To summarize the advantages of our system, the NIHSS measurement time of the patient can be scientifically reduced. In addition, it can contribute to securing the golden time for emergency care of a patient and providing highly reliable services.
The in-depth analysis method applied in this paper to stroke severity and stroke disease prediction based on the C4.5 decision tree is innovative research, which has not previously been attempted, and offers considerable potential for future applications. However, decision tree algorithms, due to their nature, do not provide as complete a semantic analysis as the predictive model algorithm. Therefore, our future work will use association rule mining as a research tool for useful knowledge discovery and analysis, which is inherent in the mechanism for initial stroke assessment of disability and the recurrence prediction.

Author Contributions

Formal analysis, S.P. and H.L.; Funding acquisition, C.-S.P.; Methodology, S.P. and C.-S.P.; Software, J.Y.; Supervision, Y.S.L.; Validation, H.L.; Writing—original draft, J.Y.; Writing—review & editing, Y.S.L. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the National Research Council of Science & Technology (NST) grant by the Korea government (MSIP) (No. CRC-15-05-ETRI).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Statistics Korea. The Cause of Death Statistics in Koreans. Available online: Kosis.kr/eng/statisticsList/statisticsListIndex.do?menuId=M_01_01&vwcd=MT_ETITLE&parmTabId=M_01_01#SelectStatsBoxDiv (accessed on 25 June 2020).
  2. Racosta, J.M.; Guglielmo, D.; Klein, F.R.; Riccio, P.M.; Giacomelli, F.M.; Toledo, M.E.G.; Cassará, F.P.; Tamargo, A.; Delfitto, M.; Sposato, L.A. Stroke severity score based on six signs and symptoms the 6 score—A simple tool for assessing stroke severity and in-hospital mortality. J. Stroke 2014, 16, 178–183. [Google Scholar] [CrossRef] [Green Version]
  3. Lee, H.J.; Lee, J.S.; Choi, J.C.; Cho, Y.; Kim, B.J.; Bae, H.; Kim, D.; Ryu, W.; Cha, J.; Kim, D.H.; et al. Simple estimates of symptomatic intracranial hemorrhage risk and outcome after intravenous thrombolysis using age and stroke severity. J. Stroke 2017, 19, 229–231. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  4. Sengupta, A.; Rajan, V.; Bhattacharya, S. A statistical model for stroke outcome prediction and treatment planning. In Proceedings of the IEEE 38th Annual International Conference of the Engineering in Medicine and Biology Society (EMBC), Orlando, FL, USA, 16–20 August 2016; pp. 2516–2519. [Google Scholar]
  5. Zhang, Q.; Xie, Y.; Ye, P.; Pang, G. Acute ischaemic stroke prediction from physiological time series patterns. J. Australas. Med. 2013, 6, 280–286. [Google Scholar] [CrossRef] [PubMed]
  6. Chien, K.L.; Su, T.C.; Hsu, H.C.; Chang, W.T.; Chen, P.C.; Sung, F.C.; Chen, M.F.; Lee, Y.T. Constructing the prediction model for the risk of stroke in a Chinese population. Am. Heart Assoc. 2010, 41, 1858–1864. [Google Scholar] [CrossRef] [Green Version]
  7. Brott, T.; Adams, H.P.; Olinger, C.P.; Marler, J.R.; Brasan, W.G.; Biller, J.; Spilker, J.; Holleran, R.; Eberle, R.; Hertzberg, V. Measurements of acute cerebral infarction: A clinical examination scale. Am. Heart Assoc. 1989, 20, 864–870. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  8. Lyden, P.; Brott, T.; Tilley, B.; Welch, K.M.; Mascha, E.J.; Levine, S.; Haley, E.C.; Grotta, J.; Marler, J. Improved reliability of the NIH Stroke Scale using video training: NINDS TPA stroke study group. Am. Heart Assoc. 1994, 25, 2220–2226. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  9. Meyer, B.C.; Lyden, P.D. The modified National Institutes of health stroke scale: Its time has come. J. Stroke 2009, 4, 267–273. [Google Scholar] [CrossRef]
  10. Schlegel, D.; Kolb, S.J.; Luciano, J.M.; Tovar, J.M.; Cucchiara, B.L.; Liebeskind, D.S.; Kasner, S.E. Utility of the NIH stroke scale as a predictor of hospital disposition. Am. Heart Assoc. 2003, 34, 134–137. [Google Scholar] [CrossRef] [Green Version]
  11. Yu, J.; Kim, D.; Park, H.; Chon, S.; Cho, K.H.; Kim, S.; Yu, S.; Park, S.; Hong, S. Semantic analysis of NIH stroke scale using machine learning techniques. In Proceedings of the 2019 International Conference on Platform Technology and Service (PlatCon), Jeju, Korea, 28–30 January 2019; pp. 82–86. [Google Scholar]
  12. Lai, S.M.; Duncan, P.W.; Keighley, J. Prediction of functional outcome after stroke: Comparison of the orpington prognostic scale and the NIH stroke scale. Am. Heart Assoc. 1998, 29, 1838–1842. [Google Scholar] [CrossRef]
  13. Powers, D.W. Assessment of the stroke patient using the NIH stroke scale. Emerg. Med. Serv. 2001, 30, 52–56. [Google Scholar]
  14. Shrestha, S.; Poudel, R.S.; Khatiwada, D.; Thapa, L. Stroke subtype, age, and baseline NIHSS score predict ischemic stroke outcomes at 3 months a preliminary study from Central Nepal. J. Multidiscip. Healthc. 2015, 8, 443–448. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  15. Sartor, E.A.; Albright, K.; Boehme, A.K.; Morales, M.M.; Shaban, A.; Grotta, J.C.; Savitz, S.I.; Martin, S. The NIHSS score and its components can predict cortical stroke. J. Neurol. Disord. Stroke 2013, 2, 73–78. [Google Scholar]
  16. Wolf, P.A.; D’Agostino, R.B.; Belanger, A.J.; Kannel, W.B. Probability of stroke: A risk profile from the Framingham study. Am. Heart Assoc. 1991, 22, 312–318. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  17. D’Agostino, R.B.; Vasan, R.S.; Pencina, M.J.; Wolf, P.A.; Cobain, M.; Massaro, J.M.; Kannel, W.B. General cardiovascular risk profile for use in primary care. Am. Heart Assoc. 2008, 6, 743–753. [Google Scholar] [CrossRef] [Green Version]
  18. Jee, S.H.; Park, J.W.; Lee, S.Y.; Nam, B.H.; Ryu, H.G.; Kim, S.Y.; Kim, Y.N.; Lee, Y.; Choi, S.M.; Yun, J.E. Stroke risk prediction model: A risk profile from the Korean study. J. Atheroscler. 2008, 197, 318–325. [Google Scholar] [CrossRef] [PubMed]
  19. Wang, T.J.; Massaro, J.M.; Levy, D.; Vasan, R.S.; Wolf, P.A.; D’Agostino, R.B.; Larson, M.G.; Kannel, W.B.; Benjamin, E.J. A risk score for predicting stroke or death in individuals with new-onset atrial fibrillation in the community: The framingham heart study. JAMA Netw. 2003, 290, 1049–1056. [Google Scholar] [CrossRef] [PubMed]
  20. Wang, S.; Zhang, J.; Lu, W. Sample size calculation for the proportional hazards model with a time-dependent covariate. Comput. Stat. Data Anal. 2014, 74, 217–227. [Google Scholar] [CrossRef]
  21. Barrett-Connor, E.; Cox, D.A.; Song, J.; Mitlak, B.; Mosca, L.; Grady, D. Raloxifene and risk for stroke based on the Framingham stroke risk score. Am. J. Med. 2009, 122, 754–761. [Google Scholar] [CrossRef]
  22. Carroll, K.J. On the use and utility of the Weibull model in the analysis of survival data. J. Control. Clin. Trials 2003, 24, 682–701. [Google Scholar] [CrossRef]
  23. Kannel, W.B.; McGee, D.L.; Castelli, W.P. Latest perspectives on cigarette smoking and cardiovascular disease. J.Card. Rehabil. 1984, 4, 267–277. [Google Scholar]
  24. Antithrombotic Trialists′ Collaboration. Collaborative meta-analysis of randomised trials of antiplatelet therapy for prevention of death, myocardial infarction, and stroke in high risk patients. BMJ 2002, 324, 71–86. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  25. Ay, H.; Furie, K.L.; Singhal, A.; Smith, W.S.; Sorensen, A.G.; Koroshetz, W.J. An evidence-based causative classification system for acute ischemic stroke. Am. Neurol. Assoc. 2005, 58, 688–697. [Google Scholar] [CrossRef] [PubMed]
  26. National Health Insurance Service (NHIS). Available online: www.nhis.or.kr/retrieveHomeMain.xx (accessed on 25 June 2020).
  27. Lee, J.S.; Park, J.M.; Lee, T.H.; Lee, K.B.; Cho, S.J.; Han, Y.J.; Bae, M.K.; Lee, H.J.; Lee, J.Y. Development of a stroke prediction model for Korean. Korean Neurol. Assoc. 2010, 28, 13–21. [Google Scholar]
  28. American Heart Association. Available online: www.heart.org/en/health-topics/high-blood-pressure/understanding-blood-pressure-readings (accessed on 25 June 2020).
  29. Williams, B.T.; Dixon, R.A. Biochemical testing for acute medical emergencies in four district general hospitals. Br. Med. J. 1979, 1, 1313–1315. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  30. D’Agostino, R.B.; Wolf, P.A.; Belanger, A.J.; Kannel, W.B. Stroke risk profile: Adjustment for antihypertensive medication: The Framingham study. Am. Heart Assoc. 1994, 25, 40–43. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  31. Khosla, A.; Cao, Y.; Lin, C.C.; Chiu, H.K.; Hu, J.; Lee, H. An integrated machine learning approach to stroke prediction. In Proceedings of the 16th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Washington, DC, USA, 25–28 July 2010; pp. 183–192. [Google Scholar]
  32. Sundstrom, C. Machine Learning Algorithms for Stroke Diagnostics. Master’s Thesis, Biomedical Engineering Chalmers University of Technology-SE-412 96, Gothenburg, Sweden, 2014. [Google Scholar]
  33. Singh, M.S.; Choudhary, P. Stroke prediction using artificial intelligence. In Proceedings of the Industrial Automation and Electromechanical Engineering Conference (IEMECON), Bangkok, Thailand, 16–18 August 2017; pp. 158–161. [Google Scholar]
  34. Alexopoulos, E.; Dounias, G.D.; Vemmos, K. Medical diagnosis of stroke using inductive machine learning. Mach. Learn. Appl. 1999, 20–23. [Google Scholar]
  35. Sut, N.; Celik, Y. Prediction of mortality in stroke patients using multilayer perceptron neural networks. Turk. J. Med. Sci. 2012, 42, 886–893. [Google Scholar]
  36. Agrawal, R.; Imielinski, T.; Swami, A. Mining association rules between sets of items in large databases. In Proceedings of the ACM SIGMOD International Conference on Management of Data, Washington, DC, USA, 25–28 May 1993; pp. 207–216. [Google Scholar]
  37. Quinlan, J.R. Induction of decision trees. Mach. Learn. 1986, 1, 81–106. [Google Scholar] [CrossRef] [Green Version]
  38. Quinlan, J. C4.5: Programs for Machine Learning; Morgan Kaufmann Publishers: San Mateo, CA, USA, 1993. [Google Scholar]
  39. Kim, S.; Oh, S. Decision-tree-based Markov model for phrase break prediction. ETRI J. 2007, 29, 527–529. [Google Scholar] [CrossRef]
  40. Hall, M.; Frank, E.; Holmes, G.; Pfahringer, B.; Reutemann, P.; Witten, L.H. The WEKA data mining software: An update. ACM SIGKDD Explor. Newsl. 2009, 11, 10–18. [Google Scholar] [CrossRef]
  41. Shi, H.; Wang, H.; Huang, Y.; Zhao, L.; Qin, C.; Liu, C. A hierarchical method based on weighted extreme gradient boosting in ECG heartbeat classification. Comput. Methods Programs Biomed. 2019, 171, 1–10. [Google Scholar] [CrossRef] [PubMed]
  42. Yu, J.; Lee, H.; Im, Y.; Kim, M.S.; Park, D. Real-time classification of Internet application traffic using a hierarchical multi-class SVM. Trans. Internet Inf. Syst. 2010, 4, 859–876. [Google Scholar] [CrossRef]
  43. Yu, J.; Kim, M.; Bang, H.C.; Bae, S.H.; Kim, S.J. IoT as a applications: Cloud-based building management systems for the internet of things. Multimed. Tools Appl. 2016, 75, 14583–14596. [Google Scholar] [CrossRef]
  44. Yu, J.; Lee, B.; Park, D. Real-time cooling load forecasting using a hierarchical multi-class SVDD. Multimed. Tools Appl. 2014, 71, 293–307. [Google Scholar] [CrossRef]
  45. Oh, I.; Lee, J.; Moon, B. Hybrid genetic algorithms for feature selection. IEEE Trans. Pattern Anal. Mach. Intell. 2004, 26, 1424–1437. [Google Scholar] [PubMed] [Green Version]
  46. Hall, M. Correlation-Based Feature Selection for Machine Learning. Ph.D. Thesis, Waikato University, Hamilton, New Zealand, 1998. [Google Scholar]
  47. Yu, L.; Liu, H. Efficient feature selection via analysis of relevance and redundancy. J. Mach. Learn. Res. 2004, 5, 1205–1224. [Google Scholar]
Figure 1. The proposed system architecture for stroke severity prediction and analysis of the elderly.
Figure 1. The proposed system architecture for stroke severity prediction and analysis of the elderly.
Mathematics 08 01115 g001
Figure 2. The Performance evaluation of the overall accuracy with various datasets.
Figure 2. The Performance evaluation of the overall accuracy with various datasets.
Mathematics 08 01115 g002
Figure 3. The C4.5-based tree structure for stroke severity types classification and prediction.
Figure 3. The C4.5-based tree structure for stroke severity types classification and prediction.
Mathematics 08 01115 g003
Table 1. Age-based standard deviation analysis.
Table 1. Age-based standard deviation analysis.
GenderPatients (N)MeanStandard DeviationMaximumMinimum
Male11774.446.7759065
Female11077.826.6619965
Table 2. Baseline characteristics for subjects (N = 287).
Table 2. Baseline characteristics for subjects (N = 287).
CharacteristicsNoCharacteristicsNo
Gender Lesions
Male149 Infarction
Female138  Anterior Cerebral Artery7
Age    Middle Cerebral Artery164
65~6963  Posterior Cerebral Artery25
70~79120   Basilar artery, Vertebral artery76
80~8984 Hemorrhage
≥908 Cortex4
Causes  Basal ganglion2
Infarction267 Thalamus4
Hemorrhage16 Brain stem2
Transient ischemic attacks 4 Cerebellum1
History  Others3
Hypertension179NIHSS
Diabetes790 (No Stroke Symptoms)16
Previous stroke461~4 (Minor Stroke)149
Cardiovascular disease 205~15 (Moderate Stroke)88
Nothing8716~20 (Moderate to Severe Stroke)11
Symptom 21~42 (Severe Stroke)8
Weakness182ECG
Dysarthria113Normal ECG108
Aphasia26Abnormal ECG154
Decreased consciousness40Borderline ECG18
Facial palsy21
Headache12
Dizziness42
Paresthesia12
Table 3. Characteristics of the emergency room for stroke patients.
Table 3. Characteristics of the emergency room for stroke patients.
Vital Sign (N = 286)Mean ± SDNormal
Systolic Blood Pressure (mmHg)154 ± 17.5<120 mmHg
Diastolic Blood Pressure (mmHg)84 ± 12.5<80 mmHg
Pulse (beat/min)79 ± 14.480–100
Respiration Rate (#/min)20 ± 212–20
Body Temperature (°C)37 ± 036.1 °C–37.2 °C
Blood Pressure Test (N = 286)Less Than NormalNormalMore Than Normal
Systolic Blood Pressure (mmHg)087199
Diastolic Blood Pressure (mmHg)8178100
Emergency Blood Test (N = 284)Less Than NormalNormalMore Than Normal
WBC (103/uL)323348
RBC (106/uL)1251581
Hb (g/dL)572189
Hct (%)6618236
Platelet (103/uL)312494
MCV (fL)526415
MCH (pg)32810
MCHC (g/dL)12803
MPV (fl)126221
Seg.Neutro (%)121172
Lymphocyte (%)802004
Monocyte (%)1924619
Eosinophil (%)02822
Basophil (%)02840
Table 4. Characteristics of the emergency chemical test.
Table 4. Characteristics of the emergency chemical test.
Emergency Chemical Test (N = 261)Less Than NormalNormalMore Than Normal
TP(n) (g/dL)472113
Albumin (g/dL)197640
Glucose(n) (mg/dL)1105155
TB(n) (mg/dL)1223514
T.chol(n) (mg/dl)2119446
AST(GOT) (U/L)025011
ALT(GPT) (U/L)02529
ALP (U/L)62514
CK(CPK) (U/L)5519610
UN (U/L)318870
Cr (mg/dL)20121120
Na (mEq/L)023031
K (mEq/L)132471
CI (mEq/L)1222920
P (mEq/L)242352
Tca (mg/dL)681921
CRP (mEq/L)021150
CK-MB (ng/mL)723717
Troponin I (ng/mL)1222328
Table 5. Characteristics of the emergency coagulation and urinalysis test.
Table 5. Characteristics of the emergency coagulation and urinalysis test.
Emergency Coagulation Test (N = 281)Less Than NormalNormalMore Than Normal
aPTT (sec)132644
PT (sec)14013011
PT (%)72740
PT(INR) (ratio)02801
Emergency Urinalysis Test (N = 161)Less Than NormalNormalMore Than Normal
SG114812
pH01610
RBC (HPF)012536
WBC (HPF)012734
Sq.epi.cell (HPF)01601
Table 6. The Spearman correlation coefficients (rho) for each National Institutes of Health Stroke Scale (NIHSS) feature of the Korean elderly.
Table 6. The Spearman correlation coefficients (rho) for each National Institutes of Health Stroke Scale (NIHSS) feature of the Korean elderly.
Instructions1a1b1c2345a5b6a6b789101112a12b
1a. Level of Consciousness1.00
1b. LOC Questions0.420**1.00
1c. LOC Commands0.502 **0.785 **1.00
2. Best Gaze0.400 **0.209 **309 **1.00
3. Visual−0.0270.0210.0520.0141.00
4. Facial Palsy0.0530.1010.0960.250 **−0.138 *1.00
5a. Motor Arm (Left)0.236 **0.389 **0.456 **0.174 **0.0330.1021.00
5b. Motor Arm (Right)0.337 **0.0680.143 *0.382 **−0.1140.191 **−0.21 **1.00
6a. Motor Leg (Left)0.228 **0.332 **0.408 **0.182 **0.0180.1030.834 **−0.22 **1.00
6b. Motor Leg (Right)0.342 **0.0530.1250.375 **−0.0400.176 **−0.21 **0.847 **−0.21 **1.00
7. Limb Ataxia−0.039−0.063−0.114−0.0530.045−0.071−0.158 *−0.117−0.167 *−0.132 *1.00
8. Sensory−0.038−0.22 **−0.139 *0.010−0.1120.023−0.138 *0.083−0.1010.013−0.0671.00
9. Best Language0.349 **0.770 **0.757 **0.206 **0.0720.1070.480 **−0.0340.403 **−0.052−0.080−0.162*1.00
10. Dysarthria0.233 **0.200 **0.313 **0.285 **0.0100.291 **0.291 **0.0950.263 **0.140 *−0.090−0.0140.292 **1.00
11. Extinction and Inattention0.148 *0.183 **0.184 **0.534 **−0.0330.336 **0.0560.396 **0.0560.379 **−0.0940.0280.138 *0.251 **1.00
12. Distal Motor Function (Left)−0.0330.029−0.1270.0170.079−0.098−0.197−0.219−0.27−0.139−0.059−0.119−0.0510.49−0.0691.00
12. Distal Motor Function (Right)−0.026−0.1030.1130.0140.059−0.058−0.1330.094−0.127−0.069−0.069−0.210.0380.86−0.0330.0711.00
** p < 0.01; * p < 0.05.
Table 7. Stroke severity class of NIHSS.
Table 7. Stroke severity class of NIHSS.
NIHSS Score Stroke Severity
0 No Stroke Symptoms
1~4 Minor Stroke
5~15 Moderate Stroke
16~20 Moderate to Severe Stroke
21~42 Severe Stroke
Table 8. An example of the NIHSS score.
Table 8. An example of the NIHSS score.
Age1a1b1c2345a5b6a6b789101112a12b
6800000104040001010
8621110112011020101
7500000210010000100
9222200031032002210
6501011021012001100
Table 9. The performance measurement for stroke severity prediction accuracy (%).
Table 9. The performance measurement for stroke severity prediction accuracy (%).
Performance MeasureAll Features UsedCorrelation Feature Selection (CFS) (11 Features Used)
Methods RecallPrecisionRecallPrecision
C4.5 decision tree91.193.388.987.5
Random forest88.990.789.490.3
Logistic regression88.990.986.786.6
CART89.892.188.489.8
XgBoost88.689.688.991.2
Naïve Bayes84.488.182.286.7
ANN(MLP)86.685.791.192.3
Multi-class SVM82.284.580.082.1
One-class SVM80.085.484.487.8
Table 10. The performance evaluation in stroke severity class classification and prediction.
Table 10. The performance evaluation in stroke severity class classification and prediction.
Minor StrokeModerate StrokeModerate to Severe StrokeSevere StrokeOverall Accuracy
91.67%84.21%100%100%91.11%
Table 11. The rules for stroke severity classification and in-depth analysis.
Table 11. The rules for stroke severity classification and in-depth analysis.
Rule #A Rules and Analysis Results Found in Figure 3.
1IF 1 < Best Language ≤ 2 AND age ≤ 84 THEN Moderate stroke.
2IF 1 < Best Language ≤ 2 AND age > 84 THEN Moderate-to-severe stroke.
3IF Best Language > 2 AND LOC Commands ≤ 1 THEN Moderate stroke.
4IF Best Language > 2 AND LOC Commands > 1 AND Motor Leg (Right) ≤ 0 Moderate-to-severe stroke.
5IF Best Language > 2 AND LOC Commands > 1 AND Motor Leg (Right) > 0 AND Dysarthria ≤ 1 THEN Moderate-to-severe stroke.
6IF Best Language > 2 AND LOC Commands > 1 AND Motor Leg (Right) > 0 AND Dysarthria > 1 THEN Severe stroke.
7IF Best Language ≤ 1 AND Motor Leg (Right) > 1 THEN Moderate stroke.
8IF Best Language ≤ 1 AND Motor Leg (Right) ≤ 1 AND Extinction and Inattention > 0 THEN Moderate stroke.
9IF Best Language ≤ 1 AND Motor Leg (Right) ≤ 1 AND Extinction and Inattention ≤ 0 AND Facial Palsy ≤ 0 AND Motor Arm (Left) ≤ 0 THEN Minor stroke.
10IF Best Language ≤ 1 AND Motor Leg (Right) ≤ 1 AND Extinction and Inattention ≤ 0 AND Facial Palsy ≤ 0 AND Motor Arm (Left) > 1 THEN Moderate stroke.
11IF Best Language ≤ 1 AND Motor Leg (Right) ≤ 1 AND Extinction and Inattention ≤ 0 AND Facial Palsy ≤ 0 AND > 0 Motor Arm (Left) ≤ 1 AND Level of Consciousness > 0 THEN Moderate stroke.
12IF Best Language ≤ 1 AND Motor Leg (Right) ≤ 1 AND Extinction and Inattention ≤ 0 AND Facial Palsy ≤ 0 AND > 0 Motor Arm (Left) ≤ 1 AND Level of Consciousness > 0 AND LOC Questions > 0 THEN Moderate stroke.
13IF Best Language ≤ 1 AND Motor Leg (Right) ≤ 1 AND Extinction and Inattention ≤ 0 AND Facial Palsy ≤ 0 AND > 0 Motor Arm (Left) ≤ 1 AND Level of Consciousness > 0 AND LOC Questions ≤ 0 Motor Leg (Left) ≤ 2 THEN Minor stroke.
14IF Best Language ≤ 1 AND Motor Leg (Right) ≤ 1 AND Extinction and Inattention ≤ 0 AND Facial Palsy ≤ 0 AND > 0 Motor Arm (Left) ≤ 1 AND Level of Consciousness > 0 AND LOC Questions ≤ 0 Motor Leg (Left) > 2 THEN Moderate stroke.
15IF Best Language ≤ 1 AND Motor Leg (Right) ≤ 1 AND Extinction and Inattention ≤ 0 AND Facial Palsy > 0 AND Limb Ataxia > 0 THEN Moderate stroke.
16IF Best Language ≤ 1 AND Motor Leg (Right) ≤ 1 AND Extinction and Inattention ≤ 0 AND Facial Palsy > 0 AND Limb Ataxia ≤ 0 AND Motor Arm (Left) > 0 AND Motor Leg (Left) ≤ 0 THEN Minor stroke.
17IF Best Language ≤ 1 AND Motor Leg (Right) ≤ 1 AND Extinction and Inattention ≤ 0 AND Facial Palsy > 0 AND Limb Ataxia ≤ 0 AND Motor Arm (Left) > 0 AND Motor Leg (Left) > 0 THEN Moderate stroke.
18IF Best Language ≤ 1 AND Motor Leg (Right) ≤ 1 AND Extinction and Inattention ≤ 0 AND Facial Palsy > 0 AND Limb Ataxia ≤ 0 AND Motor Arm (Left) ≤ 0 AND LOC Questions > 0 THEN Moderate stroke.
19IF Best Language ≤ 1 AND Motor Leg (Right) ≤ 1 AND Extinction and Inattention ≤ 0 AND Facial Palsy > 0 AND Limb Ataxia ≤ 0 AND Motor Arm (Left) ≤ 0 AND LOC Questions ≤ 0 Motor Arm (R) ≤ 2 THEN Minor stroke.
20IF Best Language ≤ 1 AND Motor Leg (Right) ≤ 1 AND Extinction and Inattention ≤ 0 AND Facial Palsy > 0 AND Limb Ataxia ≤ 0 AND Motor Arm (Left) ≤ 0 AND LOC Questions ≤ 0 Motor Arm (R) > 2 THEN Moderate stroke.

Share and Cite

MDPI and ACS Style

Yu, J.; Park, S.; Lee, H.; Pyo, C.-S.; Lee, Y.S. An Elderly Health Monitoring System Using Machine Learning and In-Depth Analysis Techniques on the NIH Stroke Scale. Mathematics 2020, 8, 1115. https://doi.org/10.3390/math8071115

AMA Style

Yu J, Park S, Lee H, Pyo C-S, Lee YS. An Elderly Health Monitoring System Using Machine Learning and In-Depth Analysis Techniques on the NIH Stroke Scale. Mathematics. 2020; 8(7):1115. https://doi.org/10.3390/math8071115

Chicago/Turabian Style

Yu, Jaehak, Sejin Park, Hansung Lee, Cheol-Sig Pyo, and Yang Sun Lee. 2020. "An Elderly Health Monitoring System Using Machine Learning and In-Depth Analysis Techniques on the NIH Stroke Scale" Mathematics 8, no. 7: 1115. https://doi.org/10.3390/math8071115

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