Next Article in Journal
Rare X-Linked Hypohidrotic Ectodermal Dysplasia in Females Associated with Ectodysplasin-A Variants and the X-Chromosome Inactivation Pattern
Previous Article in Journal
Heart Failure and Cardiomyopathies: CT and MR from Basics to Advanced Imaging
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Data-Driven Thyroid Nodule Diagnosis Using Belief Rule Base

1
College of Systems Engineering, National University of Defense Technology, Changsha 410073, China
2
School of Automation, Hangzhou Dianzi University, Hangzhou 310018, China
3
Department of Ultrasound, The First Affiliated Hospital of USTC, Hefei 230002, China
*
Author to whom correspondence should be addressed.
Diagnostics 2022, 12(10), 2299; https://doi.org/10.3390/diagnostics12102299
Submission received: 9 September 2022 / Revised: 19 September 2022 / Accepted: 20 September 2022 / Published: 23 September 2022
(This article belongs to the Section Machine Learning and Artificial Intelligence in Diagnostics)

Abstract

:
Doctors’ diagnosis preferences are different, which makes them adopt different assumptions in medical decision making. Taking the diagnosis of thyroid nodules as an example, this study compares three assumptions, namely deletion, imputation based on the distribution (distribution), and benign by default (benign). For deletion, which is the most used assumption, the clinical reports with missing features would be deleted. For distribution, the missing features would be replaced with a distribution of features with respective probabilities. Besides the two assumptions, certain doctors have also stated that they leave benign features unrecorded because they think that such benign features are irrelevant to the final diagnosis. Under the benign assumption, the missing features would be replaced with benign features. The three assumptions are tested comparatively. Moreover, the belief rule base (BRB) is used to construct the diagnostic model under the three assumptions since it is essentially a white-box approach that can provide good interpretability and direct access to doctors and patients. A total of 3766 clinical reports on thyroid nodule diagnosis were collected from ten radiologists over a seven-year period. Case study results validate that the benign by default assumption has produced the optimal results, although different doctors could present varied tendencies towards different assumptions. Guidance and suggestions for doctors’ practical work have been made based on the study results to improve work efficiency and diagnostic accuracy.

1. Introduction

Data are the interface between the practical real-world systems and the constructed model [1]. As uncertainty generally exists in practices, it is important to conduct accurate medical diagnoses using uncertain data [2]. Take the diagnosis of thyroid nodules as an example. There is always missing information in the clinical reports of thyroid nodules by doctors, which causes uncertainty in medical diagnosis [3]. In this sense, it is fair to assert that most, if not all, medical diagnosis is based on incomplete information, but not complete information.
Thyroid nodules are a common medical condition; however, they could be directly related to thyroid cancer if not accurately diagnosed in time and well-treated. The incidence of thyroid nodules increases with age, which is a serious threat to human health [4]. The American Thyroid Association (ATA) defines a thyroid nodule as “a thyroid scattered lesion that can be clearly distinguished from the surrounding thyroid tissue” [5]. Imaging examination plays an irreplaceable role in thyroid nodule diagnoses, such as computed tomography (CT), magnetic resonance imaging (MRI), and ultrasound [6]. Among them, CT and MRI, although far more expensive, cannot well distinguish whether there is airway compression or the extent of the posterior sternal thyroid gland [7]. Comparatively, the much cheaper ultrasound is more suitable for thyroid nodule diagnosis [8,9].
There are two major concepts that need to be cleared, namely the criterion and feature. A criterion in thyroid nodule diagnosis is one aspect that needs to be carefully observed. Normally, there are five major criteria, namely margin, contour, echogenicity, calcification type, and vascular distribution [10]. A feature in thyroid nodule diagnosis is the specific condition of a patient concerning one criterion [11]. For example, a feature presented in a patient concerning the “margin” criterion could be “well-defined (towards benign)” or “ill-defined (towards malignant)”. Nevertheless, a cutting-edge technique can only help provide high-resolution images, but doctors still need to translate those images into features concerning different criteria and record them in clinical reports [7,12]. However, it has to be found that missing features generally exist in many clinical reports. There could be different reasons for the missing features, e.g., lack of proper testing equipment, improper data-gathering/transference/handling practices, or simply the inability of the doctors [13,14]. Nevertheless, such missing features have brought great uncertainty in thyroid nodule diagnosis and should be properly addressed [15,16].
Although doctors can well understand the clinical reports with missing features as they are, they can not be handled in a diagnostic model or approach because they would be in incomplete format. As a consequence, the clinical reports with missing features would be deleted, which is common practice. However, after deletion, the remainder may be insufficient to generate statistically significant results [17,18]. To properly handle such missing features, researchers from different backgrounds have proposed different approaches. Among them, imputation is another type of approach that has been widely used [19]. In short, the imputation approach would fill the missing features with imputed features using the information in all clinical reports [20,21]. The original clinical reports must be of a large size to support the statistical calculation required by imputation [22,23,24].
To summarize, both the deletion and imputation approaches require a large amount of data [25,26,27]. However, it may be unsuitable to certain practical conditions when a large amount of data are unavailable. Moreover, the characteristics of the thyroid nodule diagnosis problem should also be taken into consideration. Certain features may be unrecorded for plausible reasons: they are deemed benign and irrelevant to the final diagnostic result and thus are not recorded. If so, deleting such clinical reports would be a waste of resources and imputation would cause more errors since the missing features should be benign [13,14].
Thyroid nodule diagnosis also requires higher interpretability and transparency, which cannot be provided by many black-box approaches [28]. To meet this challenge, the belief rule base (BRB) expert system is adopted, since it is essentially a white box that can be directly accessed by doctors, patients, and other stakeholders [29,30]. With BRB as the diagnostic tool, the above three assumptions and corresponding handling techniques are explored in this study, including deletion, imputation based on the distribution (“distribution” for short), and benign by default (“benign” for short). For the deletion assumption, the clinical reports with missing features would be deleted. For the distribution assumption, the missing features would be replaced by a distribution of features with respective probabilities. For the benign assumption, the missing features would be replaced by benign features.
To summarize, the primary objective of this paper is to propose a diagnostic approach for thyroid nodules using the belief rule base. Furthermore, three assumptions are tested in handling missing information in thyroid nodule diagnosis, namely deletion, imputation, and benign by default. A case of thyroid nodule diagnosis is studied to validate the proposed approach. A total of 3766 cases were collected from ten doctors in the Department of Ultrasound, The First Affiliated Hospital of USTC, from January 2012 to February 2019. Among them, 3082 cases were used as training data and 684 cases were used as testing data. Case study results show that for most doctors, the benign by default assumption produced the smallest error. Further exploration has also revealed that different doctors have presented varied tendencies, which can be used to identify specific models for different doctors and propose customized work guidance.
The remainder of this study is organized as follows. Section 2 presents the problem formulation and reviews the present literature. Section 3 introduces preliminaries on BRB and its inferencing and optimization procedures. Section 4 further introduces the diagnosis approach under the three assumptions. Section 5 introduces a practical thyroid nodule diagnosis case. This study is concluded in Section 6.

2. Literature Review

This section presents a literature review on how to handle the uncertainty that is caused by missing features, especially in the context of thyroid nodule diagnosis.
From the perspective of building a diagnostic model or proposing a diagnostic approach, the most commonly used means to handle missing features in thyroid nodule diagnosis is just to delete the clinical reports with missing features. It is the most effortless method and could be easily implemented, which is an essential factor in daily practice [21]. However, applying the deletion approach requires that the original clinical reports must be in a large size or there would not be enough left after deletion, thereby not meeting the statistical requirement of building a diagnostic model or proposing a diagnostic approach [22,25].
Another commonly used approach is to impute the missing features from the original clinical reports, which is a wider topic and involves more techniques [25]. There are several imputation methods, including mean imputation, regression imputation, hot and cold deck imputation, multiple imputations, etc. Mean imputation replaces missing features with the mean value of the known features [27]. Mean imputation usually underestimates the variance of the imputed missing features [21]. Therefore, it is suitable for simple descriptive research other than for complex analysis of variance estimates. Regression imputation is the regression of missing features to the observations, replacing the missing features with the predicted features [25,26]. The estimated missing features are completely related to the remaining features in the model, which results in multicollinearity [22,24]. This method makes better use of the information provided by the cases. The disadvantage is that all estimates follow a regression curve and do not represent any inherent changes in the cases. Hot deck imputation replaces missing features with similar full features in the current case, and cold deck imputation uses different cases, e.g., historical cases, etc. [20,23]. This method can help avoid the underestimation of variance. The disadvantage is that estimating missing features based on a single complete case lacks consideration of the overall properties of the cases. Multiple imputation (MI) is performed by constructing n (n > 1) substitute features for each missing feature to form D complete cases [27]. Each complete case is analyzed using the same statistical method for the complete case, and the individual results are combined to produce the final statistical inference. Compared with the single imputation, MI can better reflect the uncertainty caused by missing features and increase the efficiency of estimation.
To summarize, for either deletion of the clinical reports with missing features or imputation from existing clinical reports using whatever techniques, it is required that the size of the original clinical reports should be large enough to meet the requirements. Without a large number of clinical reports, there would be no statistical significance, and the deletion and imputation approaches could not be applied [21,22].

3. Preliminaries

3.1. BRB Basics

Interpretability is another requirement in constructing a diagnostic model for thyroid nodules. To meet this challenge, the belief rule base (BRB) is applied. As a rule-based expert system, its basic form can be easily understood by people from different professional backgrounds [29]. Its inferencing and integration process is analytic and transparent so that it can be observed, explained, and accessed by experts. Overall, BRB is essentially a white-box approach that can provide direct access to doctors, patients, and other stakeholders [30]. The above characteristics, especially being a white-box approach, makes it particularly suitable for a problem with such requirements, e.g., in the medical diagnosis context with a large economic, strategic, and even life–death significance where decisions must be made after calculated deliberations and the complete decision-making process must be clear to doctors and patients so that the accountabilities can be held [13,14]. It has also been successfully applied in many medical-related diagnoses and assessment problems [31,32,33,34,35].
A belief rule [29] in BRB is given in (1):
R l : if   ( x 1   is   A 1 k ) ( x 2   is   A 2 k ) ( x M   is   A M k ) ,             then { ( D 1 , β 1 , l ) , , ( D N , β N , l ) }   with   rule   weight   θ l
where x m ( m = 1 , , M ) stands for the mth attribute, A m k ( m = 1 , , M ; k = 1 , , K ) for the kth reference value of the mth attribute, M for the number of attributes, β n , l ( n = 1 , , N ) for the belief degree for the nth assessment grade D n , N for the number of diagnostic category, and “ ” for the conjunctive operator, which could also be disjunctive “ ” depending on the correlation among the attribute.

3.2. BRB Inferencing and Integration Procedures

The first step of BRB inferencing is to calculate the matching degree of the input information with the reference value [29,30]. The matching degree of the input with the kth reference value of the mth attribute is calculated in Equation (2):
φ ( I m * , A m j ) = { A m k + 1 I m * A m k + 1 A m k j = k ( A m k I m * A m k + 1 ) , κ ( I m * , A m j ) = 1 I m * A m k A m k + 1 A m k j = k + 1 , κ ( I m * , A m j ) = 1 0 j = 1 , 2 , , p ( m ) , j k , k + 1 , κ ( I m * , A m j ) = 0
The integrated matching degree for the mth attribute in the lth rule is calculated in Equation (3):
α m , l = φ ( I m * , A m j ) ε m φ ( I m * , A m j )
where ε m denotes the belief of the mth attribute being assessed as I x * .
The integrated matching degree for the lth conjunctive rule, α l , is calculated by Equation (4):
a l = m = 1 M α m , l
The integrated matching degree for the lth disjunctive rule [36,37], α l , is calculated by Equation (5):
a l = m = 1 M α m , l
The activated weight for the lth rule, w l , is calculated by Equation (6):
w l = θ l l = 1 L θ l α l
After BRB inferencing, with w l for L activated rules and β n , l in N diagnosis categories of L activated rules, L activated rules could be integrated using the Evidential Reasoning (ER) algorithm [38].
β n = μ [ l = 1 L ( w l β n , l + 1 w l n = 1 N β n , l ) l = 1 L ( 1 w l n = 1 N β n , l ) ] 1 μ [ l = 1 L ( 1 w l ) ]
and
μ = [ n = 1 N L = 1 L ( w L β n , l + 1 w l n = 1 N β n , l ) ( N 1 ) l = 1 L ( 1 w l n = 1 N β n , l ) ] 1
where β n represents the integrated belief for the nth diagnosis category.

3.3. BRB Optimization Procedures

As the initial BRB is constructed based on experts’ knowledge and historical data, it could be quite inaccurate, which calls for constructing an optimization model and designing an optimization algorithm.
For the optimization model, there are mainly two decisive variables, namely the initial weight of a rule and the beliefs of scales in the conclusion part. The optimization objective is the error between the actual diagnostic category and the BRB diagnostic category, which would be calculated by the interval-based distance error [14].
min E ( θ l , β n , l )
s. t.
0 < θ l 1
0 β n , l 1
n = 1 N β n , l = 1
where Equation (9a) denotes that the initial weight of any rule should be (0, 1]. Equation (9b) denotes that the belief of any scale in any rule should be [0, 1]. Equation (9c) denotes that the sum of the beliefs of all scales in any rule should be equal to 1, since there is no incomplete information in this study. Note that more restraints can be added to the optimized model by including new parameters as decisive variables.
Figure 1 shows the optimization algorithm with evolutionary algorithms (EAs) as the optimization engine. For the optimization algorithm, there are multiple steps, including initialization, which defines the parameters for the optimization engine, e.g., the number of individual, the number of generations, etc., and the parameters of BRB, e.g., the number of rules/attributes/scales, the weights of initial rules and attributes, etc.; optimization operation, which depends on the specific EA as the optimization engine, e.g., crossover and mutation by the genetic algorithm (GA), the inertia weight and the contraction coefficient by the particle swarm optimization (PSO), etc.; fitness calculation, which should be referred to the inferencing procedure of BRB as in Section 3.2, i.e., the fitness value is normally the error between the actual thyroid nodule diagnosis result and that produced by BRB, e.g., if the actual diagnosis results is 4A and BRB also produces 4A, then the error is “0”; selection, which selects the optimal individuals to enter the next generation, i.e., an individual with the smallest (largest) fitness value if the fitness function is a minimization (maximization) function; and stop criterion check by the preset number of generations.

4. Belief Rule-Based Thyroid Nodule Diagnosis Approach under Three Assumptions

Based on the introduction and literature review, three assumptions and corresponding handling techniques are applied in this study.

4.1. Assumption 1: Deletion

Assumption 1:
The clinical reports of thyroid nodule diagnosis with missing features are inadmissible by diagnostic approaches.
Under Assumption 1, the clinical reports with missing features are incomplete, which should be deleted since they are inadmissible by the diagnostic approaches. There are mainly two deletion methods, namely listwise deletion and pairwise deletion [22]. When a case is missing a feature on at least one of the criteria, the listwise deletion method deletes it from the specific analysis [21]. Comparatively, the pairwise deletion method states that if the features of the paired criteria are missing, the cases containing these paired criteria are deleted when performing the statistical calculation of the paired criteria.
In short, the deletion method is to delete the clinical reports with missing features. The deletion method has the advantages of simplicity and being easy to operate under practical conditions. It is suitable when there are a large number of clinical reports and the missing features are relatively small.

4.2. Assumption 2: Imputation Based on the Distribution

Assumption 2:
The missing features in clinical reports follow the same distribution of the respective criterion.
Under Assumption 2, the missing features concerning one criterion could be replaced by a distribution of features with respective probabilities. The distribution of features would be derived by calculating the statistical distribution of the features concerning the specific criterion using all of the clinical reports. This is called imputation based on distribution. The steps of imputation based on distribution with three steps are as follows:
Step 1: Calculate the number of missing features for each criterion.
For I clinical reports with M criteria, calculate the number of clinical reports with a missing feature on mth criterion, I m m i s s for m = 1, 2, …, M, and those containing a feature of the mth criterion, I m c o n t a i n .
Step 2: Calculate the probability of each feature concerning each criterion.
For the mth criterion, the distribution of probabilities, p( A m k ), k = 1, 2, …, K, m = 1, 2, …, M, is calculated by using all clinical reports that contain a respective feature, I m c o n t a i n , as Equation (10):
p ( A m k ) = n u m ( A m k ) / I m c o n t a i n
where A m k denotes the kth feature on the mth criterion; k = 1, 2, …, K, m = 1, 2, …, M, num( A m k ) denotes the number of A m k in I m c o n t a i n .
Step 3: Replace missing features by the distribution of features with respective probabilities.
For the mth criterion, replace the missing features with the corresponding distribution of features with respective probabilities, as Equation (11):
x m = [ ( A m 1 , p ( A m 1 ) ) , ( A m 2 , p ( A m 2 ) ) , , ( A m K , p ( A m K ) ) ]
where x m denotes the imputed features by the mth criterion, and there is k = 1 K p ( x m k ) = 1 .
Table the fourth criterion “calcification” with five features, namely A 4 1 , A 4 2 , A 4 3 , A 4 4 , and A 4 5 , as an example. A total of 720 clinical reports have been collected, of which 331 clinical reports are without features on the “calcification” criterion and 389 are with features on the “calcification” criterion. Upon calculation based on 389 clinical reports, the numbers of features in the “calcification” criterion are num( A 4 1 ) = 13, num( A 4 2 ) = 3, num( A 4 3 ) = 26, num( A 4 4 ) = 4, num( A 4 5 ) = 343, respectively. The probabilities of the features using the “calcification” criterion would be p( A 4 1 ) = 0.0334, p( A 4 2 ) = 0.0077, p( A 4 3 ) = 0.0668, p( A 4 4 ) = 0.0102, p( A 4 5 ) = 0.8817, respectively. As a result, the missing features on the “calcification” criterion in the 331 clinical reports would be imputed as x4 = [( A 4 1 , 0.0334), ( A 4 2 , 0.0077), ( A 4 3 , 0.0668), ( A 4 4 , 0.0102), ( A 4 5 , 0.8817)].

4.3. Assumption 3: Benign by Default

Assumption 3:
The doctors left the benign features unrecorded on purpose since they consider benign features irrelevant to the final diagnosis.
The clinical reports of the patient after the ultrasound examination include multiple criteria, including margin, contour, echogenicity, calcification, vascularity, etc., each of which contains several different features [13]. Each criterion may contain several different features. In the diagnostic process, the diagnostic time for the doctors is very limited. Thus, the doctor should provide the overall diagnosis of the patient in a short time [14]. In this process, the malignant features are more decisive to provide the overall diagnosis than the benign features. As a consequence, radiologists may pay more attention to observing and recording the malignant features rather than some benign features, which will result in missing features in the clinical reports. Under this assumption, the missing features should be considered benign features instead of unknown ones.
In terms of benign by default, radiologists can concentrate more on analyzing the most decisive malignant features, which could help achieve the final diagnosis with higher accuracy. For example, if a patient is presenting several malignant symptoms and the rest are benign, the doctor may only record the most prominent malignant features and recommend further tests directly, which would result in certain missing features. By doing so, doctors can concentrate more on analyzing the most decisive malignant features, which could help achieve the final diagnosis with higher accuracy. Now consider another extreme condition. If a patient presents one highly malignant feature concerning one criterion and no other malignant features concerning other criteria at all, the doctor is assertive towards a malignant diagnosis. Then, such a malignant diagnosis would be made in the clinical report along with the malignant feature while leaving other benign features unrecorded. Under this condition, the clinical report would still be accurate and effective, but with multiple missing features.

4.4. The Belief Rule-Based Thyroid Nodule Diagnosis Approach

According to three different situations, which are deletion, imputation based on distribution, and benign by default, an approach to diagnose thyroid nodules is proposed using BRB. The approach shown in Figure 2 includes five steps as follows.
Step 1: Gather data and divide them into training and testing datasets, respectively.
Step 2: Identify the corresponding assumption. Identify one out of the three assumptions, namely deletion, imputation, and benign. Details of the assumptions can be found in Section 4.1, Section 4.2, and Section 4.3, respectively.
Step 3: Construct the initial diagnostic model and further conduct parameter learning. Certain parameters are identified, the initial model is constructed, and then the model is further optimized under different assumptions using the training dataset. The detailed procedures for constructing an optimization model and designing a corresponding optimization algorithm can be found in Section 3.3, and the distance-based modeling error calculation procedure can be found in [14].
Step 4: Perform validation using the testing dataset.
Step 5: Gather validation results and perform further analysis, including focused analysis on each doctor and comprehensive analysis using the results of the ten doctors.

5. Thyroid Nodule Diagnosis Case Study

5.1. Background

In thyroid nodule diagnosis, five criteria are considered, namely margin, contour, echogenicity, calcification type, and vascular distribution. Doctors need to consider the features of the five criteria presented in the images to make an overall diagnosis (OD). Based on TIRADS classifications, which are widely accepted and used in many hospitals all around the world [7], thyroid nodules are often classified into eight categories, namely TIRADS 1, 2, 3, 4A, 4B, 4C, 5, and 6. Among the eight degrees, TIRADS 1 and 2 are considered highly benign, and TIRADS 6 is confirmed malignant. Thus, in this study, only TIRADS 3, 4A, 4B, 4C, and 5 are considered and listed in Table 1. The features concerning the five criteria in the clinical reports are recorded in the form of linguistic terms. Then, to be recognized by the proposed diagnostic model, they are translated into the corresponding TIRADS categories using the mapping relationship introduced in [14].
Table 2 and Table 3 show examples of features before and after translation. Based on Table 2 and Table 3, it can be found that there are a lot of missing features in the clinical reports. This may be caused by varied reasons, and the following case study would further explore how to deal with such missing features under three assumptions, namely deletion, imputation, and benign.

5.2. Statistical Analysis of Collected Cases of Thyroid Nodules

As shown in Figure 3, this study collected a total of 3766 clinical reports (also referred to as cases in the following of this case study) of 10 doctors on the diagnosis of thyroid nodules from January 2012 to February 2019. Among them, 3082 cases (from January 2012 to December 2017) were used as training data and 684 cases (from January 2018 to February 2019) were used as testing data.
In Figure 3, the first and second columns of each doctor’s histogram show the number of cases in the training/test datasets under the distribution and benign assumptions, respectively. Note that the training/testing datasets under the distribution and benign assumptions are entirely the same. The last column shows the number of cases in the training/testing datasets under the deletion assumption, as well as those with missing features that would not be used under the deletion assumption. We would further explore the makeup of the missing features for all of the ten doctors. Figure 4 presents the number of cases with missing features of the ten doctors.
In all cases with missing features, all of the ten doctors have the same feature mostly missing: calcification. For ten doctors, the cases with missing features on calcification make up about 36–69% of the entire cases and 46–88% of the cases with missing features. This is also consistent with the findings of many other doctors. Chan et al. reported that the absence of calcifications is nearly as common as their presence, which means that there exist some thyroid nodules without calcification features. It has also been reported that when faced with a possible benign calcification feature, doctors may not give a corresponding “calcification” diagnosis at all, for the reason that the presence of a feature of calcification may mistakenly increase the possibility of doctors considering the thyroid nodule as malignant. Considering that calcification is the criterion with the most missing features, it has great and pressuring challenges on how to meet this condition. To properly handle the missing features, we must explore different assumptions and handling techniques.

5.3. Results Comparison of One Doctor as an Example

In this section, Doctor No. 3 is used as an example to demonstrate the detailed procedures under the three assumptions, namely deletion, imputation, and benign. First of all, we would present the distance-based error between two TIRADS categories given in Table 4 using the error calculation procedure in Section 4.4.
Note that the distance-based error between the two TIRADS categories is different, ranging within [0, 1], which is more consistent with the actual situation. For example, the error (0.1943) between TIRADS 5 and TIRADS 4C is much smaller than that (0.9601) with TIRADS 3. Specifically, we would like to point out that the error (0.4957) between TIRADS 4B and TIRADS 5 is smaller than that (0.5148) with TIRADS 3. This is consistent with the practices in daily thyroid nodule diagnosis: TIRADS 4B is not a neutral diagnosis category but is in fact closer to a malignant diagnosis: TIRADS 4B would need to be confirmed by FNAB, as indicated by Table 1.
In this study, the differential evolutionary (DE) algorithm is applied as the optimization engine [39]. The individual is set at 20 and the number of generations is set at 500. A total of 30 runs were conducted for the three assumptions. Table 5, Table 6 and Table 7 show the three optimal BRBs produced using the data of Doctor No. 3 under the three assumptions. Figure 5 shows the diagnosis and error of the three BRBs whose MSEs are 0.2866 (deletion), 0.2014 (distribution), and 0.1539 (benign), respectively.
Based on Table 5, Table 6 and Table 7, and Figure 5, the following observations can be drawn:
(1) To compare the deletion and distribution assumptions, there are a total of 197 and 609 cases for constructing and optimizing the BRB under the deletion and distribution assumptions, respectively. Overall, the BRB under the deletion is inferior to that under the distribution assumption. However, upon further investigation, it is found that this may be due to the smaller testing dataset (only 40) under the deletion assumption than that (129) under the distribution assumption. If only comparing the 40 sets of data with complete features, the MSE for the BRB under the distribution assumption is 0.3023, which is actually inferior to that under the deletion assumption (0.2866). It indicates that the cases with missing features also contain very useful information and can help improve diagnostic accuracy.
(2) To compare the distribution and benign assumptions, the MSE (0.1539) of the benign assumption is smaller than that (0.2014) under the distribution assumption. For a total of 129 cases in the testing dataset, both models produced the same results for 87 cases. For the remaining 42 cases, the distribution assumption produced inferior results in comparison with the benign assumption: the distribution assumption produced bigger MSEs in 29 cases, while the benign assumption produced bigger MSEs in 13 cases.
(3) Moreover, the presented results also show varied tendencies among the three assumptions. The deletion assumption tends to produce more severe results, while the distribution and benign assumption tend to produce relatively less severe results.

5.4. Comparative Results of Ten Doctors under Three Assumptions

Following the proposed approach, three models under three assumptions are constructed and optimized for the remaining nine doctors. Table 8 shows the results of ten doctors under the three assumptions, as well as their average results concerning different assumptions and different doctors.
Based on Table 8, the following conclusions can be drawn:
(1) Generally, by comparing the average results of different assumptions, it is found that the benign assumption produced the smallest MSE of 0.1631, which is 11.32% smaller than that under the distribution assumption (average MSE is 0.1840) and 21.18% smaller than that under the deletion assumption (average MSE is 0.2118).
(2) Specifically, the above general observation can be different concerning different doctors. Comparing the results under the distribution and benign assumption, it can be found that for doctors 1/3/4/5/6/7/8, the results under the benign assumption are superior to those under the distribution assumption. Comparing the results under the deletion and benign assumptions, it can be found that for doctors 1/2/3/4/5/7/8, the results under the benign assumption are superior to those under the deletion assumption.
To summarize, both the general and specific comparative results show that the benign assumption prevails over the distribution assumption and further deletion assumption. However, it can also be found that the condition could vary concerning different doctors. Next, we would further explore the detailed results concerning the ten doctors. Figure 6a–d compares the MSEs under the three assumptions, which leads to the following conclusions.
(1) Overall, the benign assumption produced the optimal results with the smallest MSEs: five out of ten are with the smallest MSEs. The most inferior performance was achieved by the distribution assumption, and the deletion assumption produced the least optimal results. Nine out of 10 models under the benign assumption produced MSEs smaller than 0.2, while that number is 4 and 5 for the deletion and distribution assumptions, respectively.
(2) The distribution assumption produced the most stable results. According to the width of the band chart under the three assumptions presented in Figure 6b or c or d, the stability of the distribution assumption is the best, because the width of the band chart is relatively narrower for all of the ten doctors: the fluctuation between the maximum and the minimum values is smaller than the other two assumptions. The smallest fluctuation denotes that the data distribution of the training dataset is the same as that in the testing dataset, which is the natural result due to the adoption of the distribution assumption.
(3) Different doctors presented varied diagnostic tendencies towards different assumptions. Doctor 10 is the best in terms of both the stability and accuracy of the three assumptions. For Doctor 3, Doctor 6, and Doctor 7, their stabilities vary under different assumptions. For example, Doctor 6 has the poorest stability of the deletion assumption but also has a good stability of the distribution assumption. Moreover, it is worth mentioning that the results produced by Doctor 9 are relatively stable, but the accuracy is the most inferior under the three assumptions. As a consequence, specific recommendations can be made for different doctors as well. For example, it is recommended to apply the deletion assumption to Doctor 8 since their MSE under the deletion assumption is far smaller than the other two assumptions. Moreover, their models are also the most stable under the deletion assumption. Another example is Doctor 5, who should be recommended to adopt the benign assumption since their MSE under the benign assumption is the smallest and the corresponding models are also the most stable. In conclusion, different doctors have produced different tendencies. With this, different suggestions and guidance can be made to different doctors.

5.5. Discussion

Based on the results of the case study, the following can be observed:
(1) Missing features generally used in clinical reports in thyroid nodule diagnosis. Based on the statistical analysis of a total of 3766 clinical reports (cases) of ten doctors derived over 7 years, it is revealed that there are a large number of cases with missing features that could make up to between 50% and 80% of all cases. Among the five criteria critical to thyroid nodule diagnosis, calcification has the most missing features, ranging from 36% to 69% of all cases and from 46% to 88% of the cases with missing features. To properly handle the missing features, three assumptions are explored, namely deletion, which is the most prevailing practice; distribution, which replaces the missing features with a distribution of features; and benign by default, which replaces the missing features with benign features. Case study results show that:
(2) Upon comparison with the results under the three assumptions, it is found that the benign assumption produced the optimal results with the smallest MSE. That is to say, the missing features should be deemed benign features. It validates that the features are actually left unrecorded on purpose by many doctors because they consider benign features irrelevant to produce the final diagnosis. This is consistent with the daily practices of doctors but a little unorthodox with other practices in other domains. To further explain, missing features would normally be just considered missing and disregarded. If there is a large amount of data, the deletion approach would be fine. However, this is impractical in thyroid nodule diagnosis for at least one reason: there are not so much data in the first place: only 3766 sets of data have been collected from ten doctors over 7 years. The distribution assumption did not prove to be very inaccurate, but was quite impractical at least. This suggests that more information does not necessarily guarantee more accurate results; the information doctors record may be enough to obtain the accurate diagnostic result.
(3) Different doctors present varied tendencies. Although it validates that the benign by default assumption produced the optimal result, the actual condition varies depending on specific doctors. For example, Doctors 9 and 10 have the best performance under the distribution assumption, and Doctors 6 and 8 have the best accuracy under the deletion assumption. The difference concerning the tendencies demonstrated by the ten doctors is consistent with common knowledge and perceptions as well: people are just different. This novel difference can provide insights: the benign assumption can be applied if there are insufficient data, and the most appropriate assumption can be suggested to certain doctors if more information concerning this specific doctor is available.
(4) Guidelines for practical words can be drawn based on the results of this study. First, there is actually no need to compulsorily require the doctor to record all features because it is most accurate to just assume the missing features as benign by default. Second, the request for more comprehensive information may not lead to more accurate results but can at least improve model stability, since the distribution assumption produced models with the highest stability denoted by the smallest variance. Third, every doctor has respective tendencies towards different assumptions. Their diagnostic tendencies should be taken into consideration when providing specific suggestions for improving their diagnostic accuracy.

6. Conclusions

The uncertainty caused by missing features is a norm in data-driven medical decision making. By adopting the BRB to construct a model, three assumptions and corresponding handling techniques were compared, namely deletion, imputation based on distribution, and benign by default. A real-world thyroid nodule diagnosis case was studied for testing the three assumptions using a total of 3766 cases of ten doctors derived over 7 years from a tertiary hospital in the Anhui province. Case study results show that: (1) the conventional deletion assumption does not work as expected, mainly because deleting too many cases would cause losing too much useful information; (2) the imputations based on distribution assumption produced the most stable results, although slightly inferior overall performance, mainly suggesting that it may be impractical under daily medical practices; (3) the benign assumption produced the optimal results with the smallest MSEs for most doctors, which indicates that doctors do omit benign features which they consider irrelevant to the final diagnostic result; and (4) besides the overall results, different doctors also presented varied tendencies which can be used as guidance for their respective future work. Based on the above results, guidance for practical work has been suggested.
For future work, the benign assumption should be further tested on more diseases and enlarged benchmarks. Moreover, other white-box approaches or their combination with deep learning approaches could also be tested as the inference engine as well for identifying the fittest model for other medical cases.

Author Contributions

Writing—original draft preparation, J.J. and L.C.; writing—review and editing, J.J. and R.Z.; supervision, L.C.; programming, R.Z. and X.L.; validation, X.L. and J.J. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the National Natural Science Foundation of China under Grants 71901212 and 72071206.

Informed Consent Statement

Informed consent was obtained from all subjects involved in the study. Written informed consent has been obtained from the patients to publish this paper.

Data Availability Statement

The data used to support the findings of this study are available from the corresponding author upon request.

Acknowledgments

The authors gratefully thank the doctors from The First Affiliated Hospital of USTC for providing constructive advice.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Chang, L.L.; Jiang, J.; Sun, J.B.; Chen, Y.W.; Zhou, Z.J.; Xu, X.B.; Tan, X. Disjunctive belief rule base spreading for threat level assessment with heterogeneous, insufficient, and missing information. Inf. Sci. 2019, 476, 106–131. [Google Scholar] [CrossRef]
  2. Biondi, B.; Filetti, S.; Schlumberger, M. Thyroid-hormone therapy and thyroid cancer: A reassessment. Nat. J. Pract. Endocrinol. Metab. 2005, 1, 32–40. [Google Scholar] [CrossRef] [PubMed]
  3. Rosar, F.; Burgard, C.; Lixmeiler, M.; Stahl, P.R.; Khreish, F.; Ezziddin, S. Strongly Radioiodine-Positive Pancreatic Adenocarcinoma Mimicking Metastasis of Differentiated Thyroid Cancer. Diagnostic 2022, 12, 1934. [Google Scholar] [CrossRef] [PubMed]
  4. Choi, R.; Lee, S.G.; Lee, E.H. Patient Population and Test Utilization for Thyroid Function in Local Clinics and Hospitals in Korea. Diagnostic 2022, 12, 1638. [Google Scholar] [CrossRef] [PubMed]
  5. Haugen, B.R.; Alexander, E.K.; Bible, K.C.; Doherty, G.M.; Mandel, S.J.; Nikiforov, Y.E.; Pacini, F.; Randolph, G.W.; Sawka, A.W.; Schlumberger, M.; et al. American thyroid association management guidelines for adult patients with thyroid nodules and differentiated thyroid cancer: The American thyroid association guidelines task force on thyroid nodules and differentiated thyroid cancer. Thyroid 2016, 26, 1–133. [Google Scholar] [CrossRef]
  6. Kant, R.; Davis, A.; Verma, V. Thyroid nodules: Advances in evaluation and management. Am. Fam. Physician 2020, 102, 298–304. [Google Scholar]
  7. Castellana, M.; Castellana, C.; Treglia, G.; Giorgino, F.; Giovanella, L.; Russ, G.; Trimboli, P. Performance of five ultrasound risk stratification systems in selecting thyroid nodules for FNA. J. Clin. Endocrinol. Metab. 2020, 105, 1659–1669. [Google Scholar] [CrossRef]
  8. Bernardi, S.; Giudici, F.; Cesareo, R.; Antonelli, G.; Cavallaro, M.; Deandrea, M.; Giusti, M.; Mormile, A.; Negro, R.; Palermo, A.; et al. Five-year results of radiofrequency and laser ablation of benign thyroid nodules: A multicenter study from the Italian minimally invasive treatments of the thyroid group. Thyroid 2020, 30, 1759–1770. [Google Scholar] [CrossRef]
  9. Papini, E.; Monpeyssen, H.; Frasoldati, A.; Hegedüs, L. European thyroid association clinical practice guideline for the use of image-guided ablation in benign thyroid nodules. Eur. Thyroid J. 2020, 9, 172–185. [Google Scholar] [CrossRef]
  10. Park, J.Y.; Lee, H.J.; Jang, H.W.; Kim, H.K.; Yi, J.H.; Lee, W.; Kim, S.H. A proposal for a thyroid imaging reporting and data system for ultrasound features of thyroid carcinoma. Thyroid 2009, 19, 1257–1264. [Google Scholar] [CrossRef]
  11. Ospina, N.S.; Iñiguez-Ariza, N.M.; Castro, M.R. Thyroid nodules: Diagnostic evaluation based on thyroid cancer risk assessment. BMJ 2020, 368, 16670. [Google Scholar]
  12. Veres, C.; Garsi, J.P.; Rubino, C.; Pouzoulet, F.; Bidault, F.; Chavaudra, J.; Bridier, A.; Ricard, M.; Ferreira, I.; Lefkopoulos, D.; et al. Thyroid volume measurement in external beam radiotherapy patients using CT imaging: Correlation with clinical and anthropometric characteristics. Phys. Med. Biol. 2010, 55, 507–519. [Google Scholar] [CrossRef] [PubMed]
  13. Fu, C.; Liu, W.; Chang, W. Data-driven multiple criteria decision making for diagnosis of thyroid cancer. Ann. Oper. Res. 2020, 293, 833–862. [Google Scholar] [CrossRef]
  14. Fu, C.; Chang, W.; Liu, W.; Yang, S. Data-driven group decision making for diagnosis of thyroid nodule. Sci. China Inf. Sci 2019, 62, 212205. [Google Scholar] [CrossRef]
  15. Little, R.; Rubin, D. Statistical Analysis with Missing Data, 3rd ed.; John Wiley & Sons: Hoboken, NJ, USA, 2019. [Google Scholar]
  16. Austin, P.C.; White, I.R.; Lee, D.S.; Buuren, S. Missing data in clinical research: A tutorial on multiple imputation. Can. J. Cardiol. 2021, 37, 1322–1331. [Google Scholar] [CrossRef] [PubMed]
  17. Horvath, E.; Majlis, S.; Rossi, R.; Franco, C.; Niedmann, J.P.; Castro, A.; Dominguez, M. An ultrasonogram reporting system for thyroid nodules stratifying cancer risk for clinical management. J. Clin. Endocrinol. Metab. 2009, 94, 1748–1751. [Google Scholar] [CrossRef]
  18. Horvath, E.; Silva, C.F.; Majlis, S.; Rodriguez, L.; Skoknic, V.; Castro, A.; Rojas, H.; Niedmann, J.P.; Madrid, A.; Capdeville, E.; et al. Prospective validation of the ultrasound based tirads (thyroid imaging reporting and data system) classification: Results in surgically resected thyroid nodules. Eur. Radiol. 2017, 27, 2619–2628. [Google Scholar] [CrossRef]
  19. Carpenter, J.R.; Smuk, M. Missing data: A statistical framework for practice. Biom. J. 2021, 63, 915–947. [Google Scholar] [CrossRef] [PubMed]
  20. Madley-Dowd, P.; Hughes, R.R.; Tilling, K.; Heron, J. The proportion of missing data should not be used to guide decisions on multiple imputation. J. Clin. Epidemiol. 2019, 110, 63–73. [Google Scholar] [CrossRef] [PubMed]
  21. García-Laencina, P.J.; Sancho-Gómez, J.; Figueiras-Vidal, A.R. Pattern classification with missing data: A review. Neural Comput. Appl. 2010, 19, 263–282. [Google Scholar] [CrossRef]
  22. Hughes, R.A.; Heron, J.; Sterne, J.A.C.; Tilling, K. Accounting for missing data in statistical analyses: Multiple imputation is not always the answer. Int. J. Epidemiol. 2019, 48, 1294–1304. [Google Scholar] [CrossRef]
  23. Horton, N.J.; Lipsitz, S.R. Multiple imputation in practice. Am. Stat. 2001, 55, 244–254. [Google Scholar] [CrossRef]
  24. Tian, J.; Yu, B.; Yu, D.; Ma, S. Missing data analyses: A hybrid multiple imputation algorithm using gray system theory and entropy based on clustering. Appl. Intell. 2014, 40, 376–388. [Google Scholar] [CrossRef]
  25. Khan, S.I.; Hoque, A.S.M.L. SICE: An improved missing data imputation technique. J. Big Data 2020, 7, 37. [Google Scholar] [CrossRef] [PubMed]
  26. Sperrin, M.; Martin, G.P.; Sisk, R.; Peek, N. Missing data should be handled differently for prediction than for description or causal explanation. J. Clin. Epidemiol. 2020, 125, 183–187. [Google Scholar] [CrossRef]
  27. White, I.R.; Royston, P.; Wood, A.M. Multiple imputation using chained equations: Issues and guidance for practice. Stat. Med. 2011, 30, 377–399. [Google Scholar] [CrossRef]
  28. Luo, L.; Zhang, C.; Liao, H. Distance-based intuitionistic multiplicative multimoora method integrating a novel weight-determining method for multiple criteria group decision making. Comput. Ind. Eng. 2019, 131, 82–98. [Google Scholar] [CrossRef]
  29. Yang, J.B.; Liu, J.; Wang, J.; Sii, H.S.; Wang, H.W. Belief rule-base inference methodology using the evidential reasoning approach-RIMER. IEEE Trans. Syst. Man Cybern. Part A Syst. Humans 2006, 36, 266–285. [Google Scholar] [CrossRef]
  30. Zhou, Z.J.; Hu, G.Y.; Hu, C.H.; Wen, C.L.; Chang, L.L. A survey of belief rule-base expert system. IEEE Trans. Syst. Man Cybern. Syst. 2019, 51, 4944–4958. [Google Scholar] [CrossRef]
  31. Wu, J.; Wang, Q.; Wang, Z.; Zhou, Z.G. AutoBRB: An automated belief rule base model for pathologic complete response prediction in gastric cancer. Comput. Biol. Med. 2022, 140, 105104. [Google Scholar] [CrossRef] [PubMed]
  32. Chowdhury, T. A belief rule based expert system to assess colorectal Cancer under uncertainty. Int. J. Comput. Sci. Mobile Comput. 2018, 7, 195–204. [Google Scholar]
  33. Kong, G.L.; Xu, D.L.; Yang, J.B.; Wang, T.B.; Jiang, B.G. Evidential reasoning rule-based decision support system for predicting ICU admission and in-hospital death of trauma. IEEE Trans. Syst. Man Cybern. Syst. 2020, 51, 7131–7142. [Google Scholar] [CrossRef]
  34. Hossain, M.S.; Rahaman, S.; Mustafa, R.; Andersson, K. A belief rule-based expert system to assess suspicion of acute coronary syndrome (ACS) under uncertainty. Soft Comput. 2018, 22, 7571–7586. [Google Scholar] [CrossRef] [Green Version]
  35. Hossain, M.S.; Rahaman, S.; Kor, A.L.; Andersson, K.; Pattinson, C. A belief rule based expert system for datacenter pue prediction under uncertainty. IEEE Trans. Sustainable Comput. 2017, 2, 140–153. [Google Scholar] [CrossRef]
  36. Qi, Z.F.; Chang, L.L.; Shi, F.; Xu, X.J.; Feng, J. Evolutionary Optimization for the Belief-Rule-Based System: Method and Applications. Symmtry 2022, 14, 1622. [Google Scholar] [CrossRef]
  37. Chang, L.L.; Zhang, L.; Fu, C.; Chen, Y.W. Transparent digital twin for output control using belief rule base. IEEE Trans. Cybern. 2022, 52, 10364–10378. [Google Scholar] [CrossRef]
  38. Wang, Y.M.; Yang, J.B.; Xu, D.L. Environmental impact assessment using the evidential reasoning approach. Eur. J. Oper. Res. 2006, 174, 1885–1913. [Google Scholar] [CrossRef]
  39. Xia, X.; Gui, L.; Zhang, Y.; Xu, X.; Yu, F.; Wu, H.R.; Wei, B.; He, G.L.; Li, Y.X.; Li, K.S. A fitness-based adaptive differential evolution algorithm. Inf. Sci. 2021, 549, 116–141. [Google Scholar] [CrossRef]
Figure 1. Optimization algorithm with evolutionary algorithms (EAs) as the optimization engine.
Figure 1. Optimization algorithm with evolutionary algorithms (EAs) as the optimization engine.
Diagnostics 12 02299 g001
Figure 2. Thyroid nodule diagnosis approach using BRB under different assumptions.
Figure 2. Thyroid nodule diagnosis approach using BRB under different assumptions.
Diagnostics 12 02299 g002
Figure 3. Training and test data under three assumptions of each doctor.
Figure 3. Training and test data under three assumptions of each doctor.
Diagnostics 12 02299 g003
Figure 4. The percentage of criteria missing for each doctor.
Figure 4. The percentage of criteria missing for each doctor.
Diagnostics 12 02299 g004
Figure 5. Actual output, estimated output, and error of Doctor No. 3 under three assumptions.
Figure 5. Actual output, estimated output, and error of Doctor No. 3 under three assumptions.
Diagnostics 12 02299 g005
Figure 6. MSE comparison of ten doctors under three assumptions.
Figure 6. MSE comparison of ten doctors under three assumptions.
Diagnostics 12 02299 g006
Table 1. TIRADS categories in this study.
Table 1. TIRADS categories in this study.
Categories (Cat.)FindingsCancer RiskRecommendationsCancer on Surgery
TIRADS 3probably benign<3Follow-up/FNAB (fine-needle aspiration biopsy)1.79%
TIRADS 4Alow suspicion3–24Follow-up/FNAB5.88%
TIRADS 4Bintermediate suspicion25–75FNAB62.82%
TIRADS 4Chigh suspicion76–95FNAB91.22%
TIRADS 5suggestive of malignancy>95FNAB98.85%
Table 2. Examples of features in the clinical reports.
Table 2. Examples of features in the clinical reports.
NoMarginContourEchogenicityCalcificationVascular
1 slightly heterogeneous echocircular strong echocircular blood flow signals
2relatively well-defined marginrelatively regular marginmixed echo punctate and bar blood flow signals
3well-defined marginregular marginhypoechopunctate strong echopunctate and bar blood flow signals
4ill-defined marginslightly irregular marginheterogeneous hypoechostrong echoic plaquesabundant blood flow signals
5well-defined marginregular marginheterogeneous hypoecho circular blood flow signals
Table 3. Examples of translated clinical reports in TIRADS category.
Table 3. Examples of translated clinical reports in TIRADS category.
NoMarginContourEchogenicityCalcificationVascular
1 4B4B4A
24A4A3 4A
3334B54A
44B4B4C53
5334C 4A
Table 4. Distance-based error between two TIRADS categories.
Table 4. Distance-based error between two TIRADS categories.
34A4B4C
[0, 0.02][0.03, 0.25][0.26, 0.75][0.76, 0.95]
3[0, 0.04]00.14480.51480.8468
4A[0.05, 0.25]0.144800.02830.6733
4B[0.26, 0.65]0.51480.028300.4191
4C[0.66, 0.95]0.84680.67330.41910
Table 5. BRB of Doctor No. 3 under the deletion assumption.
Table 5. BRB of Doctor No. 3 under the deletion assumption.
No.WeightCriteriaOD Categories
MarginContourEchoCalVascular34A4B4C5
10.8938(3, 1)(3, 1)(3, 1)(3, 1)(3, 1)0.50600.10430.22910.06930.0913
20.7849((4B, 0.8300), (4C, 0.1700))((4A, 0.0979), (4B, 0.9021))((4C, 0.3145),
(5, 0.6855))
((3, 1594), (4A, 8406))((4A, 0.3465),
(4B, 0.6535))
0.13580.12510.36420.14170.2332
30.9421(5, 1)(5, 1)(5, 1)(5, 1)(5, 1)0.09240.16080.23680.40750.1025
Table 6. BRB of Doctor No. 3 under the distribution assumption.
Table 6. BRB of Doctor No. 3 under the distribution assumption.
No.WeightCriteriaOD Categories
MarginContourEchoCalVascular34A4B4C5
10.8674(3, 1)(3, 1)(3, 1)(3, 1)(3, 1)0.00140.43710.42290.10820.0304
20.3781((4B, 0.7793), (4C, 0.2207))((4A, 0.1379),
(4B, 0.8621))
((4C, 0.0551),
(5, 0.9449))
((4A, 0.6357), (4B, 0.3643))((3, 0.8411), (4A, 0.1589))0.25150.00000.04050.27600.4320
30.4261(5, 1)(5, 1)(5, 1)(5, 1)(5, 1)0.04930.18300.23160.06020.4760
Table 7. BRB of Doctor No. 3 under the deletion assumption.
Table 7. BRB of Doctor No. 3 under the deletion assumption.
No.WeightCriteriaOD Categories
MarginContourEchoCalVascular34A4B4C5
10.9409(3, 1)(3, 1)(3, 1)(3, 1)(3, 1)0.39680.03320.28580.04220.2420
20.8351((4A, 0.0719), (4B, 0.9281))((4C, 0.7377), (5, 0.2623))((4B, 0.6935), (4C, 0.3065))((4A, 0.5079), (4B, 0.4921))((3, 0.3750), (4A, 0.6250))0.16390.08590.24130.32770.1812
30.7926(5, 1)(5, 1)(5, 1)(5, 1)(5, 1)0.03350.15460.34220.42350.0462
Table 8. MSEs for ten doctors under the three assumptions.
Table 8. MSEs for ten doctors under the three assumptions.
Doctor No.DeletionDistributionBenignAvg.
10.18050.18910.16110.1769
20.15210.09990.12320.1251
30.28660.20140.15390.2140
40.35520.18110.15240.2296
50.24350.20120.18740.2107
60.11820.18250.13640.1457
70.24330.21020.16660.2067
80.08150.23440.16150.1591
90.35670.24380.28560.2954
100.10000.09590.10310.0997
Avg.0.21180.18400.16310.1863
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Jiang, J.; Zhao, R.; Li, X.; Chang, L. Data-Driven Thyroid Nodule Diagnosis Using Belief Rule Base. Diagnostics 2022, 12, 2299. https://doi.org/10.3390/diagnostics12102299

AMA Style

Jiang J, Zhao R, Li X, Chang L. Data-Driven Thyroid Nodule Diagnosis Using Belief Rule Base. Diagnostics. 2022; 12(10):2299. https://doi.org/10.3390/diagnostics12102299

Chicago/Turabian Style

Jiang, Jiang, Ruirui Zhao, Xuan Li, and Leilei Chang. 2022. "Data-Driven Thyroid Nodule Diagnosis Using Belief Rule Base" Diagnostics 12, no. 10: 2299. https://doi.org/10.3390/diagnostics12102299

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop