Next Article in Journal
Reduction in Serum Magnesium Levels and Renal Function Are Associated with Increased Mortality in Obese COVID-19 Patients
Previous Article in Journal
Beneficial Effects of Milk-Derived Extracellular Vesicles on Liver Fibrosis Progression by Inhibiting Hepatic Stellate Cell Activation
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Estimation of Left Ventricular Ejection Fraction Using Cardiovascular Hemodynamic Parameters and Pulse Morphological Characteristics with Machine Learning Algorithms

1
Department of Computer Science and Information Engineering, Chaoyang University of Technology, Taichung City 41349, Taiwan
2
Division of Cardiology, Department of Internal Medicine, Chang Gung Memorial Hospital, Chiayi Branch, Chiayi City 61363, Taiwan
3
College of Medicine, Chang Gung University, Taoyuan City 33305, Taiwan
4
Heart Failure Center, Chang Gung Memorial Hospital, Chiayi Branch, Chiayi City 61363, Taiwan
5
Division of Information Systems, School of Computer Science and Engineering, University of Aizu, Aizu-Wakamatsu City, Fukushima 965-8580, Japan
*
Authors to whom correspondence should be addressed.
Nutrients 2022, 14(19), 4051; https://doi.org/10.3390/nu14194051
Submission received: 2 September 2022 / Revised: 22 September 2022 / Accepted: 26 September 2022 / Published: 29 September 2022
(This article belongs to the Section Nutrition and Public Health)

Abstract

:
It is estimated that 360,000 patients have suffered from heart failure (HF) in Taiwan, mostly those over the age of 65 years, who need long-term medication and daily healthcare to reduce the risk of mortality. The left ventricular ejection fraction (LVEF) is an important index to diagnose the HF. The goal of this study is to estimate the LVEF using the cardiovascular hemodynamic parameters, morphological characteristics of pulse, and bodily information with two machine learning algorithms. Twenty patients with HF who have been treated for at least six to nine months participated in this study. The self-constructing neural fuzzy inference network (SoNFIN) and XGBoost regression models were used to estimate their LVEF. A total of 193 training samples and 118 test samples were obtained. The recursive feature elimination algorithm is used to choose the optimal parameter set. The results show that the estimating root-mean-square errors (ERMS) of SoNFIN and XGBoost are 6.9 ± 2.3% and 6.4 ± 2.4%, by comparing with echocardiography as the ground truth, respectively. The benefit of this study is that the LVEF could be measured by the non-medical image method conveniently. Thus, the proposed method may arrive at an application level for clinical practice in the future.

1. Introduction

The body relies on the pumping action of the heart to deliver blood with rich oxygen and nutrients to the cells to maintain its functions. When the heart cannot supply enough blood to the cells, the body will feel weak and short of breath. Then, people will have difficulty performing some daily activities such as climbing stairs, carrying groceries, and even walking [1]. Heart failure (HF) means that the heart does not pump properly. Most patients with HF are associated with abnormal heart contraction and relaxation because their hearts have myocardium hypertrophy and fibrosis. The diagnostic methods for HF usually use the cardiac biomarker (B-type natriuretic peptide, BNP), and the performance of heart contraction indicated by the left ventricular ejection fraction (LVEF) [2].
LVEF is defined as the ratio of stroke volume (SV) to end diastolic volume (EDV) of the left ventricular, which is a measurement of change in the contractility under conditions of constant load [3]. In the clinical practices for LVEF measurement, the medical image methods include two or three-dimensional echocardiography, nuclear imaging, cardiac computed tomography, and cardiac magnetic resonance imaging [4]. The two-dimensional echocardiography is the most popular method among them. All of these methods are expensive and available only in medical settings. If the HF patients are not carefully treated, their mortality approaches 50% within five years. How to measure the heart contractility every day conveniently at home will be a challenging topic and beneficial for patients with HF.
The cardiovascular circulative system could be described by the Windkessel model that shows the relation between the blood pressure (BP), cardiac output (CO), and systemic vascular resistance (SVR) [5,6,7]. The BP, SV and CO are fundamental measures of cardiovascular functions, and are essential for accurate understanding of cardiovascular pathophysiology, and the guidance of fluid mechanics [8]. Liu et al. used the pulse contour of the brachial artery based on the Windkessel model to estimate the SV values for 55 subjects and compared to the echocardiography. The results showed a high correlation coefficient of r = 0.693 [9]. Liu et al. also used this method to measure the changes of SV before and after the passive leg raising test for 24 subjects and compared to the impedance cardiography. The results showed a higher correlation coefficient of r = 0.842 [10]. Moreover, the pulse contour analysis (PCA) includes the time and pressure parameters of the heart’s pumping action [11,12,13,14], which could be used to evaluate the characteristics of the cardiovascular system, such as blood pressure, blood flow, left ventricular ejection time, vascular stiffness, etc. However, some studies showed that the CO measured by PCA could not be recommended to assess the CO values of HF patients whose heart has a different load and EDV conditions [15,16].
Machine learning (ML) algorithms have been widely used in physiological measurements for estimating the physiological parameters, such as blood pressure [11,17], muscle mass [18], calories [19,20], glucose [21], stroke volume [22], classifying the signal qualities of electrocardiogram [23] and photoplethysmogram [24,25], detecting arrythmia [26] and risky activities in daily life [27]. When using an ML method to process the regression or classification problem, searching the major features and finding the appropriate ML algorithms will depend on the collected data [28,29]. The feature processing is an important issue, which can directly affect the performance of the ML algorithm. The more accurate the features, the higher performance of the ML algorithm. Although some traditional statistical analysis methods have good results for clinical prediction in some cases, ML methods reignite the interest in exploiting these fields [30,31].
HF patients in the treatment not only need the drug to control their blood pressure, relax the walls of blood vessels, and reduce the heart rate [32], but also have to change their life style in prevention and management of hypertension, which include the sodium restriction, alcohol restriction, body weight reduction, smoking cessation, proper diet, and exercise adoption [33]. Thus, they need an apparatus to monitor their heart function every day. However, the blood pressure monitor is the only apparatus for the HF patients currently. In this study, we propose a novel machine learning-based method to estimate LVEF using the physiological parameters including cardiovascular, morphological, and bodily information.

2. Materials and Methods

The goal of this study is to use the ML method for estimating the LVEF of HF patients with the cardiovascular hemodynamic parameters, morphological characteristics of pulse and bodily information. There were twenty patients who participated in this study. They all had chronic HF disease, and had been treated for many years. The LVEF measured by two-dimension echocardiography was used as the ground truth to evaluate the performance of the proposed method. A special blood pressure monitor not only measured the hemodynamic parameters, but also recorded eight seconds of the blood pressure signal [10]. Thirty-three parameters were acquired. We used the optimal feature selection algorithm to search the important parameters as the input features to two ML algorithms, XGboost [34] and self-constructing neural fuzzy inference network (SoNFIN) [35], to estimate the LVEF.
Figure 1 shows the framework in this study. A blood pressure monitor could measure ten hemodynamic parameters and record the blood pressure signal [9,10]. A decision rule for the signal quality was designed to select the pulse waves with good quality. The PCA was used to extract ten hemodynamic parameters and seventeen morphological parameters from the high-quality pulses [24]. Six parameters of bodily information were included. The optimal parameters were determined by the recursive feature elimination (RFE). Finally, two ML models used these parameters to estimate the LVEF.

2.1. Cardiovascular Hemodynamic Parameters

Liu et al. proposed a pulse contour method to measure the cardiac hemodynamic parameters, which was implemented in a blood pressure monitor (iBP-130, Biostart, Taiwan) [9,10]. This apparatus has two sensors measuring the cuff pressure and pumping air flow. The digital pressure and flow sensors are FPS 520 and FDF 400 (Formosa Measurement Technology Inc. Ltd., Taipei city, Taiwan). The pressure signal is filtered by two infinite impulse response filters with the different bandwidth for the oscillometric blood pressure measurement and pulse contour analysis. The bandwidths of the filters are 0.3 Hz to 4 Hz for the blood pressure measurement, and 0.3 Hz to 20 Hz for PCA. The sampling rate was 125 Hz. Figure 2 shows the measurement procedure of this apparatus, including the building of the cuff model [36], oscillometric measurement [37], and PCA [9]. The signal of the cuff pressure is shown in Figure 2a, and its filtered signal is shown in Figure 2b. In the inflating duration (about 10 s), the compliance (C) of the brachial artery is measured. In the deflating duration, the heart rate (HR), systolic blood pressure (SBP), diastolic blood pressure (DBP), pulse pressure (PP) and mean artery pressure (MAP) are measured by the oscillometric method (about 25 s). In the duration of PAC (about 8 s), the SV is measured. The CO is obtained by multiplying HR and SV. These hemodynamic parameters are also normalized by the body surface area (BSA), including the stroke volume index (SI), and cardiac output index (CI). Thus, ten hemodynamic parameters are totally acquired.

2.2. Morphological Parameters of Pulse

In the duration of PCA, the pulse wave is easily coupled with the artificial motion when the cuff pressure is held at about 55 mmHg. The pulse quality would affect the accuracy of physiological measurement [24,38,39]. Thus, we proposed a decision rule to evaluate the quality of each pulse wave in the duration of PCA. Then, the morphological parameters of the pulse with a good quality were extracted.

2.2.1. Pulse Quality Analysis

Figure 3 shows the flowchart of the pulse quality analysis. In the first phase, each pulse wave is segmented and four characteristic points are determined, including main peak (Tsys), foot (Tdia), dicrotic notch (Tdic), and systolic ending time (Tinst), as shown in Figure 4a [26,40]. Four parameters, pulse wave amplitude (PWA, Figure 4b), pulse wave duration (PWD, Figure 4c), systolic duration (SD, Figure 4d), and ratio of systolic and diastolic durations (SD/DD, Figure 4e), are defined. In the second phase, two decision rules are used to determine the quality of each pulse by the four parameters. Figure 5 shows the flowchart of decision rule (I) based on the four parameters. If one rule is true, the quality of this pulse wave is poor. Figure 6 shows the flowchart of decision rule (II) that finds the change of three parameters of neighbor pulses. n represents the current pulse, and n-1 represents the previous pulse. If one rule is true, the quality of this pulse wave is poor. In the third phase, the quality of each pulse is defined. Figure 7 shows a pulse signal that includes seven heart beats. When the baseline is wandering, the four pulses are marked as the poor qualities (low level). The other three pulses are marked as the good qualities (high level). Only the pulses with good qualities were used to detect the SV and morphological parameters. The same types of pulse parameters were averaged as the values of this measurement.

2.2.2. Morphological Parameters

The pulse wave was calibrated by the blood pressure as the blood pressure wave. According to the four characteristics, we defined three different integral areas of the pressure wave under the three different durations, as shown in Figure 8. The left ventricular ejection time (LVET) is defined at the systolic ending time (Tinst), the integral area of which is A1, as shown in Figure 8a. The ejection relaxation time (ER) is defined at the dicrotic notch time (Tdic), the integral area of which is A2, as shown in Figure 8b. The total area is defined as A3, as shown in Figure 8c.
When the heart contracts, the volume of the left ventricle has an absolute relationship with these area and time-related parameters [12]. In order to improve the predictive performance of the models, we extended these parameters through ratios. Table 1 shows the four different ratios, time to time, time to area, area to time, and area to area. There are ten parameters. Moreover, Romano’s method proposed a pressure wave profile as changes of pressure with time along each cardiac cycle [12], P/t,
P / t = P s y s P d i a 2 T s y s + P d i c T d i a 2 T d i c P i n s t T d i a 2 T i n s t
Thus, the total number of morphological parameters is 17.

2.3. Bodily Information

The BSA has a high relation with the total body water [41], which is usually used to normalize the CO and SV for reducing the individual difference [42]. Moreover, body mass index (BMI) describes a normal range of the relation between weight and height. A higher BMI could reduce the recovery of LVEF for the HF patients [43,44]. In this study, six bodily parameters, including gender, age, height, weight, BMI and BSA, were used.

2.4. Features Extraction and Regression

In total, 33 parameters were used to estimate the LVEF by two supervised regression approaches, XGboost and SoNFIN. In order to reduce redundancy of the features. The RFE was used to search the optimal parameter set as the input feature to estimate the LVEF [18,45].

2.4.1. Features Extraction

All training samples were used to evaluate the optimal parameters. In order to reduce the flag problems like overfitting or selection bias, the RFE uses the five-fold cross validation. The RFE fitted the XGboost model that did not perform the adjustment of optimal parameters to remove the weakest parameters until reaching the specified number of parameters. All features were ranked by root-mean-square error (ERMS), and by recursively eliminating a parameter with the lowest ERMS per loop. The lower the impact feature, the lower the change of ERMS. Thus, RFE could eliminate the parameters with the dependencies and collinearity existing in the model. Table 2 shows the ERMS under the different number of parameters for the lowest three ERMS. We find that the nine parameters, SBP, CI, CO, C, A1/A, DBP, ER/HD, MAP, BSA, has the lowest ERMS. Thus, these parameters are the feature to search the optimal parameter of XGBoost and estimate the LVEF.

2.4.2. XGBoost

XGBoost is a gradient boosting tree model that integrates many tree models to form a strong classification and regression tree (CART) [46]. The CART assumes that the tree is a binary tree and divides the features continuously. For example, the current tree node is split based on the i-th input variable xi, and the samples with the variable less than s are divided into the left subtree (R1), and the samples larger than s are divided into the right subtree (R2),
R 1 i , s = x | x i s   and   R 2 i , s = x |   x i > s .
The CART essentially divides the sample space in the feature dimension, and the optimization of this space division is a NP-complete problem. The objective function generated by a typical CART is,
x i R m ( y i f x i 2 ) ,  
where f is a nonlinear function, yi is the i-th target output. Therefore, we solve the best divisive feature i and the best divisive point s by minimizing the objective function,
min j , s [ min c 1 x i R 1 j , s y i c 1 2 + min c 2 x i R 2 j , s y i c 2 2 ] ,
where C1 and C2 are the results of the branch. The theorem of XGBoost is to continuously add trees and continuously perform feature splitting to grow a tree. Each time a tree is added, it is actually learning a new function to fit the residual of the last prediction. When we obtain N trees after training, we need to predict the score of a sample. In fact, according to the characteristics of this sample, each tree will fall to a corresponding leaf node. One leaf node corresponds to a score. The total scores corresponding to all trees represent the predicted value of the sample.
The grid-search method was used to find the optimal parameters of XGBoost. Table 3 shows the range of each parameter and its step. The final results were that the learning rate is 0.07, maximum depth is 3, minimum child weight is 5, gamma is 0.2, subsample is 1, subsample ratio is 1, reg_alpha is 0, and reg_lambda is 0.

2.4.3. Self-Constructing Neural Fuzzy Inference Network

SoNFIN is a 5-layer fuzzy neural network. The fuzzy model of SoNFIN can be represented by the following expression [25]:
Rule   j :   If   x 1   i s   A 1 j   and and   x n   i s   A n j
Then ,   y j   is   w 0 j + i = 1 n w i j x i
where Aij is a fuzzy set, and w 0 j + i = 1 n w i j x i is the traditional Takagi–Sugeno–Kang model. The five layers are described in detail as follows.
Layer 1: Each node in this layer corresponds to one parameter of feature. Thus, the number of input nodes is nine. The input feature is transmitted forward to the next layer directly:
u i 1 = x i
Layer 2: For the fuzzy set Aij, a Gaussian membership function is used to describe the degree that the input variable xj belongs to the i-th fuzzy set. Its mathematical function is defined as follows:
u i j 2 = exp ( [ u i 1 m i j ] 2 σ i j 2 )
where mij and σij are the center and width of the membership function, respectively. This function is implemented by each node.
Layer 3: A node in this layer represents one fuzzy logic rule and performs precondition matching of a rule. We employ the multiplication in each Layer 3 node:
u j 3 = i u i j 2
Layer 4: Nodes in this layer are called the consequent nodes. The linear association of weights in this layer is as follows:
u j 4 = u j 3 ( w 0 j + i = 1 n w i j x i )
Layer 5: Each node in this layer corresponds to one output variable. The node integrates all the actions recommended by Layer 5 and acts as a defuzzifier by the equation below:
u j 4 = u j 3 ( w 0 j + i = 1 n w i j x i )
In the training phase, SoNFIN performs the structure training and parameter training, concurrently. Initially, there were no rules in the SoNFIN. For the structure training, a default value, H, was used as a criterion for the generation of fuzzy rules. When the output of Layer 3 was below to H for every rule, a new rule was generated. Therefore, more rules were generated for a smaller value of H. The initial width of each Gaussian fuzzy set was assigned to a default value, σ. To train the parameters, the objective is to minimize the error function (Verror),
V e r r o r = ( y o ) 2
where y is the target output. The consequent part and the fuzzy-set parameters were tuned by a recursive least-squares method and a gradient-descent method, respectively. The details of the training algorithm were found elsewhere [35]. In the study, the default H and σ were set to 10−15 and 0.008. The learning rate was set to 0.005.

2.5. Statistical Analysis

The root-mean-square error (ERMS) and coefficient of determination (R2) were used to evaluate the performance of this study. ERMS is an index to find the difference between the estimated value and target value, which is described below,
E R M S = 1 n i = 1 n y i y ^ i 2
where n is sample number, y is the target value, and y ^ is the estimated value. The coefficient of determination in statistics represents the proportion of the variance in the dependent variable predicted from the independent variable, which indicates the level of variation in the given data set.
R 2 = 1 i y i y ¯ 2 i y i y i ^ 2
where y ¯ is the mean of all samples.

2.6. Data Collection

In this study, there were twenty patients (male: 16, female: 4) with the symptoms of heart failure who had been measured the LVEF by the 2D echocardiography (Philips IE33, Philips Healthcare, Netherlands, US) at least three times. The interval between two LVEF measurements was at least one month apart. In general, these patients were hospitalized, whose blood pressures were measured by the iBP-130 blood pressure monitor, concurrently. These data were used as the training samples. Moreover, they also only measured the blood pressure some other days. These data were used as the testing samples. Their age was between 39 and 84 years (66.8 ± 13.7 years, mean ± standard deviation), body weight (BW) was between 41 and 98 Kg (62.4 ± 11.8 Kg), body height (BH) was between 154 and 174 cm (163.4 ± 5.8 cm), SBP was between 135 and 79 mmHg (110.8 ± 11.8 mmHg), and DBP was between 38 and 83 mmHg (68.9 ± 10.2 mmHg). Table 4 shows the basic characteristics of 20 patients. The data collection protocol was approved by the Research Ethics Committee of Chang Gung Medical Foundation Institutional Review Board (No. 201701357B0C602), Taipei, Taiwan.
The number of training samples was 193 sets. The number of testing samples was 118 sets. In the training samples, the LVEF measured by echocardiography was the target output. However, in the testing samples, because patients did not measure the LVEF by the echocardiography, there were not real target outputs. We hypothesized that the change of LVEF was slow within one year. Therefore, during two inpatient treatments, the testing target outputs were estimated by linear interpolation of the training target outputs.

3. Results

The training model used the five-fold cross validation to evaluate the performances. The model with the best result was used to estimate LVEF. In testing results, we estimated the LVEF values of each patient within six or nine months. The Bland–Altman plots were used to compare the performance of SoNFIN and XGBoost models.

3.1. Training Models

For SoNFIN, ERMS is 12.79 ± 4.07%, and R2 is −1.77 ± 1.83. The training (blue) and validation (orange) curves of ERMS and R2 are shown in Figure 9a,b, separately. When the number of epochs is 125, ERMS and R2 for validation have the lowest value, 7.61% and −0.28. However, we find that the ERMS and R2 approach to a stable status when the number of epochs is 300. Therefore, we chose the model at 300 epochs. For XGBoost, ERMS is 17.94 ± 0.99%, and R2 is 0.02 ± 0.11. The training (blue) and validation (orange) curves of ERMS and R2 are shown in Figure 10a,b, separately. When the number of epochs is 74, ERMS and R2 for validation have the lowest value, 6.11% and 0.18. However, we find that the ERMS and R2 approach to a stable status when the number of epochs is 100. Therefore, we chose the model at 100 epochs.

3.2. Testing Models

Table 5 shows the estimated LVEF values of 20 patients by the SoNFIN and XGBoost within three intervals. The numbers of testing samples in the three intervals are 55, 33 and 30 sets, respectively. Six patients have two intervals only. The ERMS of SoNFIN and XGBoost are 6.9 ± 2.3% and 6.4 ± 2.4%. For SoNFIN, the ERMS of patient 5 has the smallest value, 3.15%, and patient 9 has the largest value, 10.10%. For XGBoost, the ERMS of patient 1 has the smallest value, 2.05%, and patient 10 has the largest value, 11.13%. Bland–Altman plots for SoNFIN and XGBoost are shown in Figure 11. The mean and standard deviation (mean ± sd) of the differences were 0.56 ± 7.27% and 0.58 ± 7.24% for SoNFIN and XGBoost, respectively. We find that the means of two models are close, and all data are within the limits of agreement, although there are five data for SoNFIN and three data for XGBoost fall outside of the limitations, as shown in Figure 11.

4. Discussion

In this study, we used the hemodynamic parameters, morphological parameters of pulse and bodily information to estimate the LVEF with the machine learning algorithms. In Table 2, the nine parameters, SBP, CI, CO, C, A1/A, DBP, ER/HD, MAP, and BSA, have the best performance. In these parameters, six parameters belong to the cardiovascular hemodynamics, two parameters are the characteristics of pulse contour, and the body information has one. The area (A1) under the systolic duration of the blood pressure wave is proportional to SV, and the total area (A) is proportional to EDV [47]. Moreover, the ED is the time of heart ejection, and HD is the time of heart beat. The A1/A and ED/HD parameters are considered proportional to the ratio of SV and EDV under the pressure and time scales. The pressure parameters including the SBP, DBP, and MAP have the high relation with LVEF [48]. The SBP lower than 120 mmHg is associated with reduced cardiac ejection fraction (HFrEF) in coronary arteries. In this study, the statistical analysis for the SBP and DBP of patients were 110.8 ± 11.8 mmHg and 68.9 ± 10.2 mmHg, respectively. Thus, the blood pressure parameters were the important feature to estimate the LVEF. Moreover, the CO and CI represent the function of heart blood flow. The lower CI, the lower LVEF [33]. We found that the compliance (C) of peripheral artery was also an important parameter for estimation of LVEF. An increase in inflammatory markers is found in HF patients, which is a condition characterized by chronic low-level inflammation, and would sustainably affect the cardiovascular function [49,50]. The patients in this study were the chronic HF, so the compliances of their peripheral arteries would be stiff. BSA is a more accurate indicator of a metabolic mass that is estimated as a fat-free mass [51]. Thus, BSA usually is used as the normalization of hemodynamic parameters. Thus, the nine parameters are in line with the LVEF pathophysiology.
The reduced LVEF is a good characteristic of HF, which is also an index for the effective therapies for HF patients [52]. In ESC HF guidelines in 2016, the mid-range LVEF (HFmrEF) of HF is defined as LVEF 40–49% [53]. Then, according the ranges of LVEF, there are four HFrEF categories, LVEF < 20%, 20–25%, 26–34% and 35–39%. Thus, a categorical range of HFrEF is decreasing by about 5% to 10%. The ERMS values of SoNFIN and XGBoost for the LVEF estimation were 6.9 ± 2.3% and 6.4 ± 2.4%, which just were on the range boundary. We thought that three reasons could be discussed. Firstly, the target outputs of testing data were not measured by the echocardiography, which also were estimated by the interpolation method between two LVEF values by the echocardiography. Secondly, the patients in this study not only had the chronic HP, but also had the other chronic diseases, like as diabetes, kidney disease, or atherosclerosis, etc. These diseases would affect the changes of the nine parameters. Thus, the estimated model would have a better performance if the model is made by the personal data. Thirdly, the number of samples is too few. The numbers of training and testing samples were only 193 and 118. If there are more samples, the performance of our proposed method will be better.
The coefficients of determination (R2) for the SoNFIN and XGBoost were −0.77 ± 1.83 and 0.02 ± 0.11, which is close to 0. This meaning is the estimated value closing to the average value of samples. We examined the all data, and found that variability of LVEF is low because the patients had the chronic HF and were treated for a long time. Their heart functions were controlled well by the drug and diet. Figure 12 shows the estimated LVEF for the lowest (patient 5, Figure 12a) and highest (patient 9, Figure 12b) ERMS values by SoNFIN. The blue points are the LVEF measured by the echocardiography, green points are the estimated LVEF of training model, and red points are the estimated LVEF of the testing model. The variability of LVEF for patient 9 is larger than patient 5. Figure 13 shows the predicted LVEF for the lowest (patient 1, Figure 13a) and highest (patient 10, Figure 13b) ERMS values by XGBoost. The variability of LVEF for patient 10 is larger than patient 1.
As LVEF is assumed to be a measure of myocardial contractility for the long-standing, it could be used to evaluate the heart function of HF patients [3]. However, the widespread classification of patients with HF is based on whether LVEF is preserved (HFpEF) or reduced (HFrEF). For the HFpEF, patients have the HF signs and symptoms, but LVEF would be larger than 45% or 50% [52]. In this study, the participated patients all belonged to HFrEF, whose LVEF values were not larger than 50%. Thus, the first limitation was the proposed method only for patients with reduced HF. Moreover, we did not recruit healthy subjects without the signs and symptoms of HF and whose LVEF values were greater than 50%. Therefore, we could not distinguish the measurement deviation between healthy and unhealthy groups. That is the second limitation for this study.

5. Conclusions

The LVEF is an important index to evaluate the heart function of HF patients, and is usually measured by the medical image method. This study proposed a cheaper method using the cardiovascular hemodynamic parameters, morphological parameters of pulse, and bodily information to estimate LVEF with the machine learning algorithms. Based on the RFE, the optimal nine parameters, SBP, CI, CO, C, A1/A, DBP, ER/HD, MAP, and BSA, were explored, which all conform the LVEF pathophysiology. Although the ERMS of estimated LVEF was satisfactory enough, the number of samples does not support the performance of our method arriving to an application level for clinical practice. In the future, we will collect more data to improve our method.

Author Contributions

Conceptualization, S.-H.L.; methodology, S.-H.L.; software, Z.-K.Y.; validation, Z.-K.Y. and S.-H.L.; writing—original draft preparation, S.-H.L.; writing—review and editing, S.-H.L. and W.C.; supervision: S.-H.L.; funding acquisition: S.-H.L. and K.-L.P.; data curation: K.-L.P. and X.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This research was supported in part by the National Science and Technology Council, Taiwan, under grants NSC 111-2221-E-324 -003 -MY3; and Chang Gung Memorial Hospital, Taiwan, grant number: CORPG6H0021-23, CMRPG6M0011.

Institutional Review Board Statement

The study was conducted according to the guidelines of the Declaration of Helsinki and approved by the Chang Gung Medical Foundation Institutional Review Board (No:201701357B0C602), Taoyuan city, Taiwan.

Informed Consent Statement

Informed consent was obtained from all subjects involved in the study.

Acknowledgments

The authors would like to acknowledge Chaoyang University of Technology for the administrative support.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. What is Heart Failure? 2017. Available online: https://www.heart.org/en/health-topics/heart-failure/what-is-heart-failure (accessed on 10 September 2022).
  2. King, M.; Kingery, J.; Casey, B. Diagnosis and evaluation of Heart Failure. Am. Fam. Physician 2012, 85, 1161–1168. [Google Scholar] [PubMed]
  3. Konstam, M.A.; Abboud, F.M. Ejection fraction: Misunderstood and overrated. Circulation 2017, 135, 717–719. [Google Scholar] [CrossRef] [PubMed]
  4. Wood, P.W. Left ventricular ejection fraction and volumes: It depends on the imaging method. Echocardiography 2014, 31, 87–100. [Google Scholar] [CrossRef] [PubMed]
  5. Wesseling, K.H.; Jansen, J.C.; Settels, J.J.; Schreuder, J.J. Computation of aortic flow from pressure in humans using a nonlinear three-element model. J. Appl. Physiol. 1993, 74, 2566–2573. [Google Scholar] [CrossRef]
  6. Langewouters, G.J.; Wesseling, K.H.; Goedhard, W.A. The static elastic properties of 45 human thoracic and 20 abdominal aortas in vitro and the parameters of a new model. J. Biomech. 1984, 17, 425–435. [Google Scholar] [CrossRef]
  7. Pollock, J.D.; Murray, I.; Bordes, S.; Makaryus, A.N. Physiology, Cardiovascular Hemodynamics; StatPearls: Treasure Island, CA, USA, 2022. [Google Scholar]
  8. Toorop, G.P.; Westerhof, N.; Elzinga, G. Beat-to-beat estimation of peripheral resistance and arterial compliance during pressure transients. Am. J. Physiol. 1987, 252, H1275–H1283. [Google Scholar] [CrossRef]
  9. Liu, S.-H.; Lin, T.-H.; Cheng, D.-C.; Wang, J.-J. Assessment of stroke volume from brachial Blood pressure using arterial characteristics. IEEE Trans. Biomed. Eng. 2015, 62, 2151–2157. [Google Scholar] [CrossRef]
  10. Su, C.-H.; Liu, S.-H.; Tan, T.-H.; Lo, C.-H. Using the pulse contour method to measure the changes in stroke volume during a passive leg raising test. Sensors 2018, 18, 3420. [Google Scholar] [CrossRef]
  11. Liu, S.-H.; Liu, L.-J.; Pan, K.-L.; Chen, W.; Tan, T.-H. Using the characteristics of pulse waveform to enhance the accuracy of blood pressure measurement by a multi-dimension regression model. Appl. Sci. 2019, 9, 2922. [Google Scholar] [CrossRef]
  12. Romano, S.M.; Pistolesi, M. Assessment of cardiac output from systemic arterial pressure in human. Crit. Care. Med. 2022, 30, 1834–1841. [Google Scholar] [CrossRef]
  13. Nosair, W.; Kadaru, T.; Amin, A.; Mammen, P.; Cox, J.; Araj, F. Pulse contour analysis: A useful tool for decision making during temporary mechanical circulatory support. J. Heart Lung Trans. 2022, 41, S238. [Google Scholar] [CrossRef]
  14. Teboul, J.L.; Saugel, B.; Cecconi, M.; De Backer, D.; Hofer, C.K.; Monnet, X.; Perel, A.; Pinsky, M.R.; Reuter, D.A.; Rhodes, A.; et al. Less invasive hemodynamic monitoring in critically ill patients. Intensive Care Med. 2016, 49, 1350–1359. [Google Scholar] [CrossRef]
  15. Roth, S.; Fox, H.; Fuchs, U. Noninvasive pulse contour analysis for determination of cardiac output in patients with chronic heart failure. Clin. Res. Cardiol. 2018, 107, 395–404. [Google Scholar] [CrossRef]
  16. Vaquer, S.; Chemla, D.; Teboul, J.-L. Influence of changes in ventricular systolic function and loading conditions on pulse contour analysis-derived femoral dP/dt max. Ann. Intensive Care 2019, 9, 61. [Google Scholar] [CrossRef]
  17. Xu, Z.; Liu, J.; Chen, X.; Wang, Y.; Zhaoa, Z. Continuous blood pressure estimation based on multiple parameters from electrocardiogram and photoplethysmogram by Back-propagation neural network. Comput. Ind. 2017, 89, 50–59. [Google Scholar] [CrossRef]
  18. Cheng, K.-S.; Su, Y.-L.; Kuo, L.-C.; Yang, T.-H.; Lee, C.-L.; Chen, W.; Liu, S.-H. Muscle mass measurement using machine learning algorithms with electrical impedance myography. Sensors 2022, 22, 3087. [Google Scholar] [CrossRef]
  19. Pouladzadeh, P.; Kuhad, P.; Peddi, S.V.; Yassine, A.; Shirmohammadi, S. Food calorie measurement using deep learning neural network. In Proceedings of the 2016 IEEE International Instrumentation and Measurement Technology Conference Proceedings, Taipei, Taiwan, 23–26 May 2016. [Google Scholar]
  20. Ruede, R.; Heusser, V.; Frank, L.; Roitberg, A.; Haurilet, M.; Stiefelhagen, R. Multi-task learning for calorie prediction on a novel large-scale recipe dataset enriched with nutritional information. arXiv 2020, arXiv:2011.01082v1. [Google Scholar]
  21. Hrushikesh, N.; Mhaskar, S.V.P.; Maria, D.W. A deep learning approach to diabetic blood glucose prediction. Front. Appl. Math. Stat. 2017, 3, 14. [Google Scholar] [CrossRef]
  22. Kwon, H.-M.; Seo, W.-Y.; Kim, J.-M.; Shim, W.-H.; Kim, S.-H.; Hwang, G.-S. Estimation of stroke volume variance from arterial blood pressure: Using a 1-D convolutional neural network. Sensors 2021, 21, 5130. [Google Scholar] [CrossRef]
  23. Satija, U.; Ramkumar, B.; Manikandan, M.S. A review of signal processing techniques for electrocardiogram signal quality assessment. IEEE Rev. Biol. Eng. 2018, 11, 36–52. [Google Scholar] [CrossRef]
  24. Liu, S.-H.; Liu, H.-C.; Chen, W.; Tan, T.-H. Evaluating quality of photoplethymographic signal on wearable forehead pulse oximeter with supervised classification approaches. IEEE Access 2020, 8, 185121–185135. [Google Scholar] [CrossRef]
  25. Liu, S.-H.; Wang, J.-J.; Chen, W.; Pan, K.-L.; Su, C.-H. Classification of photoplethysmographic signal quality with fuzzy neural network for improvement of stroke volume measurement. Appl. Sci. 2020, 10, 1476. [Google Scholar] [CrossRef]
  26. Liu, S.-H.; Cheng, D.-C.; Lin, C.-M. Arrhythmia identification with two-lead electrocardiograms using artificial neural networks and support vector machines for a portable ECG monitor system. Sensors 2013, 13, 813–828. [Google Scholar] [CrossRef]
  27. Liu, S.-H.; Cheng, W.-C. Fall detection with the support vector machine during scripted and continuous unscripted activities. Sensors 2012, 12, 12301–12316. [Google Scholar] [CrossRef]
  28. Louridas, P.; Ebert, C. Machine learning. IEEE Softw. 2016, 33, 110–115. [Google Scholar] [CrossRef]
  29. Xin, Y.; Kong, L.; Liu, Z.; Chen, Y.; Li, Y.; Zhu, H.; Gao, M.; Hou, H.; Wang, C. Machine learning and deep learning methods for cybersecurity. IEEE Access 2018, 6, 35365–35381. [Google Scholar] [CrossRef]
  30. Beam, A.L.; Kohane, I.S. Big data and machine learning in health care. JAMA 2018, 319, 1317–1318. [Google Scholar] [CrossRef] [PubMed]
  31. Chen, J.H.; Asch, S.M. Machine learning and prediction in medicine beyond the peak of inflated expectations. N. Eng. J. Med. 2017, 376, 2507–2509. [Google Scholar] [CrossRef]
  32. Packer, M.; McMurray, J.J.; Desai, A.S.; Gong, J.; Lefkowitz, M.P.; Rizkala, A.R.; Rouleau, J.L.; Shi, V.C.; Solomon, S.D.; Swedberg, K.; et al. Angiotensin receptor neprilysin inhibitio.n compared with enalapril on the risk of clinical progression in surviving patients with heart failure. Circulation 2015, 131, 54–61. [Google Scholar] [CrossRef]
  33. Heidenreich, P.A.; Bozkurt, B. 2022 AHA/ACC/HFSA guideline for the management of heart failure: A report of the american college of cardiology/american heart association joint committee on clinical practice guidelines. Circulation 2022, 145, e895–e1032. [Google Scholar] [CrossRef]
  34. Friedman, J.H. Greedy function approximation: A gradient boosting machine. Ann. Stat. 2001, 29, 1189–1232. [Google Scholar] [CrossRef]
  35. Jung, C.-F.; Lin, C.-T. An on-line self-constructing neural fuzzy inference network and its application. IEEE Trans. Fuzzy Syst. 1998, 6, 12–32. [Google Scholar]
  36. Liu, S.-H.; Wang, J.-J.; Huang, K.-S. A new oscillometry-based method for estimating the dynamic brachial artery compliance under loaded conditions. IEEE Tran. Biol. Eng. 2008, 55, 2463–2470. [Google Scholar] [CrossRef] [PubMed]
  37. Drzewiecki, G.; Hood, R.; Apple, H. Theory of the oscillometric maximum and the systolic and diastolic detection ratios. Ann. Biomed. Eng. 1994, 22, 88–96. [Google Scholar] [CrossRef]
  38. Liu, S.-H.; Chen, W.; Su, C.-H.; Pa, K.-L. Convolutional neural network-based detection of deep vein thrombosis in a low limb with light reflection rheography. Measurement 2022, 189, 110457. [Google Scholar] [CrossRef]
  39. Liu, S.-H.; Li, R.-X.; Wang, J.-J.; Chen, W.; Su, C.-H. Classification of photoplethysmographic signal quality with deep convolution neural networks for accurate Measurement of cardiac stroke volume. Appl. Sci. 2020, 10, 4612. [Google Scholar] [CrossRef]
  40. Fischer, C.; Domer, B.; Wibmer, T.; Penzel, T. An algorithm for real-time pulse waveform segmentation and artifact detection in photoplethysmograms. IEEE J. Bio. Health Inf. 2017, 21, 372–381. [Google Scholar] [CrossRef]
  41. Hume, R.; Weyers, E. Relationship between total body water and surface area in normal and obese subjects. J. Clin. Pathol. 1971, 24, 234–238. [Google Scholar] [CrossRef]
  42. Meloni, A.; Aquaro, G.; Festa, P.; Gagliardotto, F.; Zuccarelli, A.; Gerardi, C.; Santodirocco, M.; Romeo, M.A.; Gamberini, M.R.; Smacchia, M.P.; et al. Left ventricular volumes, mass and function normalized to the body surface area, age and gender from CMR in a large cohort of well-treated thalassemia major patients without myocardial iron overload. J. Cardiol. Mag. Res. 2011, 13, P305. [Google Scholar] [CrossRef]
  43. Sharma, A.; Lavie, C.J.; Borer, J.S.; Vallakati, A.; Goel, S.; Lopez-Jimenez, F.; Arbab-Zadeh, A.; Mukherjee, D.; Lazar, J.M. Meta-analysis of the relation of body mass index to all-cause and cardiovascular mortality and hospitalization in patients with chronic heart failure. Am. J. Cardiol. 2015, 115, 1428–1434. [Google Scholar] [CrossRef]
  44. Ye, L.F.; Li, X.L.; Wang, S.M.; Wang, Y.F.; Zheng, Y.R.; Wang, L.H. Body mass index: An effective predictor of ejection fraction improvement in heart failure. Front. Cardiovasc. Med. 2021, 8, 586240. [Google Scholar] [CrossRef]
  45. You, W.; Yang, Z.; Ji, G. PLS-based recursive feature elimination for high-dimensional small sample. Know. Based Syst. 2014, 55, 15–28. [Google Scholar] [CrossRef]
  46. Chen, T.; Guestrin, C. XGBoost: A scalable tree boosting system. Int. Conf. Knowl. Discov. Data Min. 2016, 785–794. [Google Scholar] [CrossRef]
  47. Lamia, B.; Chemla, D.; Richard, C.; Teboul, J.-L. Clinical review: Interpretation of arterial pressure wave in shock states. Critical Care. 2005, 9, 601–606. [Google Scholar] [CrossRef]
  48. Oh, G.C.; Cho, H.-J. Blood pressure and heart failure. Clin. Hyper. 2020, 26, 1. [Google Scholar] [CrossRef]
  49. Curcio, F.; Testa, G.; Liguori, I.; Papillo, M.; Flocco, V.; Panicara, V.; Galizia, G.; Della-Morte, D.; Gargiulo, G.; Cacciatore, F.; et al. Sarcopenia and heart failure. Nutrients 2020, 12, 211. [Google Scholar] [CrossRef]
  50. Duscha, B.D.; Kraus, W.E.; Keteyian, S.J. Capillary density of skeletal muscle: A contributing mechanism for exercise intolerance in class II–III chronic heart failure independent of other peripheral alterations. J. Am. Coll. Cardiol. 1999, 33, 1956–1963. [Google Scholar] [CrossRef]
  51. Greenberg, J.A.; Boozer, C.N. Metabolic mass, metabolic rate, caloric restriction, and aging in male Fischer 344 rats. Mech. Ageing Dev. 2000, 113, 37–48. [Google Scholar] [CrossRef]
  52. Savarese, G.; Stolfo, D.; Sinagra, G.; Lund, L.H. Heart failure with mid-range or mildly reduced ejection fraction. Nat. Rev. Cardiol. 2022, 19, 100–116. [Google Scholar] [CrossRef]
  53. Ponikowski, P.; Voors, A.A.; Anker, S.D.; Bueno, H.; Cleland, J.G.F.; Coats, A.J.S.; Falk, V.; González-Juanatey, J.R.; Harjola, V.-P.; Jankowska, E.A.; et al. 2016 ESC guidelines for the diagnosis and treatment of acute and chronic heart failure: The task force for the diagnosis and treatment of acute and chronic heart failure of the European Society of Cardiology (ESC) developed with the special contribution of the Heart Failure Association of the ESC. Eur. Heart J. 2016, 37, 2129–2200. [Google Scholar]
Figure 1. The framework of estimating LVEF in this study includes collecting 33 parameters, extracting optimal features by RFE, and estimating LVEF by ML regression.
Figure 1. The framework of estimating LVEF in this study includes collecting 33 parameters, extracting optimal features by RFE, and estimating LVEF by ML regression.
Nutrients 14 04051 g001
Figure 2. (a) The cuff pressure has three phases, inflating duration (compliance measurement), deflating duration (oscillometric measurement), and holding duration (pulse contour analysis, PCA). (b) The oscillometric signal was used to measure the blood pressure, and the pulse signal was used to measure the SV.
Figure 2. (a) The cuff pressure has three phases, inflating duration (compliance measurement), deflating duration (oscillometric measurement), and holding duration (pulse contour analysis, PCA). (b) The oscillometric signal was used to measure the blood pressure, and the pulse signal was used to measure the SV.
Nutrients 14 04051 g002
Figure 3. The flowchart of pulse quality analysis. Phase 1 is the pulse segmentation and the four characteristics determination. Phase 2 is to apply the decision rules for evaluating the pulse quality. Phase 3 is to mark the quality of each pulse.
Figure 3. The flowchart of pulse quality analysis. Phase 1 is the pulse segmentation and the four characteristics determination. Phase 2 is to apply the decision rules for evaluating the pulse quality. Phase 3 is to mark the quality of each pulse.
Nutrients 14 04051 g003
Figure 4. (a) The four characteristics of pulse, (b) the pulse wave amplitude (PWA), (c) the pulse wave duration (PWD), (d) the systolic duration (SD) of pulse wave, and (e) the ratio of SD and diastolic duration (DD).
Figure 4. (a) The four characteristics of pulse, (b) the pulse wave amplitude (PWA), (c) the pulse wave duration (PWD), (d) the systolic duration (SD) of pulse wave, and (e) the ratio of SD and diastolic duration (DD).
Nutrients 14 04051 g004
Figure 5. The decision rule (I). If any one rule is true, the pulse is poor quality.
Figure 5. The decision rule (I). If any one rule is true, the pulse is poor quality.
Nutrients 14 04051 g005
Figure 6. The decision rule (II). If any one rule is true, the pulse is poor quality.
Figure 6. The decision rule (II). If any one rule is true, the pulse is poor quality.
Nutrients 14 04051 g006
Figure 7. A signal segment in the duration of PCA has seven pulses. When the quality of the pulse wave is good, a high level is marked in the corresponding cycle. Otherwise, a low level is marked.
Figure 7. A signal segment in the duration of PCA has seven pulses. When the quality of the pulse wave is good, a high level is marked in the corresponding cycle. Otherwise, a low level is marked.
Nutrients 14 04051 g007
Figure 8. (a) The left ventricular ejection time (LVET) is defined at the systolic ending time (Tinst), the integral area of which is A1, (b) the ejection relaxation time (ER) is defined at the dicrotic notch time (Tdic), the integral area of which is A2, and (c) the total area is defined as A.
Figure 8. (a) The left ventricular ejection time (LVET) is defined at the systolic ending time (Tinst), the integral area of which is A1, (b) the ejection relaxation time (ER) is defined at the dicrotic notch time (Tdic), the integral area of which is A2, and (c) the total area is defined as A.
Nutrients 14 04051 g008
Figure 9. (a) The training (blue) and validation (orange) curves of ERMS, (b) the training (blue) and validation (orange) curves of R2 with SoNFIN.
Figure 9. (a) The training (blue) and validation (orange) curves of ERMS, (b) the training (blue) and validation (orange) curves of R2 with SoNFIN.
Nutrients 14 04051 g009
Figure 10. (a) The training (blue) and validation (orange) curves of ERMS, (b) the training (blue) and validation (orange) curves of R2 with XGBoost.
Figure 10. (a) The training (blue) and validation (orange) curves of ERMS, (b) the training (blue) and validation (orange) curves of R2 with XGBoost.
Nutrients 14 04051 g010
Figure 11. Bland–Altman plots for (a) SoNFIN, and (b) XGBoost.
Figure 11. Bland–Altman plots for (a) SoNFIN, and (b) XGBoost.
Nutrients 14 04051 g011
Figure 12. The estimated LVEF for the lowest and highest ERMS values by SoNFIN, the blue points are the LVEF measured by the echocardiography, green points are the estimated LVEF of training model, and red points are the estimated LVEF of the testing model, (a) patient 5, and (b) patient 9.
Figure 12. The estimated LVEF for the lowest and highest ERMS values by SoNFIN, the blue points are the LVEF measured by the echocardiography, green points are the estimated LVEF of training model, and red points are the estimated LVEF of the testing model, (a) patient 5, and (b) patient 9.
Nutrients 14 04051 g012
Figure 13. The estimated LVEF for the lowest and highest ERMS values by XGBoost, the blue points are the LVEF measured by the echocardiography, green points are the estimated LVEF of training model, and red points are the estimated LVEF of the testing model, (a) patient 1, and (b) patient 10.
Figure 13. The estimated LVEF for the lowest and highest ERMS values by XGBoost, the blue points are the LVEF measured by the echocardiography, green points are the estimated LVEF of training model, and red points are the estimated LVEF of the testing model, (a) patient 1, and (b) patient 10.
Nutrients 14 04051 g013
Table 1. The ten extended parameters including four different ratios, time to time, time to area, area to time, and area to area.
Table 1. The ten extended parameters including four different ratios, time to time, time to area, area to time, and area to area.
RatioParameterRatioParameter
Time to TimeLVET/HDArea to AreaA1/A
ER/HDA2/A
Time to AreaLVET/A1Area to TimeA1/LVET
ER/A2A2/ER
HD/AA/HD
Table 2. The lowest three ERMS under the different number of parameters.
Table 2. The lowest three ERMS under the different number of parameters.
NumberParameterERMS (%)
9SBP, CI, CO, C, A1/A, DBP, ER/HD, MAP, BSA5.80
LVET, Pt, SBP, SV, C, HR, ER/HD, MAP, BSA6.53
SBP, SV, CI, CO, C, HR, ER/HD, MAP, BSA6.59
8Pt, SBP, A2/A, HR, HD, ER/HD, MAP, BSA6.34
Pt, SBP, SV, C, HR, ER/HD, MAP, BSA6.42
SBP, SV, C, HR, DBP, ER/HD, MAP, BSA6.45
7SBP, SV, C, DBP, ER/HD, MAP, BSA6.43
SBP, SV, CI, C, ER/HD, MAP, BSA6.54
Pt, SBP, SV, HR, ER/HD, MAP, BSA6.70
6SBP, CI, C, R/HD, MAP, BSA6.42
SBP, C, DBP, ER/HD, MAP, BSA6.48
SBP, C, HR, ER/HD, MAP, BSA6.51
5SBP, SV, HR, HD, MAP6.51
Pt, SBP, SV, HR, MAP6.51
SBP, C, ER/HD, MAP, BSA6.54
Table 3. In the grid-search method, the ranges of each XGBoost parameter and their steps.
Table 3. In the grid-search method, the ranges of each XGBoost parameter and their steps.
ParametersRangeStepFinal Value
Learning rate(0.01, 0.2)0.010.07
Maximum depth(2, 5)13
Minimum child weight(1, 10)15
gamma(0.0, 1.0)0.10.2
subsample(0.0, 1.0)0.11
subsample ratio(0.0, 1.0]0.11
reg_alpha(0.0, 1.0)0.10
reg_lambda(0.0, 1.0)0.10
Table 4. The basic characteristics of twenty patients.
Table 4. The basic characteristics of twenty patients.
PatientGenderAge (Years)BH
(cm)
BW
(kg)
SBP
(mmHg)
DBP
(mmHg)
1M39174727938
2M771645410961
3M621666611667
4M681659810982
5M641607710683
6M781686713576
7M79168599961
8M48175739967
9F841565312163
10M67166619364
11M791675913372
12M821585611573
13M801625912764
14F541554111673
15M791596311572
16M691686610769
17M671616310770
18M661545410362
19F491625111179
20F441605711782
Table 5. The ERMS of estimated LVEF for 20 patients by SoNFIN and XGBoost within three intervals.
Table 5. The ERMS of estimated LVEF for 20 patients by SoNFIN and XGBoost within three intervals.
PatientInterval I
(N)
Interval II
(N)
Interval III
(N)
SoNFINXGBoost
ERMS (%)
121 6.602.05
20314.126.09
333 5.076.06
47124.243.93
51023.152.5
63126.636.88
71129.2110.58
83028.366.71
913 10.107.07
106129.4411.13
110254.814.65
1232 7.407.57
133128.858.2
145227.046.95
153129.388.94
1620210.086.33
174126.417.13
182528.889.67
1943 3.744.9
2022 4.565.37
Sum
mean ± sd
5533306.9 ± 2.36.4 ± 2.4
Note: N indicates number of samples.
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Liu, S.-H.; Yang, Z.-K.; Pan, K.-L.; Zhu, X.; Chen, W. Estimation of Left Ventricular Ejection Fraction Using Cardiovascular Hemodynamic Parameters and Pulse Morphological Characteristics with Machine Learning Algorithms. Nutrients 2022, 14, 4051. https://doi.org/10.3390/nu14194051

AMA Style

Liu S-H, Yang Z-K, Pan K-L, Zhu X, Chen W. Estimation of Left Ventricular Ejection Fraction Using Cardiovascular Hemodynamic Parameters and Pulse Morphological Characteristics with Machine Learning Algorithms. Nutrients. 2022; 14(19):4051. https://doi.org/10.3390/nu14194051

Chicago/Turabian Style

Liu, Shing-Hong, Zhi-Kai Yang, Kuo-Li Pan, Xin Zhu, and Wenxi Chen. 2022. "Estimation of Left Ventricular Ejection Fraction Using Cardiovascular Hemodynamic Parameters and Pulse Morphological Characteristics with Machine Learning Algorithms" Nutrients 14, no. 19: 4051. https://doi.org/10.3390/nu14194051

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