<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Explaining Predictions of Hypertension Disease through Anchors</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
				<date type="published" when="2024-10-20">20 October 2024</date>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Gabriella</forename><surname>Casalino</surname></persName>
							<email>gabriella.casalino@uniba.it</email>
							<affiliation key="aff0">
								<orgName type="department">Computer Science Department</orgName>
								<orgName type="institution">University of Bari Aldo Moro Bari</orgName>
								<address>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Giovanna</forename><surname>Castellano</surname></persName>
							<email>giovanna.castellano@uniba.it</email>
							<affiliation key="aff0">
								<orgName type="department">Computer Science Department</orgName>
								<orgName type="institution">University of Bari Aldo Moro Bari</orgName>
								<address>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Katarzyna</forename><surname>Kaczmarek-Majer</surname></persName>
							<affiliation key="aff1">
								<orgName type="department">Systems Research Institute</orgName>
								<orgName type="institution">Polish Academy of Sciences</orgName>
								<address>
									<settlement>Warsaw</settlement>
									<country key="PL">Poland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Pietro</forename><forename type="middle">Giovanni</forename><surname>Rizzo</surname></persName>
							<email>p.rizzo7@studenti.uniba.it</email>
							<affiliation key="aff0">
								<orgName type="department">Computer Science Department</orgName>
								<orgName type="institution">University of Bari Aldo Moro Bari</orgName>
								<address>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Gianluca</forename><surname>Zaza</surname></persName>
							<email>gianluca.zaza@uniba.it</email>
							<affiliation key="aff0">
								<orgName type="department">Computer Science Department</orgName>
								<orgName type="institution">University of Bari Aldo Moro Bari</orgName>
								<address>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff2">
								<address>
									<settlement>Santiago de Compostela</settlement>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Explaining Predictions of Hypertension Disease through Anchors</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
						<imprint>
							<date type="published" when="2024-10-20">20 October 2024</date>
						</imprint>
					</monogr>
					<idno type="MD5">EAA0F791B9EBC68D9BADA88FFD6C6D95</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T18:11+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Explainable Artificial Intelligence</term>
					<term>XAI</term>
					<term>Hypertension</term>
					<term>classification</term>
					<term>Decision Support System</term>
					<term>Photoplethysmography</term>
					<term>Feature selection</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Hypertension is a disease that stresses the arteries and can cause damage to vital organs. It is often asymptomatic, and timely diagnosis and management are crucial to prevent complications and mitigate the risks associated with the disease. Photoplethysmography has proven to be effective in capturing variations in blood volume within vessels and holds the potential for continuous monitoring of heartrelated diseases to be adopted in real-time systems <ref type="bibr" target="#b0">[1]</ref>. Using automated processing on "high-risk" medical data requires careful attention to regulations. The emergence of Explainable Artificial Intelligence (XAI) is especially important in this context because it can provide explanations that clarify the reasoning behind the results produced by automatic processing. This paper introduces the application of an agnostic algorithm called Anchors for explaining predictions related to hypertension levels through the use of concatenations of logic statements. This algorithm has been selected based on its ability to produce easily understandable explanations, which is particularly valuable in the medical domain, where the primary stakeholders are physicians and patients. Additionally, it has been chosen for its ability to balance classification and explanation accuracy. Furthermore, we have investigated the impact of varying the number of features utilized in the explanations on the quantitative measures. This exploration involved the application of diverse feature selection methods, and their outcomes were systematically compared. Experiments showed that reducing the number of features does not harm classification performance and significantly improves the quality of explanations.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>Explainable Artificial Intelligence (XAI) has gained a lot of attention in recent years due to AI's incredible and sometimes overwhelming capabilities. The increasing power of AI has made it necessary to establish regulations to ensure trustworthy, privacy-compliant, and ethical AI practices. XAI specifically refers to automated methods that can represent, in a way that is understandable for humans, the hidden mechanisms guiding their processing <ref type="bibr" target="#b1">[2]</ref>. The importance of XAI extends across various domains, with a particular emphasis on areas like healthcare. In such critical fields, understanding algorithms' inner workings has become essential <ref type="bibr" target="#b2">[3]</ref>. Physicians and patients alike need insight into how specific results are generated by an algorithm. This transparency is crucial for establishing trust in the technology and ensuring that AI applications are accurate and understandable to end-users. This need for explainability has become an absolute requirement in the medical domain, highlighting XAI's pivotal role in fostering trust and confidence in AI-driven decision-making processes <ref type="bibr" target="#b3">[4]</ref>. Explainable methods are broadly categorized into two groups: ante-hoc methods, which are inherently explainable by design, and post-hoc methods, which are applied to the outcomes of a machine learning method to extract explanations.</p><p>Depending on the type of data and methods employed, various XAI methods have been proposed in the literature, and they have been effectively used in the medical domain <ref type="bibr" target="#b4">[5]</ref>. Some examples are: feature importance techniques such as SHAP (SHapley Additive exPlanations) <ref type="bibr" target="#b5">[6]</ref> and LIME (Local Interpretable Model-agnostic Explanations) <ref type="bibr" target="#b6">[7]</ref>, Counterfactual Explanations <ref type="bibr" target="#b7">[8]</ref>, Layer-wise Relevance Propagation (LRP) <ref type="bibr" target="#b8">[9]</ref>, Rule-based Models <ref type="bibr" target="#b9">[10,</ref><ref type="bibr" target="#b10">11,</ref><ref type="bibr" target="#b11">12,</ref><ref type="bibr" target="#b12">13]</ref>, Attention Mechanisms <ref type="bibr" target="#b13">[14]</ref>, Surrogate Models <ref type="bibr" target="#b14">[15,</ref><ref type="bibr" target="#b15">16,</ref><ref type="bibr" target="#b16">17]</ref>.</p><p>In this work, we used the Anchors algorithm. It is a model-agnostic technique used for generating explanations that are both easy to understand and reliable. It focuses on creating simple and clear conditions (anchors) that explain a model's prediction for a specific instance (local explanations). By analyzing each instance, the algorithm identifies a set of features that, when present, are highly likely to lead to the model's prediction. These anchor conditions are combined using a disjunction (OR combination) to form a complete explanation. This makes it easy for end-users to understand and accept the reasons behind a model's decision. Moreover, Anchors attempts to balance precision and recall, ensuring that the generated conditions are accurate and cover a significant portion of the decision space <ref type="bibr" target="#b17">[18]</ref>.</p><p>The quality and correctness of explanations are closely related to the number of features used to describe the data. To investigate how the number of features influences the accuracy of explainability, we compared four different feature selection methods. The objective of this comparison was twofold: to identify the most effective algorithm and to determine which subset of features were the most relevant for the predictive task.</p><p>In this paper, a case study on predicting hypertension is used to demonstrate deriving explainable predictions for enhancing decision support systems.</p><p>Hypertension is a heart condition with increased blood pressure, increasing the likelihood of cerebral, cardiac, and renal events. Doctors often prescribe antihypertensive drugs to lower blood pressure and reduce the risk of cardiovascular problems. However, many patients still have uncontrolled hypertension and related risk factors. To prevent major cardiovascular events, monitoring blood pressure continuously is crucial <ref type="bibr" target="#b18">[19]</ref>. According to the World Health Organization (WHO), cardiovascular diseases (CVDs) are one of the leading causes of death <ref type="foot" target="#foot_0">1</ref> . Hypertension programs have proven effective in reducing the incidence of coronary heart disease and stroke, especially at the primary care level. However, these programs can be expensive,  requiring medical staff and resources to manage. To address these challenges, machine learning methods have emerged as useful tools to support medical decision-making <ref type="bibr" target="#b19">[20]</ref>, particularly in hypertension diagnosis <ref type="bibr" target="#b20">[21]</ref>.</p><p>In this scenario, photoplethysmography (PPG) emerges as a valuable tool for the continuous monitoring of vital sign parameters <ref type="bibr" target="#b21">[22,</ref><ref type="bibr" target="#b22">23]</ref>. Specifically, it finds widespread application in heart rate monitoring by utilizing light reflection due to blood variations in vessels <ref type="bibr" target="#b23">[24]</ref>. The present study utilizes a dataset of patient information and vital signs obtained from photoplethysmographic signals related to hypertension <ref type="bibr" target="#b24">[25]</ref>. There are various methods proposed in scientific works for explaining hypertension, such as in <ref type="bibr" target="#b25">[26,</ref><ref type="bibr" target="#b26">27,</ref><ref type="bibr" target="#b27">28,</ref><ref type="bibr" target="#b28">29]</ref>, just to mention a few. However, none of them concentrate on the accuracy of the explanation. We can provide local explanations for previously unseen samples using the Anchors algorithm. At the same time, we can study the balance between coverage and precision of the explanations derived.</p><p>The main findings of this work are as follows:</p><p>• a study decision support systems for hypertension that takes into account both the classification and explanation accuracy; • a study on the more effective subset of features useful for accurate predictions • a study on the more effective subset of features useful for accurate and easy-to-understand explanations.</p><p>The paper is organized as follows. Section 2 describes the data, the Anchors algorithm, and adopted feature selection algorithms. Section 3 presents quantitative and qualitative results to evaluate accuracy in terms of classification performance and explainability. In Section 4, we summarize our findings, draw conclusions, and outline future work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Materials and methods</head><p>The work aims to apply an explainable model, such as Anchors, to analyze tabular data on hypertension risk. The Anchors method, along with the hypertension dataset to be analyzed, is described in detail. Additionally, a brief overview of the feature selection methods is provided.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.">Data</head><p>We utilized a dataset containing the values of patients' photoplethysmographic (PPG) signals correlated with their respective physiological information. The study in <ref type="bibr" target="#b24">[25]</ref> aimed to find a possible correlation between the two sets of information collected. The dataset included 219 subjects (115 female and 104 male) aged between 21 and 86, with an average age of 58. In our research, we considered a subset of 8 input features, namely Sex, Age, Height, Weight, Systolic Blood Pressure (SBP), Diastolic Blood Pressure (DBP), Heart Rate (HR), and Body Mass Index (BMI). Our selection was guided by identifying the most influential features in classifying hypertension. Consequently, we excluded the features 𝑁 𝑢𝑚 and 𝑆𝑢𝑏𝑗𝑒𝑐𝑡_𝐼𝐷 as they did not contribute significantly to this classification. Figure <ref type="figure" target="#fig_1">1</ref> </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.">Explainable algorithm</head><p>The Anchors algorithm is designed to provide explanations for the predictions made by any blackbox classification model. This is done by identifying a decision rule that effectively describes the prediction process. Anchors <ref type="bibr" target="#b17">[18]</ref> uses a perturbation-based strategy for predictions made by black-box machine learning models. This produces easily understandable IF-THEN rules, known as anchors, that precisely define the instances to which they apply, even for those that may not have been previously observed. A rule anchors a prediction when changes in feature values have no effect on the prediction itself.</p><p>For each instance being considered, perturbations are created and evaluated, allowing the approach to bypass the structural and internal parameters of the black-box model. As a result, Anchors are model-agnostic, enabling their application across diverse classes of models. Anchors uses reinforcement learning techniques alongside a graph search algorithm to reduce the computational costs and avoid local optima.</p><p>An anchor is formally defined as:</p><formula xml:id="formula_0">E 𝒟𝑥(𝑧|𝐴) [1 𝑓 ^(𝑥)=𝑓 ^(𝑧) ] ≥ 𝜏, 𝐴(𝑥) = 1<label>(1)</label></formula><p>where 𝑥 represents the instance being explained; 𝐴 is a set of features, namely the resulting rule; 𝑓 indicates the classification model to be explained; 𝒟 𝑥 (𝑧|𝐴) indicates the distribution of neighbors of 𝑥, corresponding to 𝐴; 0 ≤ 𝑡 ≤ 1 specifies a precision threshold (only rules that achieve a local fidelity of at least 𝑡 are considered a valid result).</p><p>In <ref type="bibr" target="#b17">[18]</ref>, the coverage is introduced to determine the quality of rules. Coverage refers to identifying a set of rules that apply to a significant portion of a model's input space. This means that it calculates the probability of an anchor applying to its neighbors, which represents its perturbation space. The goal is to find a rule that has the highest coverage among all eligible rules that meets the precision threshold according to the probabilistic definition.</p><formula xml:id="formula_1">cov(𝐴) = E 𝒟(𝑧) [𝐴(𝑧)].<label>(2)</label></formula><p>Rules with more predicates are typically more precise than those with fewer predicates. On the other hand, a rule with many features is excessively specific and only applicable to a few instances, leading to low coverage values. Therefore, finding the right balance between precision and coverage is essential to identify the most significant rules that describe a larger portion of the model.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3.">Feature selection methods</head><p>To strike a balance between precision and coverage, reducing the number of features is necessary.</p><p>To achieve this, we employed four different feature selection algorithms, namely Feature Importance, Recursive Feature Elimination, Information Gain, and Correlation-Based. Each algorithm was tested with four different parameter settings, resulting in variations in the number of features considered, ranging from 2 to 6. Table <ref type="table" target="#tab_0">1</ref> summarises the sixteen different settings.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Results</head><p>A set of experiments was carried out to achieve two objectives: firstly, to evaluate the effectiveness of the Anchors algorithm in explaining hypertension data while altering the number of features employed to represent the data, and secondly, to investigate the influence of feature reduction on classification performance. The primary goal is to identify the best feature selection configuration that leads to favorable results in both explainability and classification performance. A value 0.95 was used for the Anchors' threshold 𝑡, resulting in highly precise rules. Empirical evaluation of this algorithm parameter has shown that this default value was optimal. The results were evaluated both quantitatively and qualitatively. The dataset was split into 33% for testing and the rest for training. A random forest classifier was implemented using the Scikit-learn library<ref type="foot" target="#foot_1">2</ref> with default parameters. We selected this classifier based on its performance demonstrated in a previous study <ref type="bibr" target="#b29">[30]</ref>. In that work, it outperformed other classification algorithms, including the perceptron, support vector machine, and neuro-fuzzy systems. Additionally, it exhibited stability when subjected to variations in data splits and feature numbers. Indeed, in that study, classifiers were compared using only two features. This was done to simplify the set of explanations returned from transparent models, such as fuzzy neural networks, making it easier for physicians to interpret. In this work, we take a step forward by utilizing a post-hoc explanation method that leverages natural language to explain the decision-making process that led to a given result with a black-box algorithm. However, even in this case, a high number of features compromises the clarity and effectiveness of the explanations. Therefore, we have reduced the number of features.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Quantitative results</head><p>Quantitative evaluation of the classification performance was carried out using standard classification metrics, such as accuracy, precision, recall, and F1 score, on different subsets of data. The outcomes of this evaluation, along with the number of features obtained from four feature selection methods, each having four different parameter settings, are presented in Table <ref type="table" target="#tab_1">2</ref>. Sixteen distinct subsets of data were generated through various configurations of feature selections, resulting in a range of features from 2 to 6. Additionally, we examined the scenario involving all features to assess whether reducing the number of features affects accuracy negatively or, conversely, leads to performance enhancement by reducing noise in the data.</p><p>Qualitative results confirm the robustness of random forest to the reduction of the number of features. The results remain consistent across different feature selection settings. In fact, reducing the number of features leads to an improvement in the classification performance. This indicates that some features contribute to noise and are not required for classification. A detailed analysis of the subsets of features will be conducted in the following paragraph.</p><p>As previously discussed, Anchors provides coverage and precision for each explanation, enabling us to quantify its performance. Table <ref type="table" target="#tab_2">3</ref> presents the average values of coverage and precision across samples for each feature selection setting, along with the number of returned features. We can observe a high value of precision, confirming the previous discussion. Moreover, for all the feature selection methods, we observe an increase in coverage as the number of adopted features is reduced, while still preserving classification performance. This analysis suggests that a lower number of features is preferable because it improves coverage values, and shorter explanations are easier to understand than longer ones. In particular, regarding the algorithm that returned the best performance in terms of explainability, all the algorithms with two features gave a coverage of 27%, which is the best. Thus, the quantitative analysis of the explanations is not able to identify the best setting of feature selection methods, but suggests that a lower number of features is better.  </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">Qualitative results</head><p>The qualitative evaluation aims to better understand the influence of different feature selection settings on the explanations. We reported the explanations obtained with Anchors without using feature selection and with the FI2 feature selection setting, along with the features selected by the different settings. Figure <ref type="figure" target="#fig_3">2</ref> illustrates the features selected from each setting. We can observe that, except for the correlation-based algorithm, which behaves completely differently, the other algorithms agree that the two most important features are Systolic and Diastolic blood pressure. When more features are added, they do not completely agree about the most important ones, but overall, age seems to be an important feature, as well as heart rate. Almost all the settings agree that height and weight are useless, as well as the BMI for most of them. The correlation-based algorithm returns completely different results; indeed, it is the only algorithm selecting sex and age as relevant other than the systolic blood pressure and the heart rate. Surprisingly, it does not select the diastolic blood pressure in any setting, resulting still in a good performance as previously discussed. These differences need further studies, so we will focus on the first three algorithms for the analysis of the explanations.</p><p>Figure <ref type="figure" target="#fig_5">3</ref> illustrates anchors generated for four instances belonging to the four classes: normal, Prehypertension, Stage 1 hypertension, and Stage 2 hypertension. Specifically, Figure <ref type="figure" target="#fig_5">3(a)</ref> displays the explanations obtained without feature selection, while Figure <ref type="figure" target="#fig_5">3(b)</ref> showcases the explanations after applying the feature selection setting FI2. When feature selection is applied, we observe an increase in coverage for all classes while the precision remains comparable or even increases. It was found that for the Normal class, only one feature, Systolic blood pressure, was enough to describe the class. However, very complex explanations were generated for the disease classes without feature selection. But, when feature selection was applied, the explanations became clear and easy-to-understand, with a reduced number of anchors. The  algorithm also identified differences between samples belonging to the three classes, where even if the two features involved were the same, the values of these features varied across classes. Similar results have been observed with the other feature selection settings.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Conclusion</head><p>This study aimed to assess the effectiveness of the Anchors algorithm in explaining hypertension data. To do this, we used a dataset that included patient personal information and vital signs obtained through photoplethysmography.</p><p>Previously, we used explainable algorithms to generate IF-THEN rules for classification explanations, which yielded lower results than black-box models. For this study, we used a post-hoc method that derives IF-THEN rules to explain a black-box model's decisions.</p><p>Our results showed that the Anchors algorithm was sensitive to the number of features in the data. An increased number of features led to decreased rule reliability (coverage). We compared sixteen different feature selection settings to understand this impact on classification performance and explainability. The results indicated that our chosen classification algorithm (random forest) remained robust even with reduced features.</p><p>Interestingly, only two out of eight features in the original data space yielded the best coverage values. This suggests a preference for concise explanations both quantitatively and qualitatively. Qualitative analysis also highlighted the agreement among feature selection algorithms, except for the correlation-based algorithm, regarding the importance of photoplethysmographic signalderived features, specifically Systolic Blood Pressure and Diastolic Blood Pressure. Moreover, the anchors generated for the hypertension data with feature selection are more compact and, thus, more understandable than those generated without feature selection. Additionally, the algorithm was able to correctly identify differences among the four classes and explain them in terms of conjunctions of anchors.</p><p>Overall, Anchors proved to be a viable solution for explaining black-box models in natural language, facilitating comprehension for humans. However, its effectiveness relies on a limited number of features. Therefore, the adoption of feature importance methods becomes essential when utilizing Anchors.</p><p>Future research will delve into exploring the impact of various feature selection settings on Anchors using different datasets. This investigation aims to determine whether any feature selection algorithm outperforms others or if an optimal approach exists for maximizing Anchors' effectiveness.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Dataset information: (a) the statistics of the feature values and (b) the occurrence values of the target class.</figDesc><graphic coords="3,89.29,89.70,204.18,75.96" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head></head><label></label><figDesc>(a) displays the box plots describing the input features. The plots show uniformly distributed feature values in the dataset for even representation in model processing. Finally, we can also observe that there are outlier points, as they fall outside the range defined by the box plot's whiskers. We found this problem consistent in Weight, Diastolic Blood Pressure, and BMI. The dataset contains four target classes, the healthy class Normal, and three classes representing the various disease states of hypertension, namely, Prehypertension, Stage 1, and Stage 2. As depicted in Figure 1(b), the dataset reveals a slight imbalance between the Normal and Prehypertension and the classes Stage 1 hypertension and Stage 2 hypertension classes, underscoring the challenge in the research and the need for a robust model.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Comparison of the features selected by the different feature selection settings.</figDesc><graphic coords="8,110.13,84.19,375.03,294.38" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_5"><head>Figure 3 :</head><label>3</label><figDesc>Figure 3: Examples of explanations obtained from the Anchors algorithm, for the four classes Normal, Stage 2 Hypertension, Stage 1 Hypertension, Prehypertension, without feature selection (a), and with the feature importance method FI 2 (b).</figDesc><graphic coords="9,151.80,273.19,291.67,164.27" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1</head><label>1</label><figDesc>Feature selection settings.</figDesc><table><row><cell>Algorithm</cell><cell cols="3">Parameter #Features Acronym</cell></row><row><cell></cell><cell>62.5%</cell><cell>5</cell><cell>FI1</cell></row><row><cell>Feature Importance</cell><cell>50% 37.5%</cell><cell>4 3</cell><cell>FI2 FI3</cell></row><row><cell></cell><cell>25%</cell><cell>2</cell><cell>FI4</cell></row><row><cell></cell><cell>65.5%</cell><cell>5</cell><cell>RFE1</cell></row><row><cell>Recursive Feature Elimination</cell><cell>50% 37.5%</cell><cell>4 3</cell><cell>RFE2 RFE3</cell></row><row><cell></cell><cell>25.5%</cell><cell>2</cell><cell>RFE4</cell></row><row><cell></cell><cell>62.5%</cell><cell>5</cell><cell>IG1</cell></row><row><cell>Information Gain</cell><cell>50% 37.5%</cell><cell>4 3</cell><cell>IG2 IG3</cell></row><row><cell></cell><cell>25%</cell><cell>2</cell><cell>IG4</cell></row><row><cell></cell><cell>0.7</cell><cell>6</cell><cell>CB1</cell></row><row><cell>Correlation based</cell><cell>0.6 0.5</cell><cell>5 4</cell><cell>CB2 CB3</cell></row><row><cell></cell><cell>0.3</cell><cell>3</cell><cell>CB4</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 2</head><label>2</label><figDesc>Quantitative results of the classifier, for different subsets of data, varying the number of the selected features.</figDesc><table><row><cell></cell><cell>#F</cell><cell>Acc.</cell><cell></cell><cell></cell><cell>Prec</cell><cell></cell><cell></cell><cell>Rec</cell><cell></cell><cell></cell><cell></cell><cell>F1</cell><cell></cell><cell></cell></row><row><cell></cell><cell></cell><cell></cell><cell>N</cell><cell>P</cell><cell>S1</cell><cell>S2</cell><cell>N</cell><cell>P</cell><cell>S1</cell><cell>S2</cell><cell>N</cell><cell>P</cell><cell>S1</cell><cell>S2</cell></row><row><cell>No FS</cell><cell>8</cell><cell>93%</cell><cell>90%</cell><cell>92%</cell><cell cols="3">100% 100% 100%</cell><cell>88%</cell><cell>93%</cell><cell>86%</cell><cell>95%</cell><cell>90%</cell><cell>96%</cell><cell>92%</cell></row><row><cell>FI1</cell><cell>5</cell><cell>99%</cell><cell>100%</cell><cell>96%</cell><cell cols="5">100% 100% 100% 100% 100%</cell><cell>86%</cell><cell>100%</cell><cell>98%</cell><cell>100%</cell><cell>92%</cell></row><row><cell>FI2</cell><cell>4</cell><cell cols="13">100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100%</cell></row><row><cell>FI3</cell><cell>3</cell><cell>97%</cell><cell>100%</cell><cell>93%</cell><cell cols="4">100% 100% 100% 100%</cell><cell>93%</cell><cell>86%</cell><cell>100%</cell><cell>96%</cell><cell>96%</cell><cell>92%</cell></row><row><cell>FI4</cell><cell>2</cell><cell cols="13">100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100%</cell></row><row><cell>RFE1</cell><cell>5</cell><cell>97%</cell><cell>96%</cell><cell>96%</cell><cell cols="3">100% 100% 100%</cell><cell>96%</cell><cell>100%</cell><cell>86%</cell><cell>98%</cell><cell>96%</cell><cell>100%</cell><cell>92%</cell></row><row><cell>RFE2</cell><cell>4</cell><cell>99%</cell><cell>100%</cell><cell>96%</cell><cell cols="5">100% 100% 100% 100% 100%</cell><cell>86%</cell><cell>100%</cell><cell>98%</cell><cell>100%</cell><cell>92%</cell></row><row><cell>RFE3</cell><cell>3</cell><cell>95%</cell><cell>96%</cell><cell>89%</cell><cell cols="3">100% 100% 100%</cell><cell>96%</cell><cell>86%</cell><cell>86%</cell><cell>98%</cell><cell>93%</cell><cell>92%</cell><cell>92%</cell></row><row><cell>RFE4</cell><cell>2</cell><cell cols="13">100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100%</cell></row><row><cell>IG1</cell><cell>5</cell><cell>99%</cell><cell>100%</cell><cell>96%</cell><cell cols="5">100% 100% 100% 100% 100%</cell><cell>86%</cell><cell>100%</cell><cell>98%</cell><cell>100%</cell><cell>92%</cell></row><row><cell>IG2</cell><cell>4</cell><cell cols="13">100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100%</cell></row><row><cell>IG3</cell><cell>3</cell><cell>97%</cell><cell>96%</cell><cell>96%</cell><cell cols="3">100% 100% 100%</cell><cell>96%</cell><cell>100%</cell><cell>86%</cell><cell>98%</cell><cell>96%</cell><cell>100%</cell><cell>92%</cell></row><row><cell>IG4</cell><cell>2</cell><cell cols="13">100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100%</cell></row><row><cell>CB1</cell><cell>6</cell><cell>93%</cell><cell>100%</cell><cell>90%</cell><cell>85%</cell><cell cols="3">100% 100% 100%</cell><cell>79%</cell><cell>71%</cell><cell>100%</cell><cell>95%</cell><cell>81%</cell><cell>83%</cell></row><row><cell>CB2</cell><cell>5</cell><cell>99%</cell><cell>96%</cell><cell cols="4">100% 100% 100% 100%</cell><cell>96%</cell><cell cols="2">100% 100%</cell><cell>98%</cell><cell>98%</cell><cell cols="2">100% 100%</cell></row><row><cell>CB3</cell><cell>4</cell><cell>99%</cell><cell>96%</cell><cell cols="4">100% 100% 100% 100%</cell><cell>96%</cell><cell cols="2">100% 100%</cell><cell>98%</cell><cell>98%</cell><cell cols="2">100% 100%</cell></row><row><cell>CB4</cell><cell>3</cell><cell>41%</cell><cell>58%</cell><cell>36%</cell><cell>0%</cell><cell>0%</cell><cell>54%</cell><cell>62%</cell><cell>0%</cell><cell>0%</cell><cell>56%</cell><cell>45%</cell><cell>0%</cell><cell>0%</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 3</head><label>3</label><figDesc>Average values of precision and coverage for different subsets of data, varying the number of the selected features.</figDesc><table><row><cell></cell><cell cols="3">#Feature AvgPrec AvgCov</cell></row><row><cell>No FS</cell><cell>8</cell><cell>89%</cell><cell>13%</cell></row><row><cell>FI1</cell><cell>5</cell><cell>87%</cell><cell>16%</cell></row><row><cell>FI2</cell><cell>4</cell><cell>85%</cell><cell>17%</cell></row><row><cell>FI3</cell><cell>3</cell><cell>85%</cell><cell>18%</cell></row><row><cell>FI4</cell><cell>2</cell><cell>84%</cell><cell>27%</cell></row><row><cell>RFE1</cell><cell>5</cell><cell>88%</cell><cell>16%</cell></row><row><cell>RFE2</cell><cell>4</cell><cell>85%</cell><cell>16%</cell></row><row><cell>RFE3</cell><cell>3</cell><cell>83%</cell><cell>20%</cell></row><row><cell>RFE4</cell><cell>2</cell><cell>84%</cell><cell>27%</cell></row><row><cell>IG1</cell><cell>5</cell><cell>87%</cell><cell>16%</cell></row><row><cell>IG2</cell><cell>4</cell><cell>83%</cell><cell>18%</cell></row><row><cell>IG3</cell><cell>3</cell><cell>86%</cell><cell>19%</cell></row><row><cell>IG4</cell><cell>2</cell><cell>83%</cell><cell>27%</cell></row><row><cell>CB1</cell><cell>6</cell><cell>88%</cell><cell>13%</cell></row><row><cell>CB2</cell><cell>5</cell><cell>86%</cell><cell>13%</cell></row><row><cell>CB3</cell><cell>4</cell><cell>81%</cell><cell>15%</cell></row><row><cell>CB4</cell><cell>3</cell><cell>72%</cell><cell>7%</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">WHO:https://www.who.int/news-room/fact-sheets/detail/cardiovascular-diseases-(cvds) (last accessed on May 5,</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">Python's Scikit-Learn library: https://scikit-learn.org/</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Acknowledgments</head><p>Giovanna Castellano and Gianluca Zaza acknowledge the support of the PNRR project FAIR -Future AI Research (PE00000013), Spoke 6 -Symbiotic AI (CUP H97G22000210007) under the NRRP MUR program funded by the NextGenerationEU. The research objectives of this paper are in partial fulfilment of the project EXPLICIT (CUP H93C23000890005). Gabriella Casalino acknowledges funding from the European Union PON project Ricerca e Innovazione 2014-2020, DM 1062/2021. G. Casalino and G. Castellano are with the CITEL -Centro Interdipartimentale di Telemedicina, University of Bari Aldo Moro. All authors are members of the INdAM GNCS research group. This paper has been partially supported by the "INdAM -GNCS Project", CUP_E53C22001930001.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Distributed full synchronized system for global health monitoring based on flsa</title>
		<author>
			<persName><forename type="first">G</forename><surname>Coviello</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Florio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Avitabile</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Talarico</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">M</forename><surname>Wang-Roveda</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Biomedical Circuits and Systems</title>
		<imprint>
			<biblScope unit="volume">16</biblScope>
			<biblScope unit="page" from="600" to="608" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Connecting the dots in trustworthy artificial intelligence: From ai principles, ethics, and key requirements to responsible ai systems and regulation</title>
		<author>
			<persName><forename type="first">N</forename><surname>Díaz-Rodríguez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Del</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Ser</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">L</forename><surname>Coeckelbergh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>De Prado</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Herrera-Viedma</surname></persName>
		</author>
		<author>
			<persName><surname>Herrera</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Information Fusion</title>
		<imprint>
			<biblScope unit="page">101896</biblScope>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Explainable anomaly detection of synthetic medical iot traffic using machine learning</title>
		<author>
			<persName><forename type="first">L</forename><surname>Aversano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">L</forename><surname>Bernardi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Cimitile</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Montano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Pecori</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Veltri</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">SN Computer Science</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="page" from="1" to="15" />
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Plenary: Explaining black-box models in natural language through fuzzy linguistic summaries</title>
		<author>
			<persName><forename type="first">K</forename><surname>Kaczmarek-Majer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Casalino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Castellano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dominiak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Hryniewicz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Kamińska</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Vessio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Díaz-Rodríguez</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Information Sciences</title>
		<imprint>
			<biblScope unit="volume">614</biblScope>
			<biblScope unit="page" from="374" to="399" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<title level="m" type="main">Towards true explainable artificial intelligence for real world applications</title>
		<author>
			<persName><forename type="first">H</forename><surname>Hagras</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2023">2023</date>
			<biblScope unit="page" from="5" to="13" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Machine learning model for predicting late recurrence of atrial fibrillation after catheter ablation</title>
		<author>
			<persName><forename type="first">J</forename><surname>Budzianowski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Kaczmarek-Majer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Rzeźniczak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Słomczyński</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Wichrowski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Hiczkiewicz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Musielak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ł</forename><surname>Grydz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Hiczkiewicz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Burchardt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Scientific Reports</title>
		<imprint>
			<biblScope unit="volume">13</biblScope>
			<biblScope unit="page">15213</biblScope>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Enhancing accuracy and interpretability in eeg-based medical decision making using an explainable ensemble learning framework application for stroke prediction</title>
		<author>
			<persName><forename type="first">S</forename><surname>Bouazizi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Ltifi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Decision Support Systems</title>
		<imprint>
			<biblScope unit="volume">178</biblScope>
			<biblScope unit="page">114126</biblScope>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Clarus: An interactive explainable ai platform for manual counterfactuals in graph neural networks</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">M</forename><surname>Metsch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Saranti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Angerschmid</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Pfeifer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Klemt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Holzinger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A.-C</forename><surname>Hauschild</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Biomedical Informatics</title>
		<imprint>
			<biblScope unit="volume">150</biblScope>
			<biblScope unit="page">104600</biblScope>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Improving deep neural network generalization and robustness to background bias via layer-wise relevance propagation optimization</title>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">R</forename><surname>Bassi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">S</forename><surname>Dertkigil</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Cavalli</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Nature Communications</title>
		<imprint>
			<biblScope unit="volume">15</biblScope>
			<biblScope unit="page">291</biblScope>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Balancing accuracy and interpretability through neuro-fuzzy models for cardiovascular risk assessment</title>
		<author>
			<persName><forename type="first">G</forename><surname>Casalino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Castellano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Kaymak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Zaza</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE Symposium Series on Computational Intelligence (SSCI)</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2021">2021. 2021</date>
			<biblScope unit="page" from="1" to="8" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Efnn-nulluni: An evolving fuzzy neural network based on null-uninorm</title>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">V</forename><surname>De Campos Souza</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Lughofer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Fuzzy Sets and Systems</title>
		<imprint>
			<biblScope unit="volume">449</biblScope>
			<biblScope unit="page" from="1" to="31" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Egnn-c+: Interpretable evolving granular neural network and application in classification of weaklysupervised eeg data streams</title>
		<author>
			<persName><forename type="first">D</forename><surname>Leite</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Silva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Casalino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Sharma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Fortunato</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A.-C</forename><surname>Ngomo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE Conference on Evolving and Adaptive Intelligent Systems (EAIS)</title>
				<imprint>
			<date type="published" when="2024">2024. 2024</date>
			<biblScope unit="page" from="1" to="8" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Openfl-xai: Federated learning of explainable artificial intelligence models in python</title>
		<author>
			<persName><forename type="first">M</forename><surname>Daole</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Schiavo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">L C</forename><surname>Bárcena</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Ducange</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Marcelloni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Renda</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">SoftwareX</title>
		<imprint>
			<biblScope unit="volume">23</biblScope>
			<biblScope unit="page">101505</biblScope>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Interactive medical image annotation using improved attention u-net with compound geodesic distance</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Ma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><forename type="middle">A</forename><surname>Bhatti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Huang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Expert Systems with Applications</title>
		<imprint>
			<biblScope unit="volume">237</biblScope>
			<biblScope unit="page">121282</biblScope>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">System resilience through health monitoring and reconfiguration</title>
		<author>
			<persName><forename type="first">I</forename><surname>Matei</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Piotrowski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Perez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>De Kleer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Tierno</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Mungovan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Turnewitsch</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Transactions on Cyber-Physical Systems</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="page" from="1" to="27" />
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Feature/vector entity retrieval and disambiguation techniques to create a supervised and unsupervised semantic table interpretation approach</title>
		<author>
			<persName><forename type="first">R</forename><surname>Avogadro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>D'adda</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Cremaschi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Knowledge-Based Systems</title>
		<imprint>
			<biblScope unit="page">112447</biblScope>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Ai-driven inclusion: Exploring automatic text simplification and complexity evaluation for enhanced educational accessibility</title>
		<author>
			<persName><forename type="first">D</forename><surname>Schicchi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Taibi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Higher Education Learning Methodologies and Technologies Online</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2023">2023</date>
			<biblScope unit="page" from="359" to="371" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Anchors: High-precision model-agnostic explanations</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">T</forename><surname>Ribeiro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Singh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Guestrin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the AAAI conference on artificial intelligence</title>
				<meeting>the AAAI conference on artificial intelligence</meeting>
		<imprint>
			<date type="published" when="2018">2018</date>
			<biblScope unit="volume">32</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Essential hypertension</title>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">H</forename><surname>Messerli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Williams</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Ritz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">The Lancet</title>
		<imprint>
			<biblScope unit="volume">370</biblScope>
			<biblScope unit="page" from="591" to="603" />
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Machine learning and the future of cardiovascular care: Jacc state-of-the-art review</title>
		<author>
			<persName><forename type="first">G</forename><surname>Quer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Arnaout</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Henne</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Arnaout</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of the American College of Cardiology</title>
		<imprint>
			<biblScope unit="volume">77</biblScope>
			<biblScope unit="page" from="300" to="313" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Future possibilities for artificial intelligence in the practical management of hypertension</title>
		<author>
			<persName><forename type="first">H</forename><surname>Koshimizu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Kojima</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Okuno</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Hypertension Research</title>
		<imprint>
			<biblScope unit="volume">43</biblScope>
			<biblScope unit="page" from="1327" to="1337" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">On the use of fis inside a telehealth system for cardiovascular risk monitoring</title>
		<author>
			<persName><forename type="first">G</forename><surname>Casalino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Castellano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Zaza</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">2021 29th Mediterranean Conference on Control and Automation (MED), IEEE</title>
				<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="173" to="178" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">A mobile app for contactless measurement of vital signs through remote photoplethysmography</title>
		<author>
			<persName><forename type="first">G</forename><surname>Casalino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Castellano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Nisio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Pasquadibisceglie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Zaza</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">2022 IEEE international conference on systems, man, and cybernetics (SMC)</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="2675" to="2680" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Efficient real-time camera based estimation of heart rate and its variability</title>
		<author>
			<persName><forename type="first">A</forename><surname>Gudi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Bittner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Lochmans</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Van Gemert</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the IEEE/CVF International Conference on Computer Vision Workshops</title>
				<meeting>the IEEE/CVF International Conference on Computer Vision Workshops</meeting>
		<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="0" to="0" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">A new, short-recorded photoplethysmogram dataset for blood pressure monitoring in china</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Liang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Elgendi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Scientific Data</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Real-time dual prediction of intradialytic hypotension and hypertension using an explainable deep learning model</title>
		<author>
			<persName><forename type="first">D</forename><surname>Yun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H.-L</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">G</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">K</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K.-H</forename><surname>Oh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">W</forename><surname>Joo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><forename type="middle">S</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">S</forename><surname>Han</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Scientific Reports</title>
		<imprint>
			<biblScope unit="volume">13</biblScope>
			<biblScope unit="page">18054</biblScope>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Exhyptnet: An explainable diagnosis of hypertension using efficientnet with ppg signals</title>
		<author>
			<persName><forename type="first">E.-S</forename><forename type="middle">A</forename><surname>El-Dahshan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">M</forename><surname>Bassiouni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">K</forename><surname>Khare</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R.-S</forename><surname>Tan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><forename type="middle">R</forename><surname>Acharya</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Expert Systems with Applications</title>
		<imprint>
			<biblScope unit="volume">239</biblScope>
			<biblScope unit="page">122388</biblScope>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">A novel low-power time synchronization algorithm based on a fractional approach for wireless body area networks</title>
		<author>
			<persName><forename type="first">G</forename><surname>Coviello</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Avitabile</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Florio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Talarico</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">M</forename><surname>Wang-Roveda</surname></persName>
		</author>
		<idno type="DOI">10.1109/ACCESS.2021.3115440</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Access</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="page" from="134916" to="134928" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">On the interpretability of machine learning-based model for predicting hypertension</title>
		<author>
			<persName><forename type="first">R</forename><surname>Elshawi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">H</forename><surname>Al-Mallah</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Sakr</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">BMC medical informatics and decision making</title>
		<imprint>
			<biblScope unit="volume">19</biblScope>
			<biblScope unit="page" from="1" to="32" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<monogr>
		<title level="m" type="main">Using an adaptive neuro-fuzzy inference system for the classification of hypertension</title>
		<author>
			<persName><forename type="first">G</forename><surname>Casalino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Castellano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Zaza</surname></persName>
		</author>
		<editor>WILF</editor>
		<imprint>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
