Skip to main content

ORIGINAL RESEARCH article

Front. Cardiovasc. Med., 13 May 2022
Sec. Atherosclerosis and Vascular Medicine

Rupture Risk Assessment for Anterior Communicating Artery Aneurysms Using Decision Tree Modeling

\r\nJinjin Liu,&#x;Jinjin Liu1,2†Haixia Xing&#x;Haixia Xing3†Yongchun Chen,Yongchun Chen1,2Boli LinBoli Lin1Jiafeng ZhouJiafeng Zhou1Jieqing WanJieqing Wan2Yaohua PanYaohua Pan2Yunjun Yang,*Yunjun Yang1,4*Bing Zhao*\r\nBing Zhao2*
  • 1Department of Radiology, The First Affiliated Hospital of Wenzhou Medical University, Wenzhou, China
  • 2Department of Neurosurgery, Renji Hospital, Shanghai Jiao Tong University School of Medicine, Shanghai, China
  • 3Department of Pathology, Shanghai East Hospital, Tongji University School of Medicine, Shanghai, China
  • 4Department of Nuclear Medicine, The First Affiliated Hospital of Wenzhou Medical University, Wenzhou, China

Background: Although anterior communicating artery (ACoA) aneurysms have a higher risk of rupture than aneurysms in other locations, whether to treat unruptured ACoA aneurysms incidentally found is a dilemma because of treatment-related complications. Machine learning models have been widely used in the prediction of clinical medicine. In this study, we aimed to develop an easy-to-use decision tree model to assess the rupture risk of ACoA aneurysms.

Methods: This is a retrospective analysis of rupture risk for patients with ACoA aneurysms from two medical centers. Morphologic parameters of these aneurysms were measured and evaluated. Univariate analysis and multivariate logistic regression analysis were performed to investigate the risk factors of aneurysm rupture. A decision tree model was developed to assess the rupture risk of ACoA aneurysms based on significant risk factors.

Results: In this study, 285 patients were included, among which 67 had unruptured aneurysms and 218 had ruptured aneurysms. Aneurysm irregularity and vessel angle were independent predictors of rupture of ACoA aneurysms. There were five features, including size ratio, aneurysm irregularity, flow angle, vessel angle, and aneurysm size, selected for decision tree modeling. The model provided a visual representation of a decision tree and achieved a good prediction performance with an area under the receiver operating characteristic curve of 0.864 in the training dataset and 0.787 in the test dataset.

Conclusion: The decision tree model is a simple tool to assess the rupture risk of ACoA aneurysms and may be considered for treatment decision-making of unruptured intracranial aneurysms.

Introduction

Unruptured intracranial aneurysms (IAs) are increasingly detected with the development of modern imaging modalities (1), such as magnetic resonance imaging angiography and CT angiography (CTA). Anterior communicating artery (ACoA) aneurysms are the most common IAs, accounting for approximately 30% (2). Although aneurysms located at ACoA have a higher risk of rupture than those located in other locations (3), whether to treat unruptured ACoA aneurysms is still a dilemma because treatment-related complications still exist (4). This dilemma further brings considerable anxiety to these patients with unruptured IAs.

Morphologic features, hemodynamics parameters, and genetic factors for aneurysm rupture have been widely reported (5, 6). A literature review (7) has shown that size ratio, the direction of the dome, and fenestration were the independent predictors of ACoA aneurysm rupture. Our previous study has shown a larger aneurysm, anterior projection of the dome, the dominant A1 segment, and irregular aneurysms were associated with aneurysm rupture (8). However, these results are inconsistent probably because the relationship between these morphologic parameters and aneurysm rupture is complex (5). Accurately assessing the rupture risk of IAs is still a challenging task.

Machine learning is capable of finding the nonlinear complex relationship between input and output variables and has been applied in the medical field (9). Machine learning models, such as support vector machines, artificial neural networks, and random forests have been applied for the prediction of rupture risk of IAs (1013). As a supervised machine learning technique, decision tree modeling can provide a visualized graph including a set of rules for predictive classification (14), which satisfies the easy-to-use requirement in clinics.

In this study, we performed a retrospective analysis of rupture risk for patients with ACoA aneurysms. Morphologic parameters of these aneurysms were measured and evaluated. We aimed to assess the rupture risk of ACoA aneurysms using decision tree modeling.

Materials and Methods

Patients

This study was approved by local institutional ethics committees and written informed consent was waived. We retrospectively reviewed patients with ACoA aneurysms at the First Affiliated Hospital of Wenzhou Medical University from December 2007 to January 2016 and at Renji Hospital, Shanghai Jiao Tong University School of Medicine from March 2017 to October 2019. We excluded patients with fusiform ACoA aneurysms because fusiform aneurysms are rare and have different underlying pathologies, hemodynamics, natural histories, and treatments compared to saccular aneurysms. We also excluded patients with multiple ACoA aneurysms, patients with Moyamoya disease or arteriovenous malformations, and patients with a brain tumor. Those with poor image quality were also excluded to ensure measurement accuracy of aneurysm morphology. Patients’ demographic and clinical information, including sex, age, history of smoking, and hypertension were retrieved from medical records. All aneurysms were grouped into ruptured and unruptured groups according to the clinical condition.

Aneurysm Morphologic Parameters

Aneurysm morphologic parameters were measured or evaluated on CTA or digital subtraction angiography by independent neuroradiologists who were blind to patients’ clinical information. The average value was used for data analysis. Corresponding imaging technique was published elsewhere (15).

Figure 1 shows the measurement of morphological parameters. Detailed definitions of these parameters are summarized as follows: (1) aneurysm size, maximal aneurysm diameter; (2) vessel size, mean cross-sectional diameter of all arteries associated with an aneurysm; (3) aneurysm height, largest distance from the center of aneurysm neck to aneurysm dome; (4) perpendicular height, largest perpendicular distance from the center of aneurysm neck to aneurysm dome; (5) neck size, largest neck diameter; (6) aspect ratio, ratio between perpendicular height and neck size; (7) size ratio, aneurysm height divided by vessel size; (8) aneurysm angle between aneurysm neck line and aneurysm height line; (9) vessel angle, angle between the vector of blood flow and aneurysm neck line; and (10) flow angle, the angle between aneurysm height line and vector of blood flow in the parent artery. Aneurysm irregularity was classified into three types, i.e., regular, bleb, and daughter-sac (16). Projection of the aneurysm dome was dichotomized as anterior and posterior projections. A1 segment configurations were classified into symmetrical, dominant, and complete configurations according to the inflow contribution of A1 segments over the other A2 segments (17).

FIGURE 1
www.frontiersin.org

Figure 1. Measurement of morphologic parameters. Left ventricle (LV)11 and LV12 represent cross-section diameters of the artery, left atrium (LA)1 proximal to aneurysm neck and at 1.5XLV11 away from aneurysm neck, respectively; vessel size of LA1 is calculated as (LV11+LV12)/2. Vessel sizes of LA2, right atrium (RA)1, and RA2 are similarly calculated. Hmax is aneurysm height.

Decision Tree Modeling

We partitioned data into the training and test datasets with a ratio of 80:20. Features were selected with a correlation-based feature subset selection method using the training dataset in Weka 3.8.5 (The University of Waikato, Hamilton, New Zealand). Grid search strategy with a fivefold cross-validation was used to acquire the optimal hyper-parameters, and the following parameters were obtained: criterion, Gini impurity; maximum depth of the tree, 4; minimum number of samples to split, 10; minimum number of samples required to be at a leaf node, 5; the number of features to consider, 7; class weight, “balanced.” Note that Gini impurity or Gini index measures the probability of incorrectly classifying an element randomly chosen in the dataset if it is randomly labeled according to the class distribution in the dataset. The decision tree iteratively splits current data into two categories during training, and Gini index quantitatively evaluates the quality of a split. The equation of the Gini index is (18).

Gini = i = 1 n p i ( 1 - p i ) ,

where pi is the probability of an object being classified to a particular class. The Gini index varies from 0 to 1, where 0 denotes that all elements belong to a certain class or if there exists only one class and is the best possible impurity, 0.5 means that elements are equally distributed into some classes, and 1 represents those elements which are randomly distributed across various classes.

We evaluated model performance using sensitivity, specificity, accuracy, and area under the receiver operating characteristic (ROC) curve (AUC). Sensitivity is the fraction that a model prediction will indicate ruptured aneurysms among those with ruptured aneurysms; specificity measures the probability of those with unruptured aneurysms who will have a model prediction result of unruptured aneurysms.

Statistical Analysis

We performed statistical analysis using the software SPSS 22 (IBM Corp, Armonk, NY, United States). We presented continuous variables as mean value ± SD and categorical variables as frequency (percentage). We compared continuous variables using the Student’s t-test or Mann–Whitney U tests, and categorical variables using Fisher exact test or χ2 tests, as appropriate. We further conducted a multivariate logistic regression analysis to determine the independent risk factors of aneurysm rupture, and those variables with P-value less than 0.1 were entered into the analysis (variables with missing values more than 5% were excluded). P-values less than 0.05 were considered statistically significant.

Results

Baseline Characteristics

Table 1 shows patients’ baseline characteristics. Two hundred and eighty-five patients were enrolled in this study. Of these patients, 136 (47.7%) were female and 149 (42.3%) were male, with a mean age of 58.2 ± 11.8 years. Among them, 67 had unruptured aneurysms and 218 had ruptured aneurysms. Forty-one patients had multiple aneurysms. Patients with unruptured aneurysms were significantly more likely to be older (61.8 ± 9.8 vs. 57.1 ± 12.1 years).

TABLE 1
www.frontiersin.org

Table 1. Baseline characteristics.

Morphologic Characteristics Between Ruptured and Unruptured Anterior Communicating Artery Aneurysms

Table 2 illustrates the comparison of morphological parameters between ruptured and unruptured aneurysms. The shape of ruptured aneurysms was more frequently irregular (bleb or daughter-sac types) (41.3 vs. 16.4%), whereas unruptured aneurysms tended to be regular (83.6 vs. 58.7%). Anterior projection of an aneurysm dome was more common in ruptured aneurysms than in unruptured ones (71.7 vs. 55.2%). Aneurysm size, vessel size, aneurysm height, neck size, and size ratio were significantly larger in ruptured aneurysms than in unruptured ones. Aneurysm angle was significantly larger in unruptured aneurysms, while vessel and flow angles were obviously larger in ruptured aneurysms.

TABLE 2
www.frontiersin.org

Table 2. Morphological parameters between ruptured and unruptured aneurysms.

Results of multivariate logistic regression to assess rupture risk of ACoA aneurysms are presented in Table 3. Vessel angle and aneurysm irregularity were the independent predictors of aneurysm rupture.

TABLE 3
www.frontiersin.org

Table 3. Results of multivariate logistic regression analysis.

Decision Tree Model

Illustrated in Figure 2 is the decision tree model for rupture risk assessment of ACoA aneurysms. The model used 5 variables for risk assessment, including size ratio, flow angle, vessel angle, aneurysm size, and aneurysm irregularity. A detailed explanation of how to use the decision tree is shown in the legend of Figure 2. Continue comparing the attribute value of an aneurysm with other internal nodes of the decision tree until an elliptical node is reached, at which point the predicted status, rupture, or unruptured, is obtained.

FIGURE 2
www.frontiersin.org

Figure 2. Decision tree model for rupture risk assessment of anterior communicating artery (ACoA) aneurysms. In the decision tree, rectangle nodes represent conditions and elliptical nodes stand for the ruptured or unruptured status of the aneurysm predicted. One can start from the root node (i.e., “Size ratio ≤ 1.43”) and compare the value of the size ratio of an aneurysm with the not node. If it is true that the size ratio is less or equal to 1.43, then the next node of “Flow angle ≤ 166.6°” can be moved; otherwise, jump to the node of “Flow angle 111.3°.” Continue comparing the attribute value of an aneurysm with other internal nodes of the decision tree until an elliptical node is reached, at which point the predicted status, ruptured or unruptured, is obtained.

Table 4 summarizes the prediction results of the decision tree model. In the training dataset, the model achieved a sensitivity of 82%, a specificity of 73.2%, and an overall accuracy of 79.8%. In the test dataset, the model achieved a sensitivity of 73.9%, a specificity of 72.7%, and an overall accuracy of 73.7%. Figure 3 shows the ROC curves of the decision tree model for both training and test. AUC were 0.864 and 0.787 for the training and test datasets, respectively.

TABLE 4
www.frontiersin.org

Table 4. Prediction results of aneurysm rupture.

FIGURE 3
www.frontiersin.org

Figure 3. Receiver operating characteristic (ROC) curves of the decision tree model for both training and test datasets.

Discussion

In this study, we measured detailed morphologic features of ACoA aneurysms and investigated their association with aneurysm rupture. Aneurysm irregularity and vessel angle were independent predictors of rupture of ACoA aneurysms. Size ratio, aneurysm irregularity, flow angle, vessel angle, and aneurysm size were selected for decision tree modeling. An easy-to-use decision tree model achieved a good performance in assessing the rupture risk of ACoA aneurysms.

Although many morphologic parameters contribute to aneurysm rupture, aneurysm size is the most common one to assess the rupture risk of unruptured aneurysms (19, 20). A meta-analysis of a large number of aneurysms demonstrated that rupture risk of aneurysms increased with increased aneurysm size (21). The Unruptured Cerebral Aneurysm in Japan (UCAS) cohort found a similar trend (3). Population, hypertension, age, size of an eurysm, earlier subarachnoid hemorrhage, site of a neurysm (PHASES) scoring system (19) used aneurysm size as one of the significant predictors of aneurysm rupture. Except for aneurysm size, we found aneurysm irregularity and vessel angle were the independent predictors of rupture of ACoA aneurysms. Aneurysm irregularity represents the shape regularity of aneurysms. Several studies (3, 22) have found a significant correlation between aneurysmal shape and rupture risk. Irregular aneurysms are more commonly found in ruptured aneurysms than in unruptured aneurysms (23). One of the predictors for aneurysm growth in the ELAPSS score system was the shape of an aneurysm (24). Dhar et al. (25) proposed vessel angle for the first time. They evaluated vessel angles between 25 unruptured and 20 ruptured intracranial aneurysms and found no significant difference; however, Zheng et al. (26) reported a contrasting result. We found vessel angle was significantly larger in ruptured aneurysms than in unruptured aneurysms, which was consistent with the result of Zheng et al. Vessel angle incorporates the parent vessel geometry and implies blood flow direction, which may reflect hemodynamic characteristics (26, 27).

We developed a model combining the valuable morphologic parameters to assess the rupture risk of ACoA aneurysms. The PHASES score (28) used several risk factors to evaluate aneurysm rupture risk, and only one morphologic feature (i.e., aneurysm size) was considered. Recent studies (4, 29) found that this score might only provide a weak tool for evaluating aneurysm rupture risk and more parameters beyond those in the PHASES score might be needed to improve prediction performance. Another popular score consisted of six predictors, ELAPSS (24), which used two morphologic features, aneurysm size, and shape, for predicting the risk of growth of IA. This ELAPSS score was further externally validated and showed accurate calibration and modest discrimination in the external validation cohort (30). Therefore, more significant morphologic parameters may provide additional valuable information for rupture risk evaluation of IAs. We included aneurysm size, size ratio, aneurysm irregularity, flow angle, and vessel angle to develop a decision tree model to assess the rupture risk of ACoA aneurysms.

The decision tree model is capable of finding complex nonlinear relationships between variables (14). We developed the decision tree model achieving a relatively good prediction performance with overall accuracies of 79.8% in the training dataset and 73.7% in the test dataset by combining five valuable morphologic variables. This model is a tree-like structure that shows the various outcomes from a series of decisions, which consists of three main elements: a root node, leaf nodes, and branches. Any path beginning from the root node is described by a data separating sequence until a Boolean outcome at the leaf node is achieved (31). Currently, with the advancement of machine learning techniques, support vector machines, artificial neural networks, linear, ridge, and lasso regression models, and random forest have been applied for rupture risk assessment of IAs (1013). The random forest models of Tanioka et al. (13) achieved accuracies of 77, 71.2, and 78.3% by using morphologic parameters, hemodynamic parameters, and both morphologic and hemodynamic parameters, respectively. Accuracy was not significantly improved by adding hemodynamic features, and possible reasons were that scientists used generalized boundary conditions instead of patient-specific boundary conditions. Compared with other machine learning methods, the decision tree visually demonstrates cause-and-effect relationships and provides a simplified and easy-to-understand view of a potentially complicated process (14). Therefore, our finding suggests that the decision tree model may be an ideal tool to assess aneurysm rupture.

There are several limitations to this study. First, this is not an observational prospective natural history study of aneurysms [such as the ISUIA study (20)], which may limit the application of our decision tree model in future rupture risk assessment of IAs. Second, IAs may shrink after rupture, which may influence the measurement accuracy of morphologic parameters. However, several studies found no evidence for shrinkage of IAs after rupture (32, 33). Third, our model has not been externally validated. Finally, only the Chinese population is involved in this study. Previous studies have found that the rupture risk of IA is population-dependent. The generalization of our model to other populations should be with caution.

Conclusion

In summary, we investigated risk factors associated with ACoA aneurysm rupture and developed a decision tree model to assess rupture risk based on size ratio, flow angle, vessel angle, aneurysm irregularity, and aneurysm size. Our model achieved a good performance and is easy to use, which may facilitate the decision-making of treatment for unruptured ACoA aneurysms.

Data Availability Statement

The raw data supporting the conclusions of this article will be made available by the authors, without undue reservation.

Ethics Statement

The studies involving human participants were reviewed and approved by the Ethical Committee of Renji Hospital and the First Affiliated Hospital of Wenzhou Medical University. Written informed consent for participation was not required for this study in accordance with the national legislation and the institutional requirements.

Author Contributions

JL, YY, and BZ were involved in the conceptualization of the study. JL, HX, YC, BL, JZ, JW, YP, and BZ were involved in the acquisition and analysis of the data. JL and BZ contributed to the statistical analysis and model development and wrote the first manuscript. YY and BZ were guarantors of the overall content. All authors were involved in data interpretation, read, and approved the final manuscript.

Funding

This work was supported by the Shanghai Science and Technology Project (21Y11906200), the National Facility for Translational Medicine (Shanghai) TMSK-2021-147, SJTU Medical Engineering Crosscutting Research Foundation (ZH2018ZDA07), the Wenzhou Major Program of Science and Technology Innovation (ZY2020012), Basic Research Project of Wenzhou (Y2020166), and the Key Laboratory of Intelligent Medical Imaging of Wenzhou (2021HZSY0057).

Conflict of Interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher’s Note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

1. Etminan N, Rinkel GJ. Unruptured intracranial aneurysms: development, rupture and preventive management. Nat Rev Neurol. (2016) 12:699–713. doi: 10.1038/nrneurol.2016.150

PubMed Abstract | CrossRef Full Text | Google Scholar

2. Brisman JL, Song JK, Newell DW. Cerebral aneurysms. N Engl J Med. (2006) 355:928–39. doi: 10.1056/NEJMra052760

PubMed Abstract | CrossRef Full Text | Google Scholar

3. Morita A, Kirino T, Hashi K, Aoki N, Fukuhara S, Hashimoto N, et al. The natural course of unruptured cerebral aneurysms in a Japanese cohort. N Engl J Med. (2012) 366:2474–82. doi: 10.1056/NEJMoa1113260

PubMed Abstract | CrossRef Full Text | Google Scholar

4. Pagiola I, Mihalea C, Caroff J, Ikka L, Chalumeau V, Iacobucci M, et al. The PHASES score: to treat or not to treat? Retrospective evaluation of the risk of rupture of intracranial aneurysms in patients with aneurysmal subarachnoid hemorrhage. J Neuroradiol. (2020) 47:349–52. doi: 10.1016/j.neurad.2019.06.003

PubMed Abstract | CrossRef Full Text | Google Scholar

5. Roi DP, Mueller JD, Lobotesis K, McCague C, Memarian S, Khan F, et al. Intracranial aneurysms: looking beyond size in neuroimaging: the role of anatomical factors and haemodynamics. Quant Imaging Med Surg. (2019) 9:537–45. doi: 10.21037/qims.2019.03.19

PubMed Abstract | CrossRef Full Text | Google Scholar

6. Bakker MK, van der Spek RAA, van Rheenen W, Morel S, Bourcier R, Hostettler IC, et al. Genome-wide association study of intracranial aneurysms identifies 17 risk loci and genetic overlap with clinical risk factors. Nat Genet. (2020) 52:1303–13. doi: 10.1038/s41588-020-00725-7

PubMed Abstract | CrossRef Full Text | Google Scholar

7. Cai W, Hu C, Gong J, Lan Q. Anterior communicating artery aneurysm morphology and the risk of rupture. World Neurosurg. (2018) 109:119–26. doi: 10.1016/j.wneu.2017.09.118

PubMed Abstract | CrossRef Full Text | Google Scholar

8. Chen Y, Xing H, Lin B, Zhou J, Ding S, Wan J, et al. Morphological risk model assessing anterior communicating artery aneurysm rupture: development and validation. Clin Neurol Neurosurg. (2020) 197:106158. doi: 10.1016/j.clineuro.2020.106158

PubMed Abstract | CrossRef Full Text | Google Scholar

9. Handelman GS, Kok HK, Chandra RV, Razavi AH, Lee MJ, Asadi H. eDoctor: machine learning and the future of medicine. J Intern Med. (2018) 284:603–19. doi: 10.1111/joim.12822

PubMed Abstract | CrossRef Full Text | Google Scholar

10. Silva MA, Patel J, Kavouridis V, Gallerani T, Beers A, Chang K, et al. Machine learning models can detect aneurysm rupture and identify clinical features associated with rupture. World Neurosurg. (2019) 131:e46–51. doi: 10.1016/j.wneu.2019.06.231

PubMed Abstract | CrossRef Full Text | Google Scholar

11. Liu JJ, Chen YC, Lan L, Lin BL, Chen WJ, Wang MH, et al. Prediction of rupture risk in anterior communicating artery aneurysms with a feed-forward artificial neural network. Eur Radiol. (2018) 28:3268–75. doi: 10.1007/s00330-017-5300-3

PubMed Abstract | CrossRef Full Text | Google Scholar

12. Liu Q, Jiang P, Jiang Y, Ge H, Li S, Jin H, et al. Prediction of aneurysm stability using a machine learning model based on pyradiomics-derived morphological features. Stroke. (2019) 50:2314–21. doi: 10.1161/STROKEAHA.119.025777

PubMed Abstract | CrossRef Full Text | Google Scholar

13. Tanioka S, Ishida F, Yamamoto A, Shimizu S, Sakaida H, Toyoda M, et al. Machine learning classification of cerebral aneurysm rupture status with morphologic variables and hemodynamic parameters. Radiol Artif Intell. (2020) 2:e190077. doi: 10.1148/ryai.2019190077

PubMed Abstract | CrossRef Full Text | Google Scholar

14. Charbuty B, Abdulazeez A. Classification based on decision tree algorithm for machine learning. J Appl Sci Technol Trends. (2021) 2:20–8. doi: 10.38094/jastt20165

CrossRef Full Text | Google Scholar

15. Xu T, Lin B, Liu S, Shao X, Xia N, Zhang Y, et al. Larger size ratio associated with the rupture of very small (=3 mm) anterior communicating artery aneurysms. J Neurointervent Surg. (2017) 9:278. doi: 10.1136/neurintsurg-2016-012294

PubMed Abstract | CrossRef Full Text | Google Scholar

16. Hackenberg KAM, Algra A, Al-Shahi Salman R, Frösen J, Hasan D, Juvela S, et al. Definition and prioritization of data elements for cohort studies and clinical trials on patients with unruptured intracranial aneurysms: proposal of a multidisciplinary research group. Neurocritical Care. (2019) 30:87–101. doi: 10.1007/s12028-019-00729-0

PubMed Abstract | CrossRef Full Text | Google Scholar

17. Tarulli E, Fox AJ. Potent risk factor for aneurysm formation: termination aneurysms of the anterior communicating artery and detection of A1 vessel asymmetry by flow dilution. AJNR Am J Neuroradiol. (2010) 31:1186–91. doi: 10.3174/ajnr.A2065

PubMed Abstract | CrossRef Full Text | Google Scholar

18. Friedman J, Hastie T, Tibshirani R. The Elements of Statistical Learning. Springer Series in Statistics New York. (Vol. 10). New York, NY: Springer (2001).

Google Scholar

19. Backes D, Vergouwen MD, Tiel Groenestege AT, Bor AS, Velthuis BK, Greving JP, et al. PHASES score for prediction of intracranial aneurysm growth. Stroke. (2015) 46:1221–6. doi: 10.1161/STROKEAHA.114.008198

PubMed Abstract | CrossRef Full Text | Google Scholar

20. International Study of Unruptured Intracranial Aneurysms Investigators. Unruptured intracranial aneurysms — risk of rupture and risks of surgical intervention. N Engl J Med. (1998) 339:1725–33. doi: 10.1056/NEJM199812103392401

PubMed Abstract | CrossRef Full Text | Google Scholar

21. Wermer MJ, van der Schaaf IC, Algra A, Rinkel GJ. Risk of rupture of unruptured intracranial aneurysms in relation to patient and aneurysm characteristics: an updated meta-analysis. Stroke. (2007) 38:1404–10. doi: 10.1161/01.STR.0000260955.51401.cd

CrossRef Full Text | Google Scholar

22. Lall RR, Eddleman CS, Bendok BR, Batjer HH. Unruptured intracranial aneurysms and the assessment of rupture risk based on anatomical and morphological factors: sifting through the sands of data. Neurosurg Focus. (2009) 26:E2. doi: 10.3171/2009.2.Focus0921

PubMed Abstract | CrossRef Full Text | Google Scholar

23. Abboud T, Rustom J, Bester M, Czorlich P, Vittorazzi E, Pinnschmidt HO, et al. Morphology of ruptured and unruptured intracranial aneurysms. World Neurosurg. (2017) 99:610–7. doi: 10.1016/j.wneu.2016.12.053

PubMed Abstract | CrossRef Full Text | Google Scholar

24. Backes D, Rinkel GJE, Greving JP, Velthuis BK, Murayama Y, Takao H, et al. ELAPSS score for prediction of risk of growth of unruptured intracranial aneurysms. Neurology. (2017) 88:1600–6. doi: 10.1212/wnl.0000000000003865

PubMed Abstract | CrossRef Full Text | Google Scholar

25. Dhar S, Tremmel M, Mocco J, Kim M, Yamamoto J, Siddiqui AH, et al. Morphology parameters for intracranial aneurysm rupture risk assessment. Neurosurgery. (2008) 63:185–96; discussion 196–7. doi: 10.1227/01.neu.0000316847.64140.81

CrossRef Full Text | Google Scholar

26. Zheng Y, Xu F, Ren J, Xu Q, Liu Y, Tian Y, et al. Assessment of intracranial aneurysm rupture based on morphology parameters and anatomical locations. J Neurointerv Surg. (2016) 8:1240–6. doi: 10.1136/neurintsurg-2015-012112

PubMed Abstract | CrossRef Full Text | Google Scholar

27. Baharoglu MI, Schirmer CM, Hoit DA, Gao BL, Malek AM. Aneurysm inflow-angle as a discriminant for rupture in sidewall cerebral aneurysms: morphometric and computational fluid dynamic analysis. Stroke. (2010) 41:1423–30. doi: 10.1161/strokeaha.109.570770

PubMed Abstract | CrossRef Full Text | Google Scholar

28. Greving JP, Wermer MJ, Brown RD Jr., Morita A, Juvela S, Yonekura M, et al. Development of the PHASES score for prediction of risk of rupture of intracranial aneurysms: a pooled analysis of six prospective cohort studies. Lancet Neurol. (2014) 13:59–66. doi: 10.1016/S1474-4422(13)70263-1

CrossRef Full Text | Google Scholar

29. Neyazi B, Sandalcioglu IE, Maslehaty H. Evaluation of the risk of rupture of intracranial aneurysms in patients with aneurysmal subarachnoid hemorrhage according to the PHASES score. Neurosurg Rev. (2019) 42:489–92. doi: 10.1007/s10143-018-0989-2

PubMed Abstract | CrossRef Full Text | Google Scholar

30. van Kammen MS, Greving JP, Kuroda S, Kashiwazaki D, Morita A, Shiokawa Y, et al. External validation of the ELAPSS score for prediction of unruptured intracranial aneurysm growth risk. J Stroke. (2019) 21:340–6. doi: 10.5853/jos.2019.01277

PubMed Abstract | CrossRef Full Text | Google Scholar

31. Witten IH, Frank E. Data Mining: Practical Machine Learning Tools And Techniques, Second Edition (Morgan Kaufmann Series. Burlington, MA: Morgan Kaufmann Publishers Inc (2011).

Google Scholar

32. Rahman M, Ogilvy CS, Zipfel GJ, Derdeyn CP, Siddiqui AH, Bulsara KR, et al. Unruptured cerebral aneurysms do not shrink when they rupture: multicenter collaborative aneurysm study group. Neurosurgery. (2011) 68:155–61. doi: 10.1227/NEU.0b013e3181ff357c

PubMed Abstract | CrossRef Full Text | Google Scholar

33. Yi J, Zielinski D, Chen M. Cerebral aneurysm size before and after rupture: case series and literature review. J Stroke Cerebrovasc Dis. (2016) 25:1244–8. doi: 10.1016/j.jstrokecerebrovasdis.2016.01.031

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: intracranial aneurysm, anterior communicating artery aneurysm, rupture risk, decision tree model, machine learning

Citation: Liu J, Xing H, Chen Y, Lin B, Zhou J, Wan J, Pan Y, Yang Y and Zhao B (2022) Rupture Risk Assessment for Anterior Communicating Artery Aneurysms Using Decision Tree Modeling. Front. Cardiovasc. Med. 9:900647. doi: 10.3389/fcvm.2022.900647

Received: 21 March 2022; Accepted: 15 April 2022;
Published: 13 May 2022.

Edited by:

Baohui Xu, Stanford University, United States

Reviewed by:

Kelvin Kian Loong Wong, University of Saskatchewan, Canada
Rahul Gupta, Lehigh Valley Health Network, United States

Copyright © 2022 Liu, Xing, Chen, Lin, Zhou, Wan, Pan, Yang and Zhao. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Yunjun Yang, yyjunjim@163.com; Bing Zhao, drzhaobing@yahoo.com

These authors have contributed equally to this work

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.