Next Article in Journal
The Impact of Government Regulation on Green Innovation in Small and Medium-Sized Manufacturing Enterprises: Evidence from a Four-Party Evolutionary Game Model
Previous Article in Journal
AI-Enabled Super Apps as Complex Socio-Technical Ecosystems: A Systemic View of User Continuance
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Case-Based-Reasoning Decision Method with Generalized Combination Rule

School of Business and Tourism Management, Yunnan University, Kunming 650500, China
*
Author to whom correspondence should be addressed.
Systems 2026, 14(5), 587; https://doi.org/10.3390/systems14050587
Submission received: 21 March 2026 / Revised: 30 April 2026 / Accepted: 11 May 2026 / Published: 20 May 2026
(This article belongs to the Section Systems Theory and Methodology)

Abstract

Case-based reasoning (CBR) is an efficient intelligent decision-making approach, but traditional methods often neglect the weight and reliability of decision information and struggle with attribute heterogeneity and missing data. This study proposes a novel CBR method based on the generalized combination (GC) rule to overcome these limitations. We design differentiated similarity calculations for heterogeneous attributes, and construct basic probability assignments (BPAs) by grouping historical cases with identical similarity to handle missing data. Then, Deng entropy and Jousselme distance are used to characterize attribute weight and reliability, respectively. Discounted BPAs are recursively fused via the GC rule, and final decisions are derived through Bayesian approximation. A case study of typhoon disaster emergency decision-making demonstrates the superior performance of the proposed method.

1. Introduction

Case-based reasoning (CBR) is a decision-making method that offers distinct advantages by leveraging historical experience and analogical reasoning to address novel problems. Valued for its efficiency, interpretability, and ability to support continuous learning, CBR is widely applied in diverse domains, including medical diagnosis, legal adjudication, fault detection, and customer service. It has yielded measurable improvements, such as enhanced diagnostic accuracy, more consistent legal rulings, and faster resolution of technical faults, thus advancing intelligent decision-making across multiple sectors [1]. CBR continues to improve the efficiency and scientific robustness of decision-making processes with advancements in technologies such as big data, cloud computing, and artificial intelligence.
CBR is an intelligent approach that mimics human experiential decision-making. It constructs a repository of historical cases, uses similarity matching to find the most relevant precedents for a target problem, and then adapts and reapplies previous solutions to promote efficient decision-making. This process generally adheres to a four-stage iterative cycle, namely, “retrieval, reuse, revision, and retention,” which maintains decision efficiency and enables continuous learning. Current research on CBR mainly focuses on three key directions.
(1) CBR improvements based on similarity. Similarity-based improvement research typically uses classical or enhanced similarity calculation methods to identify and retrieve the most relevant cases from a case repository. Existing studies can be broadly categorized into two interconnected streams. The first research area focuses on refining similarity measurement methods for multidimensional data by developing better approaches to assess similarity across diverse attribute types, thereby improving reasoning effectiveness. Liao et al. [2] reviewed strategies for handling various attribute types and proposed a hybrid similarity measure that yielded satisfactory performance in fault diagnosis. Aamodt et al. [3] enhanced medical diagnostic accuracy by refining attribute-level similarity assessments and incorporating domain-specific knowledge. The second research stream focuses on optimizing weight calculation mechanisms within similarity metrics, aiming to systematically determine attribute weights and comprehensively integrate similarities across heterogeneous attributes. Hyung et al. [4] optimized weight allocation strategies to improve reasoning accuracy and reliability, while Cheng et al. [5] developed a dynamically adaptive weighting method that demonstrated strong practical efficacy. Núñez et al. [6] introduced an expert-guided weighting approach grounded in domain knowledge, offering valuable insights for CBR.
(2) Case repository management for CBR. Case repository management research focuses on establishing a scientifically grounded management system that covers the entire lifecycle of the repository, from storage and organization to maintenance and updating. This improves both retrieval efficiency and overall usability. Research in this domain can be divided into two streams. First, research on case indexing and retrieval optimization aims to enhance repository search performance using indexing techniques and advanced retrieval strategies. Sarkheyli et al. [7] applied a context operator model to case indexing, fuzzifying similar cases to optimize retrieval performance and streamline the repository structure. When applied to simulated driving scenarios, this method improved the efficiency of retrieving maneuvers such as overtaking. Similarly, Liu et al. [8] developed an ontology-based semantic case indexing system for equipment fault diagnosis, enabling multidimensional knowledge association. They increased cross-disciplinary case retrieval accuracy from 68% to 89%, supporting the diagnosis of complex faults, by constructing a semantic network linking fault phenomena to solutions. Second, studies on innovative repository construction and management methods aim to improve usability through systematic organization and governance mechanisms. For example, Guo et al. [9] integrated ontology techniques into CBR systems, combining dual ontology acquisition methods with novel semantic retrieval strategies to establish a more efficient case repository framework. When applied to injection mold design case management, this approach enabled engineers to accurately retrieve relevant cases, significantly improving design efficiency. Carmona et al. [10] proposed a novel system using CBR to help enterprises refine classification in key management areas, thereby enhancing management efficiency and resource-allocation precision. Further expanding the scope of repository management applications, Fu et al. [11] developed a multiagent system based on case reasoning for collaborative supply chain cost management.
(3) CBR integration with other technologies. Integrative research combines CBR’s experiential reuse capability with the strong points of other technological approaches. This enhances adaptability and precision in complex decision-making environments, mitigating the limitations of standalone CBR applications. Studies in this area mainly focus on (1) hybridization with rule-based reasoning, (2) integration with neural networks or fuzzy logic, and (3) fusion with emerging technologies. First, the integration of CBR with rule-based reasoning combines analogical inference with logical deduction, using rule-based constraints to narrow the case retrieval scope and improve reasoning efficiency. Saxena et al. [12], for example, combined both methods for automotive engine fault diagnosis. Here, rule-based reasoning first categorizes potential faults based on symptoms such as abnormal sounds or exhaust color, after which CBR retrieves and adapts historical repair cases to generate precise solutions, significantly enhancing diagnostic effectiveness. The second area of research incorporates neural networks or fuzzy logic into CBR, aiming to optimize similarity calculation and decision-making processes by leveraging machine learning capabilities or uncertainty modeling techniques. For example, Jang et al. [13] embedded neural networks and fuzzy logic in a CBR system for intelligent transportation. This approach dynamically learns from real-time traffic data and fuzzifies signal control rules, resulting in improved traffic throughput at intersections. Meanwhile, researchers have increasingly explored integrating CBR with emerging technologies such as text mining, Web 2.0, and artificial intelligence, thereby extending its applicability across diverse domains. Bun Foong et al. [14], for example, developed the Intelligent Help Desk Fault Management System, which integrates CBR with frame-based representation and employs text mining to automatically parse fault descriptions and match solutions, substantially reducing resolution time. Similarly, He [15] leveraged Web 2.0 technologies to construct a user feedback knowledge base integrated with CBR, improving product recommendation accuracy and user satisfaction. More recently, Zhang [16] drew upon case retrieval principles and hesitant fuzzy linguistic term sets (LTSs) to propose a view similarity-based freight-load matching method that incorporates shipper evaluations, thereby enhancing matching efficiency. In addition, the integration of CBR with deep learning and large language models (LLMs) has emerged as a new direction, for instance, in automatic feature extraction or similarity assessment [17,18,19,20]. These data-driven approaches are effective when large, complete datasets are available. However, in many real-world emergency decision-making scenarios, data are often sparse, incomplete, and heterogeneous, and interpretability is as critical as accuracy. Purely data-driven methods may lack robustness and transparency under such conditions. In contrast, our evidence–reasoning-based CBR/GC method is designed to handle high uncertainty, missing data, and attribute heterogeneity while providing interpretable outcomes through weight and reliability characterisation and the GC rule. Thus, the two paradigms are complementary, and our approach remains particularly suitable for emergency decision-making under imperfect information.
Existing studies have advanced CBR through three primary avenues: improvements in CBR based on similarity, case repository management for CBR, and the integration of CBR with other technologies. Such developments have enriched the theoretical foundations and modeling methods of CBR. In parallel, fuzzy multi-criteria decision-making (MCDM) methods have been widely applied to various real-world problems, such as shopping mall site selection [21], project selection under uncertainty [22], and competency ranking in education [23]. Nevertheless, while studies have accounted for typological differences among case attributes and integrated them through weighting strategies, they have largely overlooked the dimension of decision information reliability. This limitation undermines the precision of CBR outcomes. We propose that weight and reliability are two distinct dimensions of decision information. Weight reflects the relative importance of an attribute for solving a CBR problem: the more contributive a piece of information is to decision-making, the higher its weight should be. Reliability, by contrast, captures the accuracy or trustworthiness of decision information: the more accurate the information, the greater its reliability. Clearly, the scientific characterization and joint application of both weight and reliability are crucial for enhancing the effectiveness of CBR.
This study proposes a novel CBR decision-making method based on the generalized combination (GC) rule (hereafter, CBR/GC). This method not only characterizes the inherent properties of decision information through weight and reliability but also enables the integration of multidimensional decision information, thereby yielding more accurate and robust CBR outcomes. The method is structured as follows: first, to address the heterogeneity of attribute types, we introduce a tailored similarity measurement method to compare the target case with historical cases in the repository. By incorporating similarity classification and aggregation mechanisms, we develop a method for constructing the basic probability assignment (BPA) function. Second, each attribute is treated as an evidence source, represented by a BPA function. Drawing on Deng entropy and similarity measurement techniques, we establish both weight and reliability metrics for each evidence source, capturing the intrinsic and extrinsic characteristics of the decision information. Third, using the GC rule, evidence from all of the attribute-level sources associated with a given case is integrated, facilitating the identification of the most similar historical case and supporting subsequent decision-making.
Next, Section 2 presents the theoretical background, while Section 3 elaborates on the proposed CBR/GC-based decision-making method. Section 4 presents a comparative case study, and Section 5 presents the conclusions.

2. Preliminaries

2.1. Case-Based Reasoning

CBR is an empirical learning method that leverages historical cases through analogical reasoning and inference to solve new problems. It formalizes problems into target cases and historical cases, retrieving analogous instances from a historical repository [24]. By adapting solutions from retrieved cases, CBR provides actionable decision support for the target problem. The CBR process is commonly described as a “4R cycle,” consisting of four key stages: retrieval, reuse, revision, and retention:
(1) Retrieval. Abstract real-world problems into standardized target cases, then retrieve the most similar historical cases from the repository via similarity matching.
(2) Reuse. Reuse involves organizing historical cases using problem traits and domain knowledge to build a repository, where each becomes a potential source case for solutions.
(3) Revision. Evaluate and adjust the initial solution based on problem constraints, revising mismatches between historical cases and the current scenario.
(4) Retention. Store the validated target case and its effective solution in the repository to enable continuous learning of the system.
Retrieval is a critical component of CBR as it directly influences the effectiveness of subsequent stages. This study, therefore, focuses specifically on this phase, examining its methods and optimization strategies to improve the system’s overall performance and accuracy.

2.2. Similarity Calculation

In CBR, data on case attributes are generally classified into five types: symbolic, numerical, interval-valued, probabilistic, and ordinal. The symbolic type represents discrete, unordered categorical labels, whose values are used solely for classification and carry no numerical meaning. The numerical type consists of continuous or discrete quantitative data that support direct mathematical operations. The interval-valued type captures uncertainty in values through numerical ranges. The probabilistic type describes probability distributions over possible values, reflecting informational uncertainty. The ordinal type expresses clearly ordered hierarchical or gradational relationships, although it lacks equal intervals or additivity. Each attribute type requires distinct similarity measurement strategies to accurately assess case similarity. In this framework, the numerical type can be regarded as a special case of interval-valued data, while symbolic, probabilistic, and ordinal types can be uniformly represented as probabilistic LTS (PLTS) data.
Similarity calculation is a method for quantifying the degree of resemblance between different cases. Different attribute types require distinct similarity computation approaches. Specifically, interval-valued data are compared by measuring the distance between intervals, while PLTSs undergo structured adjustment to align their probabilistic distributions before an appropriate distance metric is applied. The resulting differences are then transformed into similarity values based on the inverse relationship between distance and similarity.
Definition 1
[25]. Let the attribute’s characteristic value be interval-valued data, with the target case’s attribute value represented as the interval and the comparison case’s attribute value represented as the interval. If the similarity between them is denoted by S, then it can be calculated using the following equation:
S = exp ( x ˜ + x + 2 + x ˜ x 2 arg max m x ˜ + x + 2 + x ˜ x 2 )
where arg max denotes the parameter that maximizes the value of the i-th attribute x across all historical cases, specifically referring to the maximum value itself. Meanwhile, exp represents the exponential function with base e. This procedure converts the original distance interval into a normalized similarity measure, thus facilitating the quantitative assessment of similarity for interval-type attributes.
Interval-valued attribute values require the consideration of both upper and lower bounds. Therefore, calculations incorporate the midpoint and interval width. Similarity values range from 0 to 1, with smaller differences indicating greater similarity. Consequently, the Euclidean distance is used to measure these differences, which are then normalized to the [0, 1] range using min-max normalization.
Specifically, when interval-type attribute values contain missing data, no numerical imputation is applied. Instead, the missing attribute is represented as an aggregated interval derived from the upper and lower bounds of all of the available historical cases for that attribute, with subsequent computations based on this constructed interval.
For the PLTS data, calculations are conducted in accordance with Definitions 2–4. The probability distributions are first adjusted by rearranging their probabilistic components according to a specified rule to achieve structural consistency. Similarity is then computed using the Hamming distance metric.
Definition 2
[26]. Let S = { s a | a = τ , , 1 , 0 , 1 , , τ } denote an LTS and h ^ S 1 ( p ) = { s a 1 ( l ) ( p ^ 1 ( l ) ) | l = 1 , 2 , , L 1 } and h ^ S 2 ( p ) = { s α 2 ( l ) ( p ^ 2 ( l ) ) | l = 1 , 2 , , L 2 } denote two normalized PLTSs. Suppose h ^ S 1 ( p ) and h ^ S 2 ( p ) yield the rearranged probability sets P = { p ( 1 ) , p ( 2 ) , , p ( K ) } T . The structure is made consistent by supplementing linguistic terms with zero probability, resulting in adjusted PLTS h S 1 ( p ) = { s α 1 ( k ) ( p ( k ) ) | k = 1 , 2 , , K } and h S 2 ( p ) = { s α 2 ( k ) ( p ( k ) ) | k = 1 , 2 , , K } , where the following conditions hold:
  • p ( 1 ) : = min { p ^ 11 , p ^ 21 } ;
  • If  p ( 1 ) = p ^ 11 ,   p ( 2 ) : = min { p ^ 12 , p ^ 21 p ( 1 ) } ;
  • If  p ( 1 ) = p ^ 21 ,   p ( 2 ) : = min { p ^ 22 , p ^ 11 p ( 1 ) } ;
  • If  p ( 1 ) = p ^ 11  and  p ( 2 ) = p ^ 12 ,  p ( 3 ) : = min { p ^ 13 , p ^ 21 p ( 1 ) p ( 2 ) } ;
  • If  p ( 1 ) = p ^ 11  and  p ( 2 ) = p ^ 21 p ( 1 ) ,  p ( 3 ) : = min { p ^ 12 p ( 2 ) , p ^ 22 } ;
  • If  p ( 1 ) = p ^ 21  and  p ( 2 ) = p ^ 22 ,  p ( 3 ) : = min { p ^ 23 , p ^ 22 p ( 1 ) p ( 2 ) } ;
  • If  p ( 1 ) = p ^ 21  and  p ^ 11 p ( 1 ) ,  p ( 3 ) : = min { p ^ 22 p ( 2 ) , p ^ 12 }   , ,   p ( K ) .
p ^ 1 ( l ) = p ( k ) + p ( k + 1 ) + + p ( k + h )  must hold, where  p ^ 1 ( l )  is the probability of  s α 1 ( l )  within the element in  h ^ s 1 ( p ) . h denotes the number of language terms in  h S 1 ( p )  (elements in  h S 2 ( p )  also satisfy this condition). In the adjusted probability language expectations, the sum of the language terms and their probabilities remains unchanged.
Definition 3
[26]. Let S = { s α | α = τ , , 1 , 0 , 1 , , τ } denote an LTS. For two normalized probabilistic linguistic elements h ^ S 1 ( p ) and h ^ S 2 ( p )  on S, assuming their adjusted forms are  h S 1 ( p ) = { s α 1 ( k ) ( p ( k ) ) | k = 1 , 2 , , K }  and  h S 2 ( p ) = { s α 2 ( k ) ( p ( k ) ) | k = 1 , 2 , , K } , respectively, the Hamming distance between  h S 1 ( p )  and  h S 2 ( p )  can be defined as
d h , d h ^ S 1 ( p ) , h ^ S 2 ( p ) = k = 1 K p ( k ) α 1 ( k ) α 2 ( k ) 2 τ ,
where  α 1 ( k )  and  α 2 ( k )  denote the indices of linguistic terms, and  τ  represents the maximum index of the LTS.
Definition 4
[26]. Let the attribute values be PLTS data. For two normalized probabilistic linguistic elements  h ^ S 1 ( p )  and  h ^ S 2 ( p ) , their similarity is defined as  ρ h ^ S 1 ( p ) , h ^ S 2 ( p ) , denoted as S.
S = ρ h ^ S 1 ( p ) , h ^ S 2 ( p ) = 1 d h ^ S 1 ( p ) , h ^ S 2 ( p )
Example 1.
Let  S = { s 3 , s 2 , , s 3 }  with  τ = 3 . Consider two normalized PLEs  h ^ 1 ( p ) = { s 1 ( 0.6 ) , s 2 ( 0.4 ) }  and  h ^ 2 ( p ) = { s 0 ( 0.3 ) , s 1 ( 0.7 ) } . Following the adjustment procedure in Definition 2, we align their probability sets. The adjusted forms are  h 1 ( p ) = { s 1 ( 0.3 ) , s 1 ( 0.3 ) , s 2 ( 0.4 ) }  and  h 2 ( p ) = { s 0 ( 0.3 ) , s 1 ( 0.3 ) , s 1 ( 0.4 ) } , with probability blocks  p ( 1 ) = 0.3 ,  p ( 2 ) = 0.3 ,  p ( 3 ) = 0.4 . The corresponding linguistic indices for each block are  ( 1 , 0 ) ,  ( 1 , 1 ) , and  ( 2 , 1 ) . Using Definition 3, the Hamming distance is  d = 0.3 1 0 / 2 τ + 0.3 1 1 / 2 τ + 0.4 2 1 / 2 τ 0.1167 . Finally, by Definition 4, the similarity is  S = 1 d 0.8833 . This example illustrates the adjustment process and the distance computation.
Specifically, when PLTS attribute values contain missing data, the equal probability allocation method is applied. This procedure first assigns identical probabilities to all of the linguistic terms in the set, ensuring that the total probability sums to unity, after which calculations proceed according to Definitions 2–4.

2.3. GC Rule

The GC rule is a synthetic approach grounded in evidential reasoning (ER) and Dempster–Shafer (DS) evidential theory. It addresses the inherent limitations of ER methods by introducing a universal discounting method that accounts for both evidence weight and reliability characteristics. Reliability is treated as an intrinsic property of evidence for discounting purposes, with residual support from weights allocated to power sets. Subsequently, the discounted evidence is combined via orthogonal sum operations, culminating in decision-making under specified principles.
Definition 5
[27]. Let a possible hypothesis of a variable be θ n ( n = 1 , 2 , , N ) , and each of the possible hypotheses is exclusive. A finite nonempty exhaustive set of all of the possible hypotheses Θ = { θ 1 , θ 2 , θ N } is called a frame of discernment, and its power set consisting of 2N subsets of Θ is usually expressed as follows:
P ( Θ ) = { , θ 1 , , θ N , { θ 1 , θ 2 } , , { θ 1 , θ N } , ,   { θ 1 , , θ N 1 } , Θ }
Definition 6
[27]. Let ( θ , p θ , i ) denote that the evidence e i points to proposition θ to belief degree p θ , i . The profiled expression is called the belief distribution (BD) of e i .
b i = { ( θ , p θ , i ) , θ Θ , θ Θ p θ , i = 1 }
Definition 7
[28]. Let m 1 and m 2 be two pieces of evidence. They are in the same frame of discernment Θ, which contains N mutually exclusive and exhaustive hypotheses. The Jousselme distance between m 1 and m 2 can be defined as follows:
J = 1 2 ( m 1 m 2 ) T   D ( m 1 m 2 )
Definition 8
[29]. Let w i be the weight of evidence e i , with r i   = 0 . r i is the reliability of e i , with 0 r i 1 , where r i   = 0 corresponds to “completely unreliable” and r i = 1 corresponds to “completely reliable.” The basic probability mass for e i , discounted by both weight and reliability, is then assigned as follows:
m θ , i = m i ( θ ) = 0 θ = w i r i p θ , i θ Θ w i r i p θ , i + w i ( 1 r i ) θ = Θ 1 w i θ = P ( Θ )
Definition 9
[29]. Let there be I pieces of independent evidence to be combined, and let e i be the i-th piece of evidence with weight w i and reliability r i , i = 1 , 2 , , I . The BD of e i is profiled by Equation (5) and discounted by Equation (7) e i is the combination of the first i pieces of evidence, and its combined probability mass is m θ , e ( i ) , with m θ , e ( 1 ) = m θ , 1 and m P ( Θ ) , e ( 1 ) = m P ( Θ ) , 1 . The orthogonal sum of the first i discounted probability masses is then determined by
m θ , e ( i ) = [ m 1 m i ] ( θ ) = 0 θ = m ^ θ , e ( i ) ϑ Θ m ^ ϑ , e ( i ) + m ^ P ( Θ ) , e ( i ) θ
m ^ θ , e ( i ) = B C = , B , C Θ m B , e ( i 1 ) m C , i + m θ , e ( i 1 ) m Θ , i + m θ , i m Θ , e ( i 1 ) + ( 1 w i ) m P ( Θ ) , e ( i 1 ) m θ , i , θ Θ
m ^ Θ , e ( i ) = m Θ , e ( i 1 ) m Θ , i + m P ( Θ ) , e ( i 1 ) m Θ , i + ( 1 w i ) m Θ , e ( i 1 )
m ^ P ( Θ ) , e ( i ) = ( 1 w i ) m P ( Θ ) , e ( i 1 )
Definition 10
[29]. The combined BDs of I pieces of independent evidence are determined by
p θ = p θ , e ( I ) = 0 θ = m θ , e ( I ) θ Θ m θ , e ( I ) θ Θ , θ
where  m ^ θ , e ( I )  is calculated using Equations (9) and (10) for  i = I ,  0 p θ , e ( I ) 1  for  θ Θ , and  θ Θ p θ , e ( I ) = 1 .
Definition 11
[30]. In the evidence theory framework, the combined belief distribution may contain both local and global ignorance, making it unsuitable for direct decision-making. To support decision-making, a Bayesian approximation is applied to convert the BPA into a probability distribution over single-element propositions. For each hypothesis  θ n Θ , the approximated BPA is defined as
m ¯ ( θ n ) = A Θ , θ n A m ( A ) A Θ m ( A ) · A , n 0 , others

3. Proposed Method

3.1. Modeling Framework

The main objective of CBR decision-making is to derive efficient solutions for target problems through the similarity-based matching of historical cases and evidence fusion. This section presents a CBR decision-making framework based on the GC rule (CBR/GC), whose fundamental principle involves optimizing the evidence-fusion process by integrating both weight and reliability considerations. This approach mitigates the decision biases inherent in traditional methods, which often stem from neglecting variations in information quality and importance.
A case may be formally described as ( P , S , R ) , where P denotes the problem description, S represents the solution to the problem, and R denotes the solution outcome. The case base, comprising historical cases analogous to the target case, can be represented as C = { c l | l = 1 , 2 , , L } , where L signifies the number of cases in this base.
In CBR, the problem description P typically comprises a set of attributes that collectively characterize the case scenario. The case attributes used in this study constitute the problem attributes that form the problem description P. During the case retrieval phase, these attributes are employed to match similar cases and identify analogous scenario contexts. For example, in the typhoon case, attributes such as “typhoon type” and “central pressure” are used to retrieve similar historical cases. A case attribute may be denoted as F, with the attribute sets defined as F n = { f i n | i n = 1 , 2 , , i N } , n = 1 , , 5 and I 1 + + I 5 = I . Any attribute can be represented as f i ( i = 1 , 2 , , I ) , where F 1 F 5 denote symbolic, numerical, interval, probabilistic, and ordinal attributes, respectively, satisfying F x F y = Φ ( x , y = 1 , 2 , 3 , 4 , 5 ; x y ) and F x F y = F . For the l-th case c l , the performance value on the i-th problem attribute f i is denoted as x i l , where l = 1 , 2 , , L and i = 1 , 2 , , I . Then, the problem description P can be expressed as a vector of the values of each attribute P = ( x 1 , x 2 , , x I ) , where x i is the value of the case on the i-th attribute. The original case base C can thus be represented as shown in Table 1.
Existing case retrieval methods are limited in several ways. They often fail to adequately account for attribute heterogeneity and interactions, and during evidence fusion, they neglect both the objective quality (reliability) and subjective importance (weighting) of information. These limitations result in biased reasoning outcomes and compromised decision accuracy. To address these issues, we propose a novel framework that improves the accuracy and effectiveness of CBR, thereby enhancing its applicability to real-world decision-making scenarios. To better illustrate the interactions among the four core components of the proposed CBR/GC method, we first describe the logical flow. Similarity calculation is performed for each attribute of the target case against all historical cases, yielding a matrix of local similarity values. These similarity values are then grouped by identical scores to construct a BPA for each attribute, which serves as the evidential input. From each BPA, two quality indicators are derived. The weight is calculated via Deng entropy to reflect the attribute’s discriminative uncertainty, while the reliability is obtained via Jousselme distance to measure the attribute’s consistency with others. The original BPA is then discounted using both weight and reliability, where a lower reliability reduces the contribution of that piece of evidence. All discounted BPAs are subsequently fused by the GC rule through recursive orthogonal summation. Finally, the fused belief distribution is transformed into Bayesian probabilities to rank the historical cases and identify the most similar match. This stepwise interaction is also visualised in Figure 1. To this end, we propose the following framework (Figure 1):
Similarity measure. Similarity measures are first employed to evaluate the correspondence between the target case and historical cases with respect to each attribute. Based on these similarity measures, all of the historical cases are used to construct the frame of discernment, within which a BPA function is defined for each individual attribute.
Weight and reliability calculation. The BPA function corresponding to each attribute is considered as a piece of evidence reflecting potential alignment between historical cases and the resolution of the target case. The weight and reliability of each piece of evidence are subsequently calculated using methods such as Deng entropy.
Evidence fusion. All of the evidence information, along with the corresponding weights and reliability, is combined using the GC rule to support subsequent decision-making.

3.2. Similarity-Based Determination of the BPA Function

In the CBR framework, determining the BPA function plays a crucial role, as it directly affects the accuracy and effectiveness of the reasoning process. This function is closely tied to the diversity of case attributes; it has implications for overcoming traditional case retrieval challenges and enabling effective evidence fusion. Constructing the BPA function in CBR involves establishing BPA functions through customized similarity calculation strategies that account for various attribute types. This approach precisely captures the similarity relationships between cases and provides a robust foundation for subsequent evidence combination.
In local similarity computation, it is common for multiple historical cases to exhibit identical similarity values with respect to the target case under a given attribute. Traditional case retrieval methods often address this scenario inadequately before proceeding to global similarity aggregation. They typically resort to simplistic strategies such as averaging attribute values or random selection. Such approaches may lead to inaccurate case ranking within the repository [25]. For example, in earthquake emergency resource decision-making, the “magnitude” attribute of a target case may match several historical cases equally, rendering retrieval outcomes based solely on this attribute insufficient for meaningful differentiation. To address this limitation, we model historical cases with identical local similarity values as concurrent and indistinguishable propositions, thereby transforming the local similarity results into a BPA function.
We posit that the core of case reasoning lies in analogy based on historical cases; hence, the frame of discernment should encompass all of the available historical cases. Treating each case as a potential solution, the system can identify the most similar cases when addressing new problems, thereby reusing their solutions. Consequently, the frame of discernment studied here can be represented as C = { c 1 , , c l , , c L } , where the element c l represents the l-th historical case, and l = 1 , 2 , , L .
As discussed in Section 2.2, existing studies classify attribute data into five types: symbolic, numerical, interval, probabilistic, and ordinal. Two observations are worth noting: (1) numerical types can be regarded as a special case of interval types in which the upper and lower interval bounds are identical. Therefore, we integrate numerical and interval types into a unified category referred to as interval-type attributes, denoted as K1. (2) Symbolic, probabilistic, and ordinal types can all be transformed into PLTS, characterized by combining linguistic scales with probability distributions. Accordingly, these are grouped together in this study as PLTS-type attributes, denoted as K2.
Example 2.
For the attribute “typhoon type”, define an LST  S = { s 1 : T r o p i c a l   S t o r m , s 2 : S e v e r e   T r o p i c a l   s t o r m , s 3 : T y p h o o n } . A case record “Tropical Storm” is converted to the PLTS  { S 1 ( 1 ) } ; “Typhoon” becomes  { S 3 ( 1 ) } , etc. This provides a deterministic mapping from each original value to a single-term PLTS.
The specific calculation steps are as follows (Figure 2):
Step 1: Calculate local similarity according to Definitions 1–4. During the case retrieval phase, we utilize attributes to compute the similarity between the target case c ˜ and historical case c l for each attribute across different types.
When calculating local similarity for an interval-type attribute f i , the target case c ˜ has an interval x ˜ i , x ˜ i + on the interval-type attribute f i , while the historical case c l has an interval x i l , x i l + . Similarity is computed s i l by combining the distance between interval centers and the difference in interval lengths. The similarity value falls in the interval 0 , 1 . The Euclidean distance quantifies the positional and length differences between intervals; smaller differences yield higher similarity. According to Definition 1, the local similarity between the target case c ˜ and the historical case c l under interval-type attributes can be expressed as follows:
s i l = exp ( x ˜ i + x i l + 2 + x ˜ i x i l 2 arg max l x ˜ i + x i l + 2 + x ˜ i x i l 2 ) ,     i = 1 , 2 , , I ; l = 1 , 2 , , L
When calculating local similarity for a PLTS-type attribute f i , probabilities are first rearranged according to the specific rule in Definition 2 to align the probability set structure. Similarity is then computed using the Hamming distance equation. Based on Definitions 3 and 4, the similarity calculation between the target case c ˜ and historical case c l for attribute f i is expressed as follows:
s i l = ρ h ^ S 1 ( p ) , h ^ S 2 ( p ) = 1 d h ^ S 1 ( p ) , h ^ S 2 ( p )
We address the challenges of missing and heterogeneous attribute values by transforming similarity measures into BPAs. When attribute values are missing, they are not subjected to forced imputation. Instead, a BPA is constructed for the affected attribute, thereby indirectly representing the uncertainty in similarity assessment. This approach avoids the biases associated with traditional interpolation methods and provides a more robust way to handle missing data.
Step 2: For each attribute, following the aforementioned similarity calculation, the resulting similarity values are organized into a similarity matrix:
      f 1             f i             f I s ˜ = c 1 c l c L s 1 1 s i 1 s I 1 s 1 l s i l s I l s 1 L s i L s I L
Here, rows represent historical cases c l ( l = 1 , 2 , , L ) , columns denote attribute f i ( i = 1 , 2 , , I ) , and the matrix content s i l indicates the similarity value between the target case c ˜ and a historical case c l under attribute f i .
The similarity matrix quantifies the degree of similarity between the target case and all of the historical cases across various attributes. Through differentiated calculations, it uniformly transforms different attribute types into similarity values within the interval [0, 1], enabling the integration of heterogeneous attributes. This supports cross-attribute comparisons and establishes a solid data foundation for subsequent case retrieval and matching.
Step 3: Convert local similarity s i l into the BPA function.
Traditional case retrieval methods assume a complete case base. When attribute values are missing, prior to similarity calculation, data are typically imputed using techniques such as interpolation or mean imputation. However, this approach has two main limitations: imputed values may deviate from the true values, thereby introducing bias into similarity assessments. Moreover, the inherent uncertainty associated with missing values (e.g., “unknown,” “unrecorded”) is often inadequately captured, which compromises the accuracy of case matching.
Definition 12.
Let  s i l  denote the similarity between target case  c ˜  and historical case  c l  on attribute  f i , where  l = 1 , 2 , , L . Sort all of the historical cases by similarity in descending order. Historical cases with identical similarity values are grouped into the same rank category, with rank categories  θ i n  defined, where  n = 1 , 2 , , N i . The similarity  S i n  between the n-th rank category  θ i n  on attribute  f i  and target case can be represented by the similarity of its constituent historical cases; that is,  S i n = s i l ,  c l θ i n .
Definition 13.
Let the similarity between the target case  c ˜  and the rating category  θ i n  on the attribute  f i  be denoted as  S i n , and let the historical cases contained within the rating category be denoted as  θ i n = ( c i · n l | l = 1 , 2 , , L n ) . If the frame of discernment is set as the set of all historical cases  Θ = ( c l | l = 1 , 2 , , L ) , then the fundamental probability distribution function for the rating category  θ i n  can be computed using the following equation:
b ( θ i n ) = S i n / n S i n , n = 1 , 2 , , N ,   i = 1 , 2 , , I
(1)
When considering a single subset in the frame of discernment (the set comprising the target case c ˜ and its uniquely matched historical case), if the similarity between the target case c ˜ and the historical case c l under attribute f i is s i l , and the target case c ˜ and the historical case c l possess unique similarity under attribute f i , then S i n = s i l . For example, if the similarity between the target case c ˜ and the historical case c 1 is calculated as 0.8, then S i ( { c 1 } ) = 0.8 .
(2)
For multiple subsets θ i n = ( c i · n l | l = 1 , 2 , , L n ) , where two or more historical cases share the same similarity score with the target case, the common similarity value is adopted. For example, if the target case shares a similarity of 0.7 with historical cases c 2 and c 3 , then S i ( { c 2 , c 3 } ) = 0.7 ; if the target case shares a similarity of 0.5 with historical cases c 4 and c 5 , then S i ( { c 4 , c 5 } ) = 0.5 .
Then, normalize the sum of similarity values across all of the subsets using Equation (16) to obtain b i ( c i n ) . In the aforementioned example, the sum of original probability distribution values for all of the relevant subsets is S i ( { c 1 } ) + S i ( { c 2 , c 3 } ) + S i ( { c 4 , c 5 } ) = 0.8 + 0.7 + 0.5 = 2 . For the single subset { c 1 } , its BPA function value is b i ( { c 1 } ) = 0.8 / 2 = 0.4 ; for the multiple subset { c 2 , c 3 } , b i ( { c 2 , c 3 } ) = 0.7 / 2 = 0.35 ; for the multiple subset { c 4 , c 5 } , b i ( { c 4 , c 5 } ) = 0.5 / 2 = 0.25 .

3.3. Weight and Reliability Calculation

In CBR, different historical cases contribute differently to solving the target problem. Weight calculations address this variation by assigning more influence to more relevant cases, thereby preventing decisions from being skewed by less pertinent ones. However, conventional approaches to determining evidence weights often rely on expert judgment or subjective scoring, making them susceptible to individual cognitive biases. To overcome this limitation, we propose treating case attributes as evidence sources, with weights derived directly from inherent statistical patterns in the data—specifically, attribute value frequencies, which serve as the basis for BPA construction. By contrast, reliability calculations are introduced to assess the credibility of evidence. By quantifying reliability, this method can identify more dependable evidence, reduce the impact of erroneous information, and enhance the robustness of decision outcomes. Together, these dual mechanisms—weight and reliability characterization—establish a more solid foundation for CBR.
Furthermore, integrating weight and reliability calculations addresses the challenge of case–attribute heterogeneity. During similarity computation and evidence fusion, weights are assigned according to attribute importance, while reliability is used to discount the original basic probability mass. This dual mechanism not only accommodates diverse attribute characteristics but also improves case retrieval accuracy and decision-making effectiveness.
Weights are subjective parameters that reflect the relative importance of evidence in decision-making and are determined based on the uncertainty inherent in the evidence. Lower uncertainty corresponds to higher weights, and evidence that more effectively supports the ranking and selection of alternatives has more influence on decisions. In CBR, weight calculation must objectively capture each attribute’s contribution to the decision process while minimizing subjective bias. To this end, we employ Deng entropy to compute evidence weights. Unlike classical Shannon entropy, which cannot be directly applied to BPAs because BPAs are defined on the power set rather than on a probability distribution, Deng entropy generalizes Shannon entropy to the evidence theory framework and naturally accommodates the uncertainty associated with both singleton and compound hypotheses. Deng entropy operates directly on BPA functions defined overpower sets and quantifies attribute uncertainty through data-driven analysis. A higher Deng entropy value indicates greater ambiguity in the information provided by the attribute during case matching, thereby justifying a reduction in its corresponding weight [28].
In case reasoning, each attribute independently provides supporting information regarding the similarity between the target case and historical cases and can thus be regarded as an independent piece of evidence. In this study’s case-reasoning decision scenario, we treat the BPA function of each attribute as an independent piece of evidence. Historical cases with identical similarity are regarded as belonging to the same grade category θ i n , with the corresponding grade level set being Θ = { θ i n | n = 1 , 2 , , N i } . The BPA m i ( θ i n ) of the case attribute f i is determined by Equation (16). We denote the set of all evidence as B; that is, B = { b 1 , b 2 , , b i } , where b i   ( i = 1 , 2 , , I ) represents each specific piece of evidence. The specific steps for calculating weights are as follows:
Step 1: For each case attribute f i , compute its Deng entropy B i :
B i = θ i n Θ b i ( θ i n ) · log 2 b i ( θ i n ) 2 | θ i n | 1
where θ i n denotes the number of historical cases sharing identical similarity under attribute f i .
Step 2: Perform normalization on B i to satisfy i = 1 I B ˜ i = 1 :
B ˜ i = B i / i = 1 I B i
Step 3: Calculate weight w i for evidence b i . Since evidence with higher entropy contributes less to the final solution, the weighting becomes
w i = ( 1 B ˜ i ) / (   J i = 1 I B ˜ i )
Reliability measures the degree of consistency between evidence from a specific attribute and evidence from all other attributes, reflecting how well the assessment of that attribute aligns with the overall attribute set. This rests on the premise that “consistent evidence is more reliable.” Thus, attributes whose evidential assessments demonstrate more similarity to others have higher reliability [28]. Compared with traditional distance metrics (e.g., Euclidean distance or Hamming distance), the Jousselme distance is specifically designed for evidence theory. It takes into account the internal structure of the power set and the relationships among different propositions, thereby quantifying the consistency between BPA distributions more accurately. Accordingly, it is more suitable than traditional distance metrics for CBR’s complex information-fusion requirements. Specifically, we compute the reliability parameter through cross-comparison using Jousselme distance. This involves measuring the discrepancy between each attribute’s evidential assessment and alternative judgments and then determining the average distance across all attributes and alternatives. The lateral reliability parameter for attribute evidence is subsequently derived by subtracting this average distance from unity.
Step 1: Calculate the lateral distance between an attribute and all other attributes to measure consistency within that case. Let b i denote the BD vector of attribute f i on the grade level set Θ = { θ i n | n = 1 , 2 , , N i } . The calculation equation is as follows:
J i i = 1 2 b i b i T D b i b i ,   i ,   i = 1 , 2 , , I
Step 2: Calculate the global lateral average distance to synthesize lateral distances across all attributes, reflecting overall attribute consistency. The weighted averages of lateral distances J i i for each attribute yield the global lateral distance for attribute f i , calculated as follows:
J i = i = 1 I J i i / I
Step 3: Calculate lateral reliability by converting distance into a reliability metric. As J i approaches 0, attribute f i exhibits greater consistency with other attributes, and reliability r i approaches 1. Thus, the calculation equation is as follows:
r i = 1 J i
The lateral distance is defined as the average Jousselme distance from a given attribute to all others, which directly reflects how much the attribute’s evidence deviates from the consensus of the whole set. A smaller distance indicates higher consistency and thus higher reliability. Reliability is then defined as one minus the normalized lateral distance.

3.4. Evidence Fusion for CBR

Evidence from each attribute reflects a specific dimension of how historical cases address the target problem. However, comprehensive assessment requires integrating evidence across all relevant attributes, as reliance on any single attribute fails to fully capture the complexity of the situation. Moreover, owing to inherent heterogeneity among attributes, a frame of discernment—such as evidence fusion—is needed to transform disparate forms of evidence into comparable belief measures. This approach mitigates the information fragmentation arising from structural differences in data formats. In cases where certain attribute data are missing or contaminated, evidence fusion enables compensation through information from other attributes, thereby mitigating the effect of single-source bias on decision outcomes. Thus, the integration of multidimensional evidence via fusion is essential for generating decisions that accurately and holistically reflect the complex reasoning underlying real-world problems.
We employ the GC rule for evidence fusion to address the limitations of traditional CBR approaches. Conventional methods often overlook both the objective quality and subjective importance of evidence during integration, leading to biased outcomes. The GC rule mitigates these issues through a generalized discounting mechanism that incorporates evidence weight and reliability. Furthermore, it accommodates the inherent heterogeneity of case attributes—a challenge poorly handled by traditional techniques. By directly converting the local similarity measures of case attributes into BPA, the GC rule accurately captures concurrent propositions in local retrieval while representing attribute variations within the case repository. For diverse attribute types, the rule integrates corresponding similarity calculation methods to appropriately manage variations during fusion, thereby enhancing reasoning effectiveness. In complex decision scenarios, the GC rule provides a robust framework for consolidating multiple evidence sources, offering decision-makers more reliable support aligned with practical requirements. Given its demonstrated effectiveness in domains such as marine ranch ecological safety assessment, this study adopts the GC rule to integrate evidence across all attributes. The GC rule is adopted because it can jointly incorporate both weight and reliability discounts in the fusion process, a capability that standard Dempster–Shafer evidence combination lacks. It also provides a unified framework for handling local and global ignorance through power set redistribution.
The BD function obtained through the aforementioned steps must first undergo discount correction. As an intrinsic property of evidence, reliability characterizes information quality independently of other sources. Combined with weight, the BD function is rectified as per Equation (23), and the corrected probability or belief degree, featuring precision and unambiguity, constitutes the valid BPA.
For each evidence source b i (corresponding to case attribute f i ) with weight w i (Equation (19)) and reliability r i (Equation (22)), the original BPA function is b i ( θ i n ) . The BPA discount is calculated using Equation (7).
m θ i n , i = 0 θ i n   =   w i r i p θ i n , i θ i n Θ w i r i p θ i n , i + w i ( 1 r i ) θ i n = Θ 1 w i θ i n = P ( Θ )
Discounting the original basic probability mass by incorporating evidence weights and reliability to obtain the discounted basic probability mass is essential for the subsequent evidence-fusion process.
We then employ the GC rule for evidence fusion. First, based on Definition 9 and using the frame of discernment Θ as a unified baseline, we treat the discounted BPA m θ i n , i corresponding to each attribute as input evidence, and substitute them into the core Equations (8)–(11) of the GC rule to recursively calculate the globally fused probability mass m ^ Θ , b i . The specific formulas are as follows:
m θ , e ( i ) = 0 θ i n = m ^ θ , e ( i ) θ Θ m ^ θ , e ( i ) + m ^ P ( Θ ) , e ( i ) θ i n
where the intermediate probability terms m ^ θ , e ( i ) and m ^ P ( Θ ) , e ( i ) satisfy
m ^ θ , e ( i ) = B θ i n = θ , B , θ i n Θ m B , e ( i 1 ) m θ i n , i + m θ , e ( i 1 ) m Θ , I + m θ i n , i m θ , e ( i 1 ) + ( 1 w i ) m θ , e ( i 1 ) + m P ( Θ ) , e ( i 1 ) m θ i n , i ,   θ Θ
m ^ Θ , e ( i ) = m Θ , e ( i 1 ) m Θ , i + m P ( Θ ) , e ( i 1 ) m Θ , i + ( 1 w i ) m Θ , e ( i 1 )
m ^ P ( Θ ) , e ( i ) = ( 1 w i ) m P ( Θ ) , e ( i 1 )
Following evidence fusion, the power set P Θ stores the probabilistic weights not absorbed by specific propositions (e.g., individual historical cases or case collections). These probabilities reflect uncertainties in the evidence or aspects lacking explicit support. Through power set redistribution, probabilities within P Θ are proportionally allocated to all focal elements (i.e., propositions within the frame of discernment Θ ), generating a standardized joint confidence distribution. This ensures that the final outcome satisfies the condition of probabilistic normalization.
Let the fused probability mass be m ^ θ , e ( I ) ( θ Θ ) and the probability mass corresponding to the power set P Θ be m ^ P ( Θ ) , e ( I ) . Then, the redistributed joint confidence p θ , e ( I ) is defined as
p θ , e ( I ) = m ^ θ , e ( I ) / ( 1 m ^ P ( Θ ) , e ( I ) ) , θ Θ
Finally, a decision is made under a specified principle. Bayesian approximation is applied to convert the fused belief distribution into a probability vector over single-element propositions. According to Definition 11, for each hypothesis c l , the Bayesian probability is computed as m ¯ ( c l ) = θ Θ , c l θ p θ , e ( I ) / θ Θ p θ , e ( I ) · θ l = 1 , 2 , , L . The hypothesis with the highest Bayesian probability, i.e., c = arg max { m ¯ ( c l ) | c l C } is taken as the final decision. Based on these probabilities, historical cases can be ranked; the higher the Bayesian probability, the greater the similarity to the target case.

3.5. Decision-Making Steps

Implementing CBR/GC requires five steps: build a historical case base (frame of discernment) for the target case, calculate similarity by attribute type, convert to BPA function, determine weight and reliability, and fuse evidence via the GC rule for decisions. These steps constitute the complete CBR/GC decision-making procedure proposed in this study, as illustrated in Figure 3.
Step 1: Build a frame of discernment and case base.
Based on the problem scenario of the target case, historical cases with a similar decision-making background are selected to form a case base C = { c l | l = 1 , 2 , , L } , which is the frame of discernment Θ.
Step 2: Calculate the local similarity between the target case and historical cases.
For interval-type attributes, the comprehensive distance combining the center point distance and length difference is calculated using Equation (14) to obtain a similarity value s i l in the specified range [ 0 , 1 ] . For PLTS-type attributes, the probability set structure is first adjusted according to Definition 2, followed by the calculation of similarity using Equation (15).
Step 3: Build the similarity matrix and determine the BPA function.
Construct a similarity matrix based on the local similarity calculation results. Arrange the similarities under each attribute into a matrix, grouping historical cases with identical similarity into the same grade category θ i n ( n = 1 , 2 , , N i ). Normalize the BPA values for all grade categories according to Equation (16) to obtain the final BPA function b i ( θ i n ) , n = 1 , 2 , , N i .
Step 4: Quantify weights and reliability.
Weight calculation employs Deng entropy. For each f i , Deng entropy is computed as B i = θ i n Θ b i ( θ i n ) · log 2 ( b i ( θ i n ) / ( 2 | θ i n | 1 ) ) . Normalizing this yields B ˜ i = B i / i = 1 I B i , with weights defined as w i = ( 1 B ˜ i ) / (   J i = 1 I B i ) . Reliability calculation uses Jousselme distance. Compute the lateral distance J i i = 1 2 b i b i T D b i b i between attribute f i and other attributes, and then calculate the global lateral average distance J i = i = 1 I J i i / I . Reliability is thus defined as r i = 1 J i .
Step 5: Perform evidence fusion and decision-making based on the GC rule.
Use Equation (23) to discount the original BPA function b i ( θ i n ) . Then, employ Equation (24) to recursively combine the discounted BPAs m θ i n , i of all attributes, yielding the final fused probability mass m θ , e ( i ) , θ Θ , θ = P ( Θ ) . Reallocate the probability involving the power set P ( Θ ) across the corresponding propositions according to their respective BPA proportions, thereby obtaining the standardized joint confidence p θ , e ( I ) = m ^ θ , e ( I ) / ( 1 m ^ P ( Θ ) , e ( I ) ) , θ Θ . Subsequently, compute the Bayesian probability for each historical case using the Bayesian approximation m ¯ ( c l ) = θ Θ , c l θ p θ , e ( I ) / θ Θ p θ , e ( I ) · θ l = 1 , 2 , , L . Finally, decisions are made according to the maximum Bayesian probability principle, i.e., the hypothesis with the highest c = arg max { m ¯ ( c l ) | c l C } is selected as the most similar case.

4. Case Simulation Application and Analysis

4.1. Case Background

Typhoons pose severe threats to coastal communities through secondary hazards such as strong winds, torrential rainfall, and storm surges, endangering human lives, property, infrastructure, and ecosystems. China’s southeastern coastal regions face frequent typhoon events, with annual landfall counts remaining relatively stable over certain periods. Many of these typhoons are of high intensity, leading to substantial direct economic losses. Therefore, developing rapid, accurate emergency response plans is essential for improving disaster prevention and mitigation capacities. In this context, historical case analysis is a critical method for formulating effective emergency strategies.
We analyze typhoon cases that made landfall in China’s southeastern coastal regions between 2014 and 2024, focusing on three dimensions: problem characteristics, response measures, and outcomes. The problem characteristics comprise natural attributes and impact parameters, including typhoon type, maximum central wind speed at landfall, wind intensity, central minimum pressure, affected area, duration, rainfall intensity, storm surge warning level, proximity to urban centers, and population density in affected areas. Response measures capture specific management actions, such as activated emergency response levels, number of people evacuated, scope of school and business closures, traffic control implementation, emergency resource allocation, and rescue team deployment. Outcomes assess the effectiveness of emergency plans using metrics such as casualties and missing persons, direct economic losses, infrastructure damage rates, response timeliness, and public satisfaction with disaster relief operations.
To establish a typhoon disaster case base, we identify eight attributes in terms of typhoon formation, development, and dissipation (Table 2). The case base contains 80 historical typhoon cases, with Table 3 showing selected examples to demonstrate its structure. All data of the case base can be found in Table A1 in Appendix A. At the theoretical level, drawing on the “hazard-exposure-vulnerability” framework in disaster risk theory, attributes f1–f6 characterise the typhoon’s own hazard intensity and impact range, while f7 and f8 reflect the exposure and social vulnerability of the affected area, which are directly linked to emergency response levels and resource allocation needs. These attributes also satisfy the basic requirements of CBR in terms of discriminability and data availability. At the empirical level, based on the analysis of 80 historical typhoon cases, the average data completeness rate of the eight attributes is 92.2%, indicating good data availability. The coefficient of variation (CV) analysis (see Table 2) shows that, except for f2, which has a narrow physical range and thus a CV of 0.03, the CVs of the remaining attributes range from 0.24 to 1.24, with f7 reaching 1.24, demonstrating that all attributes possess sufficient discriminative power among cases.
We select Super Typhoon Ragasa (No. 2518, 2025) as the case study—a storm characterized by high intensity, direct landfall impact, and severe secondary disasters. As a landmark event in China’s natural disaster emergency response system in 2025, the scientific validity and operational effectiveness of its emergency management offer valuable insights. This case is particularly well suited for similarity matching against historical case databases (2014–2024) and comparative analysis of emergency plans in the CBR framework, thereby validating the accuracy and practical applicability of the proposed method.

4.2. CBR/GC Decision-Making Process

For emergency decision-making in typhoon disaster scenarios, CBR/GC demonstrates the reasoning process by matching the target case (Ragasa) with the historical case database.
Step 1: Calculate local similarity between the target case and historical cases.
Different similarity calculation methods are applied based on the attribute characteristics of typhoon cases. For interval-type attributes (e.g., “7-level wind circle radius,” “10-level wind circle radius,” “maximum wind speed,” “wind force intensity,” “distance from the city”), the similarity between the target case and historical cases is calculated using Equation (14). Ordinal-type attributes (e.g., “typhoon type”) are first converted into PLTS. Then, the probability set structure is adjusted according to Definition 2, followed by similarity calculation using Equation (15). Table 4 shows the partial results of the calculated local similarity.
Step 2: Build the similarity matrix and determine the BPA function.
First, the similarity values between the target case and historical cases under each attribute are compiled into a similarity matrix. Then, for every attribute, the historical cases are ranked in descending order of similarity. Cases with identical similarity values are grouped into grade categories, and the BPA for each category is calculated using Equation (16). Table 5 summarizes the results.
Step 3: Quantify weights and reliability.
First, calculate Deng’s entropy for each attribute using Equation (17). Then, normalize Deng’s entropy values for all attributes to satisfy Equation (18). Finally, compute the evidence weights using Equation (19).
Next, calculate reliability. First, compute the lateral distance between an attribute and other attributes using Equation (20). Then, calculate the global lateral average distance using Equation (21) to reflect the overall consistency of attributes. Finally, compute lateral reliability using Equation (22), converting distance into a reliability metric. The closer the reliability is to 1, the higher the consistency of that attribute with others. Table 6 shows the results of the weight and reliability calculations.
Step 4: Perform evidence fusion and decision-making based on the GC rule.
After calculating weights and reliability, all evidence is integrated using the GC rule. First, the original BPA function of each evidence source undergoes discount correction through Equation (23), incorporating both its weight and reliability parameters. Subsequently, applying the GC rule (Equation (24)), the BPAs from all evidence sources are progressively combined to obtain the fused probability distribution. The resulting probability mass in the power set is then proportionally redistributed to corresponding propositions based on their BPA ratios, producing a normalized joint confidence distribution through Equation (28). Finally, the Bayesian probability for each proposition (historical case) in the frame of discernment is computed using Equation (13), and all of the cases are ranked in descending order. The proposition (case) with the highest probability value is identified as the most similar match to the target case. The final decision is subsequently derived by referencing the solution strategy and outcome characteristics of this optimal historical case.
In typhoon disaster emergency decision-making, the historical cases in the repository are ranked by Bayesian probability in descending order, as shown in Table 7. Typhoon 2403 Gaemi attains the highest probability, indicating that it is the most similar historical case to the target case Ragasa (2025). Its emergency response strategies—including activated emergency response level, number of evacuees and relocated individuals, and volume of allocated supplies—can be referenced to formulate more effective, scientific emergency plans.
By following the procedure outlined above, our proposed CBR/GC method fully leverages weight and reliability information to integrate multidimensional evidence. This approach enhances the accuracy and reliability of CBR outcomes, providing robust decision support for complex scenarios such as typhoon disaster management.

4.3. Simulation Comparison and Analysis of Other Methods

4.3.1. Other Methods

The CBR/GC constructed in this paper is compared with four mainstream case-based reasoning methods: the Average Operator (AO), the Weighted Average Operator (WAO), the K-Nearest Neighbors Operator (K-NNO), and the Truncation Operator (TO). The main difference among these methods lies in their approach to calculating the global similarity. It should be noted that in the comparative experiments, for handling missing attribute values, the proposed method adopts the BPA construction method based on similarity-based classification aggregation described in Section 3.2 (i.e., no direct imputation). In contrast, the other four methods employ two conventional missing data handling strategies: one is to remove case samples containing missing values, and the other is to use mean imputation to fill in the missing values, ensuring a fair comparison.
(1) Average Operator (AO). This method first computes the local similarity between the target case and each historical case under each problem attribute, denoted as s i l ( i = 1 , 2 , , I , l = 1 , 2 , , L ) . Then, the arithmetic mean of the local similarities of all attributes is taken as the global similarity, with the calculation formula given by s l = i = 1 I s i l / I . Finally, the historical case most similar to the target case is selected based on the global similarity. This method does not consider differences in the importance of different attributes for decision-making, treating all attribute weights equally.
(2) Weighted Average Operator (WAO). This method also first calculates the local similarity s i l ( i = 1 , 2 , , I , l = 1 , 2 , , L ) , and then adopts the entropy weight method to objectively determine the weight of each attribute. The basic idea of the entropy weight method is as follows: if the similarity values of an attribute vary greatly among different historical cases, the attribute has stronger discriminative power and should be assigned a larger weight; otherwise, it should be assigned a smaller weight. Specifically, first, the proportion of the l-th historical case under the i-th attribute, p i l = s i l / l = 1 L s i l , is calculated. Then, the entropy value of the attribute, e i = l = 1 L p i l ln p i l / ln L , is computed, followed by the calculation of the coefficient of difference, g i = 1 e i . Finally, the weights are obtained by normalizing the coefficients of difference, w i = g i / i = 1 I g i . After obtaining the weights, the weighted sum of the local similarities of each attribute is taken as the global similarity, i.e., S l = i = 1 I w i s i l , and the most similar historical case is selected accordingly [25]. This method accounts for differences in the importance of different attributes, reflecting the idea of objective weighting.
(3) K-Nearest Neighbors Operator (K-NNO). First, the global similarity between the target case and all historical cases is calculated using AO. Then, the top K historical cases with the highest global similarity are selected from the case base. The “solution type” or “case category” that appears most frequently among these K nearest neighbors is taken as the matching reference for the target case. This method introduces a nearest neighbor voting mechanism, which can effectively reduce the interference of individual abnormal cases on the retrieval results and improve the robustness of the decision-making process [31]. In this study, based on the AO calculation results, the K-NNO method selects the three historical cases closest to the target case for K-nearest neighbor classification.
(4) Truncation Operator (TO). This method optimizes the similarity aggregation result by “removing extreme values.” First, the local similarities between the target case and historical cases under each attribute are calculated. Then, the maximum and minimum local similarities are removed (to avoid interference from extreme values). The arithmetic mean of the local similarities of the remaining attributes is taken as the global similarity.
The above four methods were applied to retrieve the most similar cases from a historical case base consisting of the target case Ragasa (for typhoon disaster emergency decision-making) and 80 typhoon cases from 2014 to 2024. For each method, the two conventional missing data handling strategies were adopted: first, case deletion, i.e., deleting any historical case with missing values in any attribute, retaining only cases with complete attributes for calculation, and second, mean imputation, i.e., for each missing value, filling it with the arithmetic mean of that attribute over all non-missing cases, so that all cases have complete attribute values. Based on this, the global similarity between each historical case and the target case was calculated. The retrieval results are summarized in Table 8.
From Table 8, several observations can be made. When the case deletion strategy was adopted, all four benchmark methods selected the severe typhoon Koinu, whose intensity (955 hPa, 40 m/s) is significantly weaker than that of the target typhoon Ragasa. After switching to mean imputation, AO and K-NNO selected Doksuri, TO selected Mujigae, while WAO still retained Koinu. This indicates that the missing data handling approach significantly affects the retrieval results of traditional methods, exposing their lack of robustness to missing data. For K-NNO, under case deletion, the top three were Koinu, Doksuri, and Talim, each receiving one vote, so Koinu (with the highest similarity) was selected; under mean imputation, the top three became Doksuri, Koinu, and Gaemi, again with no majority, so Doksuri was selected. Thus, the decision result of K-NNO is influenced by both the missing data handling method and the choice of K, exhibiting a lack of consistency.
In contrast to the four benchmark methods, the proposed CBR/GC method does not rely on any form of missing value imputation or case deletion; its retrieval results are unaffected by the missing data handling strategy, demonstrating better robustness. This method directly uses all 80 historical cases for evidential reasoning, and the most similar case retrieved is Typhoon Gaemi (number 2403).

4.3.2. Matching Accuracy Comparison

To evaluate the matching accuracy of the different retrieval results, key attributes of the target typhoon Ragasa and the typhoons selected by each method are compared, as shown in Table 9.
From Table 9, it can be seen that the target typhoon Ragasa is an extremely intense super typhoon. The typhoons selected by the benchmark methods have obvious shortcomings. Koinu is only a severe typhoon with a pressure of 955 hPa and wind speed of 40 m/s, significantly weaker than Ragasa; its lower bound of the 10-level wind circle is only 90 km, much smaller than Ragasa’s 160 km, so using its emergency plan would severely underestimate the risk. Doksuri, although a super typhoon with pressure 925 hPa and wind speed 52 m/s close to those of Ragasa, has a lower bound of the 7-level wind circle of 300 km, slightly smaller than Ragasa’s 340 km, and its population density is as high as 1700 persons/km2; directly applying its plan could lead to over-response. Mujigae has slightly lower intensity (935 hPa, 50 m/s) and a landing distance of 0–40 km, differing from Ragasa’s direct landfall.
In contrast, Gaemi selected by the CBR/GC method is highly consistent with Ragasa in terms of core disaster-inducing indicators. Its pressure is 925 hPa, maximum wind speed 58 m/s, and wind force level 17, compared to Ragasa’s 920 hPa, 58 m/s, and level 17; the pressure difference is only 5 hPa, and wind speed and wind force level are identical. Gaemi’s 7-level wind circle radius is 250–380 km; although the lower bound is 90 km lower than Ragasa’s 340 km, the upper bound of 380 km fully covers Ragasa’s 380 km. Its 10-level wind circle radius of 100–150 km is slightly smaller than Ragasa’s 160–180 km. The landing distance is also 0 km, indicating a direct landfall. The population density of 722 persons/km2 is higher than Ragasa’s 327 persons/km2 but much lower than Doksur’s 1700 persons/km2, falling within a reasonable reference range.
To quantify the matching accuracy of each retrieved case, the relative errors of key attributes of each typhoon with respect to Ragasa are calculated, and the results are presented in Table 10.
From Table 10, it can be seen that the mean relative error of the case Gaemi matched by the CBR/GC method is 7.9%, which is lower than those of Mujigae (8.3%) and Koinu (18.5%) but slightly higher than that of Doksuri (4.8%). It is important to emphasize that minimizing the mean relative error is not the sole optimization objective of the CBR/GC method. This method quantifies attribute weights and reliabilities using Deng entropy and Jousselme distance, respectively, and performs evidential discounting and fusion under the GC rule. The case with the highest Bayesian probability is the optimal solution that integrates the quality of decision information, rather than simply the result of minimizing numerical errors. Specifically, although Doksuri has a slightly lower mean error, its population density (1700 persons/km2) is much higher than that of Ragasa (327 persons/km2), and its lower bound of the 7-level wind circle (300 km) is insufficient compared to Ragasa’s 340 km. Under the dual discounting of weight and reliability, its comprehensive evidential support is lower than that of Gaemi. In contrast, Gaemi achieves zero deviation in maximum wind speed and wind force level, a pressure deviation of only 0.5%, and an identical landfall type. The high matching degree of these key disaster-causing factors gives it higher confidence in the evidence fusion process.
Further analysis of attribute reliabilities (see Table 6) reveals that traditional methods do not account for differences in reliability when aggregating similarities. For example, the reliability of attribute f7 is only 0.3590, the lowest among all attributes, indicating that this attribute is highly inconsistent across different cases. However, in WAO, f7 is assigned a weight of 0.5828 due to its high coefficient of variation, which may allow unreliable information to interfere with the decision. In contrast, the CBR/GC method, through the discounting mechanism of the GC rule, automatically reduces the influence of low-reliability attributes, thereby avoiding such bias. Another example is attribute f2 (minimum pressure) and f5 (maximum wind speed), both of which have high weights and high reliabilities; they receive higher confidence in the evidence fusion of CBR/GC, which is the intrinsic reason why Gaemi (zero deviation in wind speed and wind force, extremely small pressure deviation) ranks first overall.

4.3.3. Decision Rationality Comparison

The core of decision rationality lies in whether the emergency response plan of the matched case can provide an effective reference for the target case. The target typhoon Ragasa is a direct landfall typhoon with extremely high intensity (920 hPa, 58 m/s, level 17), a 7-level wind circle of 340–380 km, a 10-level wind circle of 160–180 km, and a relatively low population density. Therefore, an ideal matching typhoon should be highly similar to Ragasa in terms of disaster intensity (pressure, wind speed, wind circle radius), maintain consistency in landfall type, and allow for scaling of response measures based on exposure indicators such as population density.
First, consider the three typhoons selected by the benchmark methods. Koinu is only a severe typhoon (955 hPa, 40 m/s), significantly weaker than Ragasa; its lower bound of the 10-level wind circle is only 90 km, much smaller than Ragasa’s 160 km; referencing its emergency plan would severely underestimate the destructive power. Doksuri, though a super typhoon with pressure and wind speed relatively close to those of Ragasa, has a lower bound of the 7-level wind circle of 300 km, slightly smaller than Ragasa’s 340 km, and an extremely high population density of 1700 persons/km2; directly applying the response measures from such a high-density area could lead to over-mobilization and waste of resources. Mujigae has slightly lower intensity (935 hPa, 50 m/s) and a landing distance of 0–40 km; although this interval includes 0 km, it is not a completely direct landfall, and its emergency experience may include buffer measures suitable for non-direct landfalls, which are not fully applicable to Ragasa.
In contrast, Gaemi, selected by the CBR/GC method, is the most balanced and highly consistent match with Ragasa in terms of core disaster-indicating indicators. First, the intensity parameters are nearly identical. Gaemi has a pressure of 925 hPa, a maximum wind speed of 58 m/s, and a wind force level 17, compared to Ragasa’s 920 hPa, 58 m/s, and level 17; the wind speed and wind force level achieve zero deviation, and the pressure deviation is only 0.5%. Second, the wind circle structure is reasonable. Gaemi’s 7-level wind circle radius is 250–380 km; although the lower bound is 90 km lower than Ragasa’s, the upper bound of 380 km fully covers Ragasa’s 380 km, meaning the upper limit of the strong wind influence range is consistent. Its 10-level wind circle radius of 100–150 km is slightly smaller than Ragasa’s 160–180 km, but in a direct landfall scenario, the 10-level wind circle affects only a narrow area near the eyewall; this can be compensated by appropriately expanding the warning zone around the predicted landfall point, without altering the decision framework. Third, the landfall type is completely identical. Gaemi has a landing distance of 0 km, also a direct landfall, so its experience in personnel evacuation timing, traffic control scope, pre-positioning of emergency forces, etc., can be directly transferred.
Moreover, Gaemi’s population density is 722 persons/km2, approximately 2.2 times that of Ragasa (327 persons/km2). This difference is favorable for emergency decision-making: Gaemi successfully underwent emergency response under a higher population density, and its successful experiences (e.g., evacuation organization, material allocation, multi-agency coordination) can be appropriately scaled down for Ragasa’s lower population density, forming a “downward reference.” This is more reliable and safer than an “upward reference” from low density to high density.
From the perspective of decision logic, traditional methods rely only on simple aggregation of similarity values and do not account for the reliability of decision information or the dynamic differences in attribute importance. The CBR/GC method’s ability to accurately identify Gaemi is due to two core innovations. First, the method quantifies attribute uncertainty using Deng entropy to determine weights, evaluates attribute consistency using Jousselme distance to characterize reliability, and performs evidential discounting and fusion under the GC rule, thereby automatically assigning higher weights to key disaster-causing factors such as pressure, wind speed, and the 7-level wind circle, while reducing the interference of low-reliability attributes. It is this mechanism that gives Gaemi, with zero deviation in maximum wind speed and wind force level, the highest comprehensive support. Second, the method does not require imputation of missing values or deletion of cases; it directly constructs basic probability assignments using all cases, avoiding information loss and artificial bias, and maintains a 100% sample utilization rate. Therefore, the decision-making process of the CBR/GC method better meets the practical needs of typhoon disaster emergency decision-making, and it significantly outperforms traditional methods in matching accuracy, decision rationality, and data adaptability.

4.4. Results and Discussion

Based on the reasoning process and fusion results of the CBR/GC method, we identify Gaemi as the historical case most similar to the target case Ragasa. To evaluate the effectiveness of CBR/GC for typhoon disaster emergency decision-making, we examine the results from three perspectives: similarity alignment accuracy, the effect of weight–reliability integration, and practical decision-making value.

4.4.1. Similarity Matching Accuracy

The CBR/GC method identifies Typhoon Gaemi (2403) as the optimal match, with a Bayesian probability of 0.01323, significantly higher than that of the second-ranked candidate (Doksuri, 2305) at 0.01318. This indicates a clear differentiation capability. To validate the rationality of the matching results, we compare key attributes between Typhoon Ragasa and Gaemi, addressing a core requirement of typhoon emergency decision-making—contingency plans must simultaneously account for both intensity parameters and impact scope. Given that these attributes have different physical units (e.g., pressure, distance, wind speed), absolute errors are not directly comparable. We therefore adopt the average relative error as the primary accuracy metric, as it normalizes these differences and provides an intuitive percentage deviation. Through matching deviation rate analysis (Table 11 and Figure 4), the average relative error between Typhoon Ragasa and Gaemi across critical attributes is 7.9%. Notably, the maximum wind speed and wind force intensity deviations are 0% (both 58 m/s and level 17), and the minimum central pressure deviation is only 0.5% (925 hPa vs. 920 hPa), confirming the excellent alignment in core intensity parameters.
In terms of similarity matching accuracy, the two typhoons exhibit strong correlation across core attributes. Their meteorological structures demonstrate notable consistency: the minimum central pressure differs by only 5 hPa (0.5%), while maximum wind speed and wind force are perfectly identical (58 m/s, level 17). Regarding wind field structure, Gaemi’s 7-level wind circle radius (250–380 km) covers the entire upper bound of Ragasa’s range (340–380 km), indicating that the overall affected area is well matched. Although the 10-level wind circle of Gaemi (100–150 km) is smaller than that of Ragasa (160–180 km), this discrepancy can be mitigated by expanding the precautionary buffer zone, as discussed in the practical decision-making section. Furthermore, both typhoons made direct landfall, a critical factor for emergency response planning.
It is worth noting that the average relative error of Gaemi (7.9%) is slightly higher than that of Doksuri (4.8%), as shown in the comparative study (Section 4.3). This does not indicate a flaw in the CBR/GC method; rather, it reflects that the method optimizes a composite objective that incorporates evidence weight and reliability, not merely numerical error minimization. Doksuri possesses a lower numerical error but has a much higher population density (1700 persons/km2 vs. Ragasa’s 327), and its 7-level wind circle lower bound (300 km) is below Ragasa’s lower bound (340 km). Through the GC rule’s discounting mechanism, attributes with lower reliability (e.g., distance to city) and mismatched exposure characteristics are penalized, making Gaemi the top choice in the fused belief distribution.

4.4.2. Effect of Weighting and Reliability

Regarding weight and reliability, the weights assigned to attribute characteristics range from 0.1071 to 0.1334 (Figure 5), indicating a relatively balanced distribution. Wind circle–related attributes (f3 and f4) carry more weight, underscoring their critical role in determining typhoon impact areas for emergency decision-making. Population density (f8) has the highest weight (0.1334), while distance from city (f7) receives the lowest (0.1071), reflecting their relative discriminative power. Reliability parameters demonstrate notable variation, with “distance to urban areas” (f7) showing the lowest reliability—reflecting its inconsistent alignment with other attributes across cases. Conversely, the “population density of landing cities” (f8) achieves the highest reliability, indicating its stable performance throughout the case repository. These differential weight and reliability assignments capture both the importance and consistency of each attribute, thereby enhancing the differentiation capacity of the decision model.
The combined effect of weight and reliability manifests in the evidence discounting process. Attributes characterized by both high weight and strong reliability receive enhanced confidence during fusion, whereas those with substantial weight but moderate reliability undergo systematic discounting prior to integration. This strategy maintains their influence while reducing the effect of uncertainty. For example, the “distance to urban areas” attribute, despite showing exceptional similarity in specific instances, is subject to appropriate moderation during fusion owing to its generally low reliability. This dual mechanism prevents any single, less reliable attribute from exerting disproportionate influence on the final decision, thereby improving the robustness of the results.

4.4.3. Practical Decision-Making Value

The essence of rational decision-making lies in whether the solution derived from a matched case can provide actionable guidance for the target case. In terms of disaster impact and response requirements, Typhoon Ragasa’s direct landfall and high intensity demand prioritized personnel evacuation and infrastructure protection. In this regard, Typhoon Gaemi’s emergency response characteristics offer a highly relevant reference value. As shown in Table 12, Gaemi also made direct landfall, and its intensity parameters are almost identical. The 7-level wind circle covers the same upper bound as Ragasa’s, and the 10-level wind circle is smaller but manageable through expanded buffer zones. Consequently, Gaemi’s response strategy—including emergency level activation, evacuation scale, transportation control, and resource pre-positioning—provides a solid reference for formulating Ragasa’s emergency plan.
From a decision-making perspective, traditional methods rely on the simplistic aggregation of similarity metrics without accounting for dynamic variations in information reliability and attribute importance; this results in limited adaptability to complex scenarios. By contrast, the CBR/GC method quantifies attribute contributions through weighting—assigning higher confidence to critical factors such as minimum central pressure and wind circle radius—while filtering evidence through reliability assessment. By integrating these dimensions using the GC rule, this method generates belief distributions that better align with the practical requirements of typhoon disaster emergency decision-making, ultimately producing more actionable and applicable outcomes.
In terms of practical decision-making value, the Gaemi case offers a highly comparable reference, with its emergency response plan providing critical guidance for Ragasa. As a high-intensity typhoon, Gaemi established benchmarks in terms of emergency response level, resource-allocation scale, and evacuation zoning, providing a foundation for Ragasa’s preparedness. Successful evacuation route planning, shelter site arrangements, and operational protocols from Gaemi can be directly adapted for Ragasa, particularly for large-scale evacuations. By analyzing Gaemi’s resource consumption patterns and allocation experience, more accurate predictions can be made regarding the types and quantities of supplies required for Ragasa, thereby optimizing stockpiling and distribution strategies. Furthermore, the specific challenges encountered during Gaemi’s response can deliver critical risk alerts for Ragasa’s emergency management, enabling the proactive deployment of targeted preventive measures.
From the matching results, several actionable insights can be distilled for real-world emergency management. First, the radius of the 7-level wind circle is more critical than that of the 10-level wind circle. The complete coverage of the upper bound of the 7-level wind circle determines the overall evacuation and resource allocation scale, whereas deviations in the 10-level wind circle can be compensated by enlarging the precautionary buffer zone. Second, emergency experience from moderately high-density areas can be safely scaled down to low-density settings. The successful adaptation of Gaemi’s response to Ragasa’s lower-density scenario demonstrates that response levels and evacuation scales can be proportionally adjusted according to population density while keeping the core decision framework transferable. Third, the low reliability of the distance-to-city attribute suggests that the exact landfall point is inherently uncertain; emergency planning should therefore incorporate a buffer interval rather than relying on a precise zero-distance assumption. These insights go beyond mere result reporting and provide operational guidance for typhoon emergency decision-making.

5. Conclusions

Traditional CBR methods often overlook the weight and reliability of decision information and struggle with attribute heterogeneity and missing data. This undermines the accuracy and robustness of decision-making in complex scenarios such as emergency management.
We propose the CBR/GC method to address these limitations. Our approach first designs differentiated similarity calculation strategies for heterogeneous attributes, including interval-type and PLTS data. Historical cases with identical similarity values are classified and aggregated to construct a BPA function, thereby addressing missing data without direct imputation. Attribute weights are determined by quantifying uncertainty through Deng entropy, while reliability is characterized by measuring consistency using Jousselme distance. Discounted BPA is then recursively fused via the GC rule, with final decisions derived through Bayesian probability transformation. A case study of typhoon disaster emergency decision-making demonstrates the method’s effectiveness and practicality. Our three main contributions are as follows:
(1)
Innovative handling of missing data. Our method avoids direct imputation by constructing BPA through similarity-based classification. Missing attributes are treated as uncertain information and embedded in the evidence framework, preserving data uncertainty while reducing traditional imputation bias. This enhances adaptability to incomplete datasets.
(2)
Unified framework for heterogeneous attributes. Our unified framework transforms numerical, intervallic, symbolic, probabilistic, and ordinal attributes into interval-type and PLTS representations. Differentiated similarity strategies are designed for each type, enabling consistent cross-attribute comparison and effective fusion within a single reasoning structure.
(3)
Dual characterization of weight and reliability. Weights and reliability are quantified via Deng entropy and Jousselme distance, respectively. Their synergistic integration in the GC rule enables multidimensional evidence quality control, which improves the robustness and credibility of final decisions.
Nevertheless, the proposed method has certain limitations. First, like most data-driven approaches, its performance is influenced by the quality and completeness of historical case data. However, unlike traditional CBR methods, our approach can indirectly handle missing data through similarity-based BPA construction, thereby avoiding imputation bias. Nonetheless, in scenarios with extremely sparse or highly noisy data, the accuracy may still be affected. Second, the computational complexity of evidence fusion increases with the number of attributes and cases, which may limit real-time application in time-sensitive scenarios (e.g., emergency response). Third, the current case study focuses on a single typhoon event. Although this case effectively demonstrates the feasibility of the method, further validation through multi-case or sensitivity analyses is needed.
Beyond the above technical limitations, several implementation challenges should be considered. Regarding data availability, the method requires a well-structured historical case base, which in practice is often incomplete or inconsistent, necessitating substantial preprocessing and expert input. Regarding real-time computation, the recursive fusion under the GC rule incurs high computational overhead when the number of cases or attributes is large; for time-critical scenarios (e.g., emergency evacuation), dimensionality reduction or parallel computing may be needed. Regarding operational adoption, decision-makers require training to interpret Bayesian probabilities, and the method assumes historical cases are independent and identically structured; violation of this assumption (e.g., non-stationary case distributions) may affect performance.
These limitations and implementation considerations do not undermine the value of the proposed CBR/GC method; rather, they point to promising directions for future research, including (1) developing adaptive mechanisms for dynamic case-base updating; (2) optimizing the computational efficiency of the fusion process; (3) extending validation with multiple test cases across different application domains and geographic regions; and (4) designing user-friendly decision support interfaces that translate evidence fusion outputs into actionable recommendations for practitioners.

Author Contributions

Y.-W.D.: Conceptualization, Methodology, Project administration; X.W.: Writing—Original draft preparation, Data curation; Y.-N.H.: Methodology, Formal analysis, Investigation. 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 Grant No. 72464035, the Special Program of National Social Science Fund of China under Grant No. 25VHQ035, the Humanities and Social Sciences Research Project of the Ministry of Education under Grant No. 24YJA630019, the Key Program of Scientific and Technological Project in Yunnan Province under Grant No. 202401AS070126, Yunnan University Education and Teaching Reform Research Project under Grant No. 2024015, and Yunnan Province Professional Degree Graduate Teaching Case Library Construction Project under Grant No. 2024012.

Data Availability Statement

The raw data supporting the conclusions of this article will be made available by the authors on request.

Acknowledgments

The authors are grateful to the anonymous reviewers and editors for their suggestions and assistance in significantly improving the manuscript.

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

The following abbreviations are used in this manuscript:
CBRCase-based reasoning
GCGeneralized combination
BPABasic probability assignment
LTSslinguistic term sets
PLTSprobabilistic LTS

Appendix A

Table A1. Typhoon Case Database 2014–2024.
Table A1. Typhoon Case Database 2014–2024.
IDTyphoon NumberNameTypes of TyphoonsMinimum Central Pressure (hPa)7-Level Wind Circle Radius (km)10-Level Wind Circle Radius (km)Maximum Wind Speed (m/s)Wind Force Intensity
(Level)
Distance from the Landing City (km)Population Density of the Landing City
(Persons/km2)
Number of Affected People
(10,000 Person)
Number of Deaths
(Person)
Number of Missing People
(Person)
Number of People in Emergency Evacuation (10,000 Person)Number of Collapsed Houses (Room)Affected Area
(10,000 Hectare)
Direct Economic Loss
(10,000 Yuan)
11407HagibisTropical Storm990200 238–9270–320
21409RammasunSuper Typhoon910 80–806017 577.327567.410,90059.2993,000
31410MatmoSevere Typhoon955260–350100–1204214–17 254.313 28.9260019.02337,000
41415KalmaegiTyphoon960320–480120–1404013
51416Fung-wongSevere Tropical Storm985200–30050–602810–11 125.4 29.3703.9595,000
61508SoudelorSevere Typhoon955200–30080–1004214–150–50610136326511643,0001782,742,000
71510LinfaSevere Tropical Storm985100–15030–502510–110–3020501456012320012315,000
81513KoppuTyphoon975150–20050–703512–1350–100110032204.518008.586,000
91521DujuanSevere Typhoon960250–350100–1204013–140–607809101018228,0001251,853,000
101522MujigaeSuper Typhoon935300–400120–1505016–170–4014501616260184175,0002084,297,000
111601NepartakSuper Typhoon900200–35080–1505216–170–50320047510118.714,000111,099,000
121603MirinaeTyphoon970100–20040–803512–1350–1001100127003.223003.8185,000
131604NidaSevere Typhoon945150–30060–1204214–150–3067003590026.564007.5789,000
141608DianmuSevere Tropical Storm98880–15020–502510–1130–80850103102.18602.2123,000
151614MerantiSuper Typhoon900250–400100–2005216–170–2033001452280184179,00025.52,904,000
161617MegiSuper Typhoon925200–30080–1505016–170–60280085513064.997,00018.21,773,000
171621SarikaSevere Typhoon935150–25070–1304515–160–4015002311018.212,0004.6428,000
181622HaimaSuper Typhoon930200–35080–1504515–160–5021004532030.223,00010.81,935,000
191702MerbokSevere Tropical Storm984105–200 239–10 >500>120,00000 26,000
201707RokeTropical Storm99850–180120–120188–9 >1000
211709NesatTropical Storm955120–25040–403312–13 800
221710HaitangTropical Storm985100–15080–120239–10 800
231713HatoSuper Typhoon950240–28070–804815–1675>1500 24 4000 2,891,000
241714PakharSevere Tropical Storm980150–180 2810–12 >800
251716MawarTropical Storm998220–330130–2002510–11 >800
261720KhanunSevere Typhoon995150–35060–803514–15 800
271804EwiniarTropical Storm992100–20020–50208–950–1502500–3500376201815002782,000
281806KaemiTropical Storm99680–150 188100–2501500–250012000.520083500
291808MariaSuper Typhoon925300–400100–15052160–503000–4000244.61018.9450035114,700
301809Son-TinhSevere Tropical Storm988150–25040–7025100–401800–280030004.26001512,000
311810AmpilSevere Tropical Storm985200–30050–8028100–302500–35003920027.2300046205,000
321812JongdariTropical Storm990100–18030–5022950–1201800–280045003.58001218,000
331814YagiTyphoon970250–35080–12035120–402200–32002031015.228002965,000
341816RumbiaSevere Tropical Storm980200–30060–10030110–202800–38007951814813,00087319,000
351818MangkhutSuper Typhoon905400–550150–20065170–603500–450014544030612,000190520,000
361822YutuSuper Typhoon915300–400100–1505516100–2002000–300023005.8500628,000
371823UsagiTropical Storm99580–130 188150–2501200–22008000.2
381905DanasTropical Storm998150–300150–150188–9200–30061014.6001.2501.28500
391907WiphaSevere Tropical Storm985200–40050–1002510–1150–100120032002.51202.815,600
401910KrosaTropical Storm995100–20050–100178–9150–250 12000.8300.96200
411911BailuSevere Tropical Storm988180–35060–1202810–11078045.6103.21804.223,800
421914KajikiTropical Storm100050–15080–130157100–2005808.5000.5100.63500
431917SanbaTyphoon970250–45080–1503512–1350–100110021001.5801.812,500
441919HagibisSuper Typhoon910400–600150–30055≥17500–800
451921BolavenSevere Typhoon950200–350100–1804214–15800–1000
461924NakriTropical Storm996220–26055–55188–9300–400 5000.350.42100
471926KalmaegiTropical Storm998100–20060–100178–9200–300 3.5000.230.251500
481927Fung-wongSevere Tropical Storm985150–30050–1002510–11100–200105018001601.59800
492002NuriTropical Storm995120–200 2080227626.2001.59121.426500
502003SinlakuTropical Storm990100–150 188055915.7000.8780.983200
512004HagupitSevere Tropical Storm970200–35050–8035120126549.2103.161023.75108,000
522006MekkhalaTyphoon980100–18030–503312067610.2000.63250.864100
532008BaviSevere Typhoon950200–30080–1204514200–30071938.5002.89322.9885,000
542017SaudelTyphoon975150–22040–60351250–1005868.7000.42100.532800
552104KogumaTropical Storm99280–150 188–9 00 0 0
562105ChampiSevere Tropical Storm985100–200 2510–11 00 0 0
572106In-FaTyphoon965200–30060–1003813–140650–80014791032.2995417510.7028,752,000
582107CempakaTyphoon970120–18040–603312–13040026.4001.5743120.11252,800
592109LupitSevere Tropical Storm980100–200 2510–110600144.6103.215610891.56358,000
602117LionrockTropical Storm990100–180100–200188–9030024.6001.825350.28521,000
612118KompasuTyphoon975150–25050–803512–130280106.4002.8976650.68547,000
622203ChabaTyphoon965200–35080–12035120–5062037.2106.189045.6402,000
632207MulanTropical Storm990100–200 2080–304106.5000.851208.938,000
642209Ma-onTyphoon975150–30050–10030110–4059021003.256028185,000
652212MuifaSevere Typhoon950300–500100–20042140–601200471012120063325,000
662222NalgaeSevere Tropical Storm980150–250 25100–353808.2001.11801252,000
672304TalimSevere Typhoon950200–35080–1504214–15056027.2101.8632018.552,000
682305DoksuriSuper Typhoon925300–450120–2005216–17017001451441812002703,270,000
692309SaolaSevere Typhoon945250–400100–1804515–160240037.5203.2580321,850,000
702311HaikuiTyphoon965180–30060–1203512–13065048605.245042860,000
712314KoinuSevere Typhoon955220–38090–1604014–15038012001.51809.835,000
722316YamanekoTyphoon970150–25050–1003312100–20006008.5000.81208.512,000
732402MaliksiTropical Storm998100–260 1880 00
742403GaemiSuper Typhoon925250–380100–1505817072290895233.5
752404PrapiroonSevere Tropical Storm98560–12030–3028100 1029.580984.429,000 723,000
762411YagiSuper Typhoon905180–30030–806817
772413BebincaSevere Typhoon955100–30060–6042140 00 6000 143,000
782414PrasanTropical Storm995150–20080–1202080 00
792418SantolTropical Storm982200–25050–1002810
802421Kong-reySuper Typhoon945380–480180–2006016–17

References

  1. Yan, A.; Cheng, Z. A Review of the Development and Future Challenges of Case-Based Reasoning. Appl. Sci. 2024, 14, 7130. [Google Scholar] [CrossRef] [Scilit]
  2. Liao, T.W.; Zhang, Z.; Mount, C.R. Similarity measures for retrieval in case-based reasoning systems. Appl. Artif. Intell. 1998, 12, 267–288. [Google Scholar] [CrossRef] [Scilit]
  3. Aamodt, A.; Plaza, E. Case-Based Reasoning: Foundational Issues, Methodological Variations, and System Approaches. AI Commun. 1994, 7, 39–59. [Google Scholar] [CrossRef] [Scilit]
  4. Hyung, W.G.; Kim, S.; Jo, J.K. Improved similarity measure in case-based reasoning: A case study of construction cost estimation. Eng. Constr. Archit. Manag. 2019, 27, 561–578. [Google Scholar] [CrossRef] [Scilit]
  5. Cheng, Z.; Yan, A. A case weighted similarity deep measurement method based on a self-attention Siamese neural network. Ind. Artif. Intell. 2023, 1, 2. [Google Scholar] [CrossRef] [Scilit]
  6. Núñez, H.; Sànchez-Marrè, M.; Cortés, U.; Comas, J.; Martínez, M.; Rodríguez-Roda, I.; Poch, M. A comparative study on the use of similarity measures in case-based reasoning to improve the classification of environmental system situations. Environ. Model. Softw. 2004, 19, 809–819. [Google Scholar] [CrossRef] [Scilit]
  7. Sarkheyli, A.; Söffker, D. Case indexing in Case-Based Reasoning by applying Situation Operator Model as knowledge representation model. IFAC-PapersOnLine 2015, 48, 81–86. [Google Scholar] [CrossRef] [Scilit]
  8. Liu, Z.G.; Pan, Q.; Dezert, J.; Martin, A. Combination of Classifiers with Optimal Weight Based on Evidential Reasoning. IEEE Trans. Fuzzy Syst. 2018, 26, 1217–1230. [Google Scholar] [CrossRef] [Scilit]
  9. Guo, Y.; Hu, J.; Peng, Y. A CBR system for injection mould design based on ontology: A case study. Comput.-Aided Des. 2012, 44, 496–508. [Google Scholar] [CrossRef] [Scilit]
  10. Carmona, M.A.; Barbancho, J.; Larios, D.F.; León, C. Applying case based reasoning for prioritizing areas of business management. Expert Syst. Appl. 2013, 40, 3450–3458. [Google Scholar] [CrossRef] [Scilit]
  11. Fu, J.; Fu, Y. Case-Based Reasoning and Multi-Agents for Cost Collaborative Management in Supply Chain. Procedia Eng. 2012, 29, 1088–1098. [Google Scholar] [CrossRef] [Scilit]
  12. Saxena, A.; Biqing, W.U.; Vachtsevanos, G. Integrated diagnosis and prognosis architecture for fleet vehicles using dynamic case-based reasoning. In IEEE Autotestcon, 2005; IEEE: New York, NY, USA, 2005; pp. 96–102. [Google Scholar] [CrossRef] [Scilit]
  13. Jang, J.S.R.; Sun, C.T.; Mizutani, E. Neuro-Fuzzy and Soft Computing-A Computational Approach to Learning and Machine Intelligence. IEEE Trans. Autom. Control 1997, 42, 1482–1484. [Google Scholar] [CrossRef] [Scilit]
  14. Law, Y.F.D.; Foong, S.B.; Kwan, S.E.J. An integrated case-based reasoning approach for intelligent help desk fault management. Expert Syst. Appl. 1997, 13, 265–274. [Google Scholar] [CrossRef] [Scilit]
  15. He, W. Improving user experience with case-based reasoning systems using text mining and Web 2.0. Expert Syst. Appl. 2013, 40, 500–507. [Google Scholar] [CrossRef] [Scilit]
  16. Zhang, J.; Yang, J.; Liu, J.; Jia, H.; Wang, X. Vehicle and Cargo Matching Based on CBR View Similarity and HFLTS Method. J. Chongqing Jiaotong Univ. (Nat. Sci.) 2024, 43, 69–77. [Google Scholar]
  17. Safa, G.; Akila, D.; Farida, M.H. A survey on hybrid case-based reasoning and deep learning systems for medical data classification. In Handbook of Research on Foundations and Applications of Intelligent Business Analytics; IGI Globa: New York, NY, USA, 2022; pp. 113–141. [Google Scholar]
  18. Weich, J.; Schultheis, A.; Hoffmann, M.; Bergmann, R. Integration of time series embedding for efficient retrieval in case-based reasoning. In International Conference on Case-Based Reasoning; Springer: Berlin/Heidelberg, Germany, 2025; pp. 328–344. [Google Scholar]
  19. Lenz, M.; Hoffmann, M.; Bergmann, R. LLsiM: Large language models for similarity assessment in case-based reasoning. In International Conference on Case-Based Reasoning; Springer: Berlin/Heidelberg, Germany, 2025; pp. 126–141. [Google Scholar]
  20. Hatalis, K.; Christou, D.; Kondapalli, V. Review of case-based reasoning for llm agents: Theoretical foundations, architectural components, and cognitive integration. arXiv 2025, arXiv:2504.06943. [Google Scholar] [CrossRef] [Scilit]
  21. Ghorui, N.; Ghosh, A.; Algehyne, E.A.; Mondal, S.P.; Saha, A.K. AHP-TOPSIS Inspired Shopping Mall Site Selection Problem with Fuzzy Data. Mathematics 2020, 8, 1380. [Google Scholar] [CrossRef] [Scilit]
  22. Koohathongsumrit, N.; Luangpaiboon, P. An integrated FAHP–ZODP approach for strategic marketing information system project selection. Manag. Decis. Econ. 2022, 43, 1792–1809. [Google Scholar] [CrossRef] [Scilit]
  23. Sančanin, B.; Penjišević, A.; Simjanović, D.J.; Ranđelović, B.M.; Vesić, N.O.; Mladenović, M. A Fuzzy AHP and PCA Approach to the Role of Media in Improving Education and the Labor Market in the 21st Century. Mathematics 2024, 12, 3616. [Google Scholar] [CrossRef] [Scilit]
  24. Fei, L.; Feng, Y. A novel retrieval strategy for case-based reasoning based on attitudinal Choquet integral. Eng. Appl. Artif. Intell. 2020, 94, 103791. [Google Scholar] [CrossRef] [Scilit]
  25. Fei, L.; Wang, Y. Demand prediction of emergency materials using case-based reasoning extended by the Dempster-Shafer theory. Socio-Econ. Plan. Sci. 2022, 84, 101386. [Google Scholar] [CrossRef] [Scilit]
  26. Wu, X.; Liao, H.; Xu, Z.; Hafezalkotob, A.; Herrera, F. Probabilistic Linguistic MULTIMOORA: A Multicriteria Decision Making Method Based on the Probabilistic Linguistic Expectation Function and the Improved Borda Rule. IEEE Trans. Fuzzy Syst. 2018, 26, 3688–3702. [Google Scholar] [CrossRef] [Scilit]
  27. Du, Y.W.; Zhong, J.J. Generalized combination rule for evidential reasoning approach and Dempster–Shafer theory of evidence. Inf. Sci. 2021, 547, 1201–1232. [Google Scholar] [CrossRef] [Scilit]
  28. Du, Y.W.; Zhong, J.J. Dynamic multicriteria group decision-making method with automatic reliability and weight calculation. Inf. Sci. 2023, 634, 400–422. [Google Scholar] [CrossRef] [Scilit]
  29. Du, Y.W.; Zhong, J.J.; Wang, Y.M. Analytical generalized combination rule for evidence fusion. Inf. Sci. 2025, 686, 120903. [Google Scholar] [CrossRef] [Scilit]
  30. Voorbraak, F. A computationally efficient approximation of Dempster-Shafer theory. Int. J. Man-Mach. Stud. 1989, 30, 525–536. [Google Scholar] [CrossRef] [Scilit]
  31. Li, Q.; Ren, C.Y. Research on Financial Reporting Fraud Identification Based on Case-Based Reasoning. Theory Pract. Financ. Econ. 2015, 3, 84–89. [Google Scholar]
Figure 1. CBR/GC modeling framework.
Figure 1. CBR/GC modeling framework.
Systems 14 00587 g001
Figure 2. Flowchart for constructing the BPA function.
Figure 2. Flowchart for constructing the BPA function.
Systems 14 00587 g002
Figure 3. Flowchart of the CBR/GC decision process.
Figure 3. Flowchart of the CBR/GC decision process.
Systems 14 00587 g003
Figure 4. Comparison of deviations in key attributes between target and matched Cases.
Figure 4. Comparison of deviations in key attributes between target and matched Cases.
Systems 14 00587 g004
Figure 5. Attribute weight and reliability distribution.
Figure 5. Attribute weight and reliability distribution.
Systems 14 00587 g005
Table 1. Composition of the Original Case Base.
Table 1. Composition of the Original Case Base.
CaseAttribute 1Attribute 2Attribute I
c1 x 1 1 x 2 1 x I 1
c2 x 1 2 x 2 2 x I 2
cL x 1 L x 2 L x I L
Note: The ellipsis (…) indicates that some intermediate rows or columns are omitted due to space limitations. L denotes the case index. Intermediate rows are omitted due to space limitations.
Table 2. Attribute information, data completeness, and coefficient of variation.
Table 2. Attribute information, data completeness, and coefficient of variation.
IndicatorMeaningData TypeCompleteness (%)CV
f1Typhoon typeOrdinal type1000.49
f2Minimum Central PressureNumeric type1000.03
f37-Level Wind Circle RadiusInterval type98.750.39
f410-Level Wind Circle RadiusInterval type83.750.52
f5Maximum Wind SpeedInterval type1000.40
f6Wind IntensityInterval type1000.24
f7Distance from CityInterval type801.24
f8Population density of landing cityNumeric type750.68
Table 3. Selected Typhoon Disaster Cases.
Table 3. Selected Typhoon Disaster Cases.
Case NumberTyphoon Numberf1f2f3f4f5f6f7f8
11407Tropical Storm990200 238–9270–320
21409Super Typhoon910 17
31410Super Typhoon955260–350100–1204214–17
41415Typhoon960320–480120–1404013
51416Severe Tropical Storm985200–300 2810–11
61508Super Typhoon955200–30080–1004214–150–50610
71510Severe Tropical Storm985100–15030–502510–110–302050
81513Typhoon975150–20050–703512–1350–1001100
91521Super Typhoon960250–350100–1204013–140–60780
802421Super Typhoon945380–480180–2006016–17
Note: The ellipsis (…) indicates that some intermediate rows are omitted due to space limitations.
Table 4. Partial results of local similarity.
Table 4. Partial results of local similarity.
Numberf1f2f3f4f5f6f7f8
10.20000.92930.44440.00000.39660.44120.00000.0000
21.00000.98910.00000.35290.96671.00000.00000.0000
30.80000.96340.67190.60000.72410.73530.00000.0000
40.60000.95830.55560.73330.68970.76470.00000.0000
50.40000.93400.46880.21880.48280.55880.00000.0000
801.00000.97350.66670.88240.96670.91180.00000.0000
Note: The ellipsis (…) indicates that some intermediate rows are omitted due to space limitations.
Table 5. Partial BPA Results.
Table 5. Partial BPA Results.
Attribute Grade Categoryf1
θ 1 1 0.0667
θ 1 2 0.1333
θ 1 3 0.2000
θ 1 4 0.2667
θ 1 5 0.3333
Table 6. Weights and Reliability.
Table 6. Weights and Reliability.
Attributef1f2f3f4f5f6f7f8
Weight0.10820.12950.13150.13260.12970.12810.10710.1334
Reliability0.61560.73220.73240.72710.72400.71880.35900.7333
Table 7. Selected Bayesian Probabilities from Historical Case Database.
Table 7. Selected Bayesian Probabilities from Historical Case Database.
NumberTyphoon NumberNameBayesian Probability
742403Gaemi0.01323
682305Doksuri0.01318
712314Koinu0.01310
692309Saola0.01308
672304Talim0.01306
772413Bebinca0.01294
602117Kujira0.01293
612118Kompasu0.01290
582107Cempaka0.01290
502003Sinlaku0.01286
562105Champi0.01220
Note: The ellipsis (…) indicates that some intermediate rows are omitted due to space limitations.
Table 8. Retrieval results of other methods under different missing data handling strategies.
Table 8. Retrieval results of other methods under different missing data handling strategies.
MethodMissing Data HandlingEffective Sample SizeRankTyphoon NumberTyphoon NameGlobal Similarity
AOCase deletion4612314Koinu0.7390
Mean imputation8012305Doksuri0.7694
WAOCase deletion4612314Koinu0.8572
Mean imputation8012314Koinu0.7775
K-NNOCase deletion4612314Koinu0.7390
22305Doksuri0.7108
32304Talim0.6952
Mean imputation8012305Doksuri0.7694
22314Koinu0.7390
32403Gaemi0.7311
TOCase deletion4612314Koinu0.7575
Mean imputation8011522Mujigae0.7441
Table 9. Key attribute comparison between the target typhoon and the typhoons retrieved by different methods.
Table 9. Key attribute comparison between the target typhoon and the typhoons retrieved by different methods.
MethodsMissing Data HandlingThe Typhoon NumberNameTypeMinimum Central Pressure (hPa)7-Level Wind Circle Radius (km)10-Level Wind Circle Radius (km)Maximum Wind Speed (m/s)Wind Force Intensity (Level)Distance from the Landing City (km)Population Density of the Landing City (Persons/km2)
Target case-2518RagasaSuper Typhoon920340–380160–18058170327
AO/WAO/K-NNO/TODeletion2314KoinuSevere Typhoon955220–38090–1604014–150380
AO/K-NNOMean imputation2305DoksuriSuper Typhoon925300–450120–2005216–1701700
TOMean imputation1522MujigaeSuper Typhoon935300–400120–1505016–170–401450
CBR/GCNo imputation2403GaemiSuper Typhoon925250–380100–15058170722
Table 10. Comparison of key attribute deviations.
Table 10. Comparison of key attribute deviations.
Key AttributeDeviation Rate (%)
KoinuDoksuriMujigaeGaemi
Minimum central pressure0.03800.00540.01630.0054
7-Level Wind Circle Radius0.16670.04170.02780.1250
10-Level Wind Circle Radius0.26470.05880.20590.2647
Maximum wind speed0.31030.10340.13790.0000
Wind force intensity0.14710.02940.02940.0000
Mean relative error18.5%4.8%8.3%7.9%
Table 11. Comparison of deviations in key attributes between target and matched Cases.
Table 11. Comparison of deviations in key attributes between target and matched Cases.
Key AttributeTarget CaseCBR/GC Matched CaseDeviation Rate
Minimum central pressure (hPa)9209250.5%
7-Level Wind Circle Radius (km)340–380250–38012.5%
10-Level Wind Circle Radius (km)160–180100–15026.5%
Maximum wind speed (m/s)58580
Wind force intensity (level)17170
Average relative error--7.9%
Table 12. Comparison of Emergency Scenarios in Matched Cases.
Table 12. Comparison of Emergency Scenarios in Matched Cases.
Key AttributesTarget Case (Ragasa)CBR/GC Matched Case (Gaemi)
Distance from Landing City (km)00
Wind Intensity (Beaufort Scale)1717
Maximum Wind Speed (m/s)5858
7-Level Wind Circle Radius (km)340–380250–380
10-Level Wind Circle Radius (km)160–180100–150
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Du, Y.-W.; Wen, X.; Huang, Y.-N. Case-Based-Reasoning Decision Method with Generalized Combination Rule. Systems 2026, 14, 587. https://doi.org/10.3390/systems14050587

AMA Style

Du Y-W, Wen X, Huang Y-N. Case-Based-Reasoning Decision Method with Generalized Combination Rule. Systems. 2026; 14(5):587. https://doi.org/10.3390/systems14050587

Chicago/Turabian Style

Du, Yuan-Wei, Xiang Wen, and Yi-Ning Huang. 2026. "Case-Based-Reasoning Decision Method with Generalized Combination Rule" Systems 14, no. 5: 587. https://doi.org/10.3390/systems14050587

APA Style

Du, Y.-W., Wen, X., & Huang, Y.-N. (2026). Case-Based-Reasoning Decision Method with Generalized Combination Rule. Systems, 14(5), 587. https://doi.org/10.3390/systems14050587

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