A Case-Based Reasoning System for Aiding Physicians in Decision Making

Abstract

Physicians gather a vast amount of information about patients’ medical procedures, treatments, insurance coverage, and other clinical data. Such information is crucial in formulating diagnosis or treatment plans for patients with similar traits. A Case-Based Reasoning (CBR) system has been developed to address the effective organization and retrieval of vital patient information to aid physicians in making decisions. Integers are used to uniquely represent various medical procedures, treatments, etc. In this research, a new algorithm is presented to retrieve suitable cases to recommend to physicians. The system is tested in a simulated environment and the results prove that the system can adapt to changes such as new medical procedures or treatments that take place in the medical field.

Share and Cite:

Paruchuri, V. and Granville, B. (2020) A Case-Based Reasoning System for Aiding Physicians in Decision Making. Intelligent Information Management, 12, 63-74. doi: 10.4236/iim.2020.122005.

1. Introduction

Treatment facilities accumulate an enormous amount of patient data every single day. Such data includes but is not limited to 1) the nature of illnesses, 2) medical procedures patients underwent, 3) insurance coverage the patients had at various times, 4) time gaps between various events such as the time gap between visits to physicians, and 5) other details such as age, gender, date, and race. The utilization of this information is vital in aiding physicians in determining a successful diagnosis or treatment of patients with similar circumstances. Also, the type of insurance coverage a patient has determines which treatment procedures are permitted. When treating a new patient for an illness, the experience in treating a similar patient with the same or similar insurance coverage plays a vital role in deciding the best or allowable treatment plan. Similarly, the ethnicity of a patient is important in the diagnosis or treatment because some genetic conditions are common among ethnic groups [1]. Therefore, the collection of such information from various patients is vital in the development of a system that can aid the physicians in diagnosing or treating the incoming patients. The storage and retrieval capability of the traditional database structure [2] is not effective for this purpose.

Artificial Intelligence (AI) deals with the development of systems that mimic the behavior of humans, and it can play a vital role in aiding physicians in decision making. Case-Based Reasoning (CBR) [3], a sub-field of AI, deals with using past cases in solving similar problems. In CBR, previous cases (i.e., solutions to previous problems) are organized in the system, with suitable indexes, for possible future retrieval and usage. For a given new problem, the system checks existing cases and selects a suitable case (or parts of cases) to adapt. The adapted solution will be modified to match the requirements of the new problem. The modified solution will be tested and, if necessary, revised to make sure it is successfully solving the new problem at hand. The confirmed solution will be stored, with suitable indexes, in the case-base. This way, a CBR system improves its knowledge over time. The CBR cycle can be depicted as shown in Figure 1. CBR has been successfully applied to solving problems in many fields including law [4], design [5], e-commerce [6], and agriculture [7] because these fields are highly dependent on using past experiences to solve new problems.

There is no CBR system which can capture the details on symptoms, diseases, time gaps, medications, date, insurance coverage, age, sex, and race of various patients and apply this knowledge to new patients who need medical attention. The goal of this research is to develop such a system. This research is a revision and extension of the earlier research of the primary author [8]. As explained later, the algorithm presented in this research is substantially different from the one presented in the earlier research. While considering all the features in finding

Figure 1. CBR life cycle.

a match with the current patient’s scenario, the algorithm presented in this research drops (i.e., deselects) some features if there is no match found with previous cases. Furthermore, in this system, physicians can also drop some features which are useless in the current scenario. The system presented in the earlier research [8] cannot do these.

2. Case-Based Reasoning in Medicine

Plenty of research has been done on successfully applying CBR for the medical domain. Gierl and Stengel-Rutkowski [9] presented a CBR system for diagnosing dysmorphic syndromes. Macura and Macura [10] developed a classification system for radiology images by indexing the images according to their radiologic content. Perner [11] presented a CBR system for image segmentation that can adapt to changes in image qualities and environmental conditions. Schmidt et al. [12] used CBR for trend prognoses for the monitoring of kidney function in an intensive care unit setting. Marling and Whitehouse [13] presented a prototype that prescribed neuroleptic medicines to patients with Alzheimer’s disease with behavioral problems. A CBR system for therapy support for endocrinology was presented by Vorobieva et al. [14].

CBR is used for identifying meaningful groups of attention-deficit hyperactivity disorder people [15]. CBR is also used to support clinical researchers to identify inborn metabolic defects [16]. A CBR approach for diabetes management for Type 1 diabetic patients who are on insulin pump therapy was presented by Marling et al. [17]. Lin [18] used CBR and classification and regression tree techniques to increase the accuracy of liver disease diagnosis. Chuang [19] presented CBR and other machine learning techniques to enhance the efficiency of diagnosing liver disease. CBR is also used to describe a physician’s expertise, intuition, and experience while treating patients having thyroid cancer [20]. Nasiri et al. [21] used CBR to analyze images and text from patient health records. A knowledge support system for asthma care services, using CBR, is presented by Tyagi and Singh [22]. Several research papers on CBR in health sciences were presented at the workshop on Case-Based Reasoning in the Health Sciences that was part of the Twenty-Third International Conference on Case-Based Reasoning [23]. Pesl et al. [24] used CBR for enhancing insulin bolus calculators for people who have Type 1 diabetes. Lamy et al. [25] presented a CBR system for breast cancer domain in which the system can visually present the similarities between a query and similar cases in the case-base.

3. Details of the System

In this research effort, the following facts are collected about each patient: symptoms, diseases (comorbid conditions), treatments (which include medical procedures and medications), age (i.e., age of the patient at the time of an event such as a symptom or treatment took place), time gap; for example, time gap between two successive visits to the physician or time gap between the identification and treatment of a disease, date (i.e., date on which some event such as a symptom or treatment took place), insurance coverage (i.e., insurance coverage at the time of an event such as a treatment took place), gender, race, and identity of the patient.

In this system, a date is represented using 2 digits for month, followed by 2 digits for day, followed by 4 digits for the year. Age is represented as a decimal number from 0 to 150 with a maximum of 2 decimal digits. For example, if a person’s age is 30 years and 6 months, then it is represented as 30.50. The time gap between events is represented as a decimal number from 0 to 150. The calculation and representation of the time gaps are the same as that of age. Gender is represented as 0 for male, 1 for female, and 2 for others. Symptoms are represented as integers ranging from 151 to 10,000, each integer representing a unique symptom. For example, 151 represents fever, 152 represents headache, and so on. Therefore, a total of 9849 (i.e., 10,000 minus 151) different symptoms can be uniquely represented in this system. Diseases are represented as integers ranging from 10,001 to 100,000, thereby allowing the system to represent 89,999 different diseases. Treatments are represented as integers ranging from 100,001 to 200,000, thereby allowing the system to represent 99,999 different treatments. Insurance coverage is represented as integers ranging from 1 to 1000, where each number represents a specific coverage plan.

The identity of the patients ranges from 1 to 1,000,000, by a unique identification number for each patient. A returning patient’s identification number will be the same as the one assigned to that patient when that patient visited the physician for the very first time.

A case (or plan) consists of a sequence of states as shown in Figure 2. In that figure, S1, S2, S3, S4, and S5 represent the states.

A “primary item” is one of the following: symptom, disease, treatment, or time gap. Each state contains one primary item or a set of primary items. For example, in Figure 3, State S3 contains one primary item, 10,002, which represents a disease. A state Si would precede another state Sj in a plan if the primary item in Si occurred before the primary item in Sj. In Figure 2, S2 precedes S3 because the primary item in S2 occurred before the primary item in S3. Note that in Figure 2, the primary items are not shown. Each state may also contain a set of primary items, instead of a single primary item. If two or more primary items of the same type occur on the same day then the set of those primary items will represent the primary item of the state created. For example, if two or more treatments are performed on the same day, the set of those different treatments will be the primary item of the state created.

If more than one type of primary items (for example, one or more symptoms

Figure 2. A sample plan. Primary items are not shown.

and one or more treatments) are identified or performed on the same day then the states are created in the following order: the state containing symptom (or set of symptoms) precedes the state containing disease (or set of diseases), which in turn precedes the state containing treatment (or set of treatments). For example, in Figure 3, Symptoms 151 and 157 appeared on the same day, where the primary item of state S2 is the set consisting of these two symptoms. Disease 10,002 was identified on the same day, thereby causing State S3 to be created with 10,002 as its primary item. Treatments 100,001 and 100,004 were performed on the same day. Therefore, the set {100,001, 100,004} represents the primary item of the State S4 in Figure 3. As another example, Figure 4 represents the following facts: Symptoms 151 and 157 appeared on the same day; after 0.5 years, disease 10,002 was identified; after another 0.04 years, treatments 100,001 and 100,004 were performed on the same day.

Other items, such as age, date, race, insurance coverage, and the identity of the patient, are called “associate items” in this research. These “associate items” are present in each of the states, and they are not shown in Figures 2-4. In addition to the associate items, each state in a plan is assigned a unique integer. The successive states in a plan are assigned successive integers starting from 1 for the first state, 2 for the second state, and so on. In this system, there is exactly one plan for each patient, and the plan’s length (i.e., its number of states) increases each time the patient visits the physician with a complaint. Each plan is organized as sub-plans, as in the previous research reported in [8].

For a patient looking for medical treatment, the system checks if the patient is new. If the patient is new then the patient’s complaint is entered into the system to begin a new plan for that patient. After entering, if there are at least two states in the plan for that patient, the system works as explained in the algorithm below to provide recommendations taken from similar cases in the case-base. If the patient is not new, then the current complaint will be entered into the system by adding at least one new state to the existing plan for that patient. Then the system works as explained in the algorithm below to provide recommendations taken from similar cases.

4. Details of the Algorithm

The algorithm starts by considering the following: 1) all states in the plan for the

Figure 3. A sample plan with primary items.

Figure 4. Another sample plan with primary items.

current patient and 2) all the primary and associate items. Initially, a variable i is set to the total number of states in the plan for the current patient. Item-set represents the set of all primary and associate items. The items that can be dropped are provided in a list called the Priority-List. If time gap is not an element in Item-Set then the state(s) that contain time gap will be removed from the current patient’s most recent states. Another variable j is set to represent the total length of the plan for the current patient. If j is greater than or equal to 2, that is if there are at least two or more states in the plan, then the following will be done else no recommendation will be made by the system.

The system retrieves plans from its case-base and put them in a set C, which is called the conflict set. Each plan in C must fulfill the following two requirements: 1) the length of that plan is at least (j + 1) and 2) for each of the first j states (if the states are counted from left to right, i.e., from least recent to most recent, in the plan), the primary item and the associate item(s) of the Item-Set, and which is/are member(s) of the state, matches the primary item and the corresponding associate item(s) in the corresponding state of the plan for the current patient. If a primary item is a set such as a set of symptoms, then matching between two primary items is the equality of sets. If an item (either primary or associate) is not a set, then the similarity between two items is the numerical equality in all the corresponding fields of those two items. If C is empty then the algorithm repeats the above process after doing the following two operations: 1) from the Item-set, delete the leftmost item of the Priority-List then 2) remove that leftmost item from the Priority-List.

If there are no more items to delete from the Priority-List and the value of i is 2 and C is empty, the system will not recommend anything. This is because there will be no sequence of states in the plan for the current patient if the value of i is further reduced. Else, the system reduces the value of i by 1 then repeats the whole process.

If C is not empty at the end of a process repetition cycle then the primary item in the next state (i.e., in the (j + 1)th state), which is not a time gap and is presenting in the majority of the sub-plans in C, will be recommended. If there is a tie among such primary items then the system recommends the one which is in the most recent state. Nevertheless, if there is still a tie, then those competing primary items will be recommended as different options.

If the primary item in the next state (i.e., in the (j + 1)th state) in each of the subplans in C is time gap then the whole process will be repeated after reducing the value of i by 1 if i is greater than 2. This is because, asking the patient to wait for some time, as specified in the time gap, is not realistic. If i is equal to 2 then no recommendation will be made.

Algorithm

/* INITIALIZE THE LENGTH OF THE PLAN */

1) i ß the total number of states in the plan of the current patient, after entering the current complaint of the patient;

/* INITIALIZE OTHER VARIABLES AND PARAMETERS */

2) Conflict set C ß Empty set;

Item-Set ß {time gap, insurance coverage, date, race, age, gender, symptom, disease, treatment};

Priority-List ß [time gap, date, insurance coverage, race, age, gender];

/* START DETERMINING THE CONFLICT SET */

3) Si, ... , S1 are respectively the i most recent states in the plan of the current patient. Here, S1 is the most recent and Si is the least recent among all;

P ß A plan made up of the states Si, … , S1 in the given order;

If time gap is not an item in Item-Set then, from P, remove all those states which contain time gap as their primary item, and call that resulting plan as P;

j ß Length of P;

If j < 2 then do not recommend anything and then exit the process else do the following:

C ß The set of all those existing sub-plans in the system which fulfill the following 2 conditions (if time gap is not an item in Item-Set then any state that contains time gap as its primary item will be ignored):

a) The sub-plan length is at least (j + 1);

b) The primary item and the associate item(s), specified in the Item-Set, in each of the first j adjacent states of that sub-plan, respectively match with the primary item and the corresponding associate item(s) of the corresponding state of P;

/* DETERMINE IF THE CONFLICT SET IS EMPTY */

4) If C is empty and Priority-List has one or more items, then do the following:

{

Item-Set ß Item-Set − {left-most item in the Priority-List};

Priority-List ß Priority-List after removing its left-most item;

Go to Step 3;

}

If C is empty and Priority-List has no items and if:

a) i > 2 then i ß (i − 1) and then go to Step 2;

b) i = 2 then do not recommend anything and then exit the process;

If C is not empty, then go to Step 5;

/* DETERMINE THE WINNER AND RECOMMEND */

5) Select the primary item, which is not a time gap and is in the (j + 1)th state and is also presenting in the majority of the sub-plans of C, and recommend it.

If there is more than one such primary item then recommend the one that is in the most recent state. Again, if there is more than one such primary item, then recommend those competing primary items as different options.

If the primary item in the (j + 1)th state of each of the sub-plans in C is time gap and if:

a) i > 2 then i ß (i − 1) and then go to Step 2;

b) i = 2 then do not recommend anything and then exit the process.

The physician can also manually drop/ignore either “time gap” (which is a primary item) or one or more associate items from consideration. If time gap is dropped from consideration, either by the system (as specified in the above algorithm) or manually by the physician, then any state(s) consisting of time gap will be ignored/removed from all the plans and sub-plans as if that state(s) never existed in those plans and sub-plans. If an associate item is dropped from consideration, either by the system (as specified in the above algorithm) or manually by the physician, then the system will ignore that associate item from all considerations (while making recommendations) as if that associate item never existed. Dropping of items from consideration is an added system feature that does not exist in the earlier research reported in [8].

Example: Consider the following sample scenario. A patient’s plan is: 151, 0.5, 10,002, 100,001, 0.44, 155. Associate items are not shown here. This plan conveys the fact that the patient had a symptom (whose identity is 151), the patient waited for 0.5 years, and the disease (whose identity is 10,002) is identified. Then the treatment (whose identity is 100,001) is applied. After another 0.44 years gap, another symptom (whose identity is 155) is identified. No exact match was found in the system to be recommended. Therefore, based on the above algorithm, the system dropped “time gap” from consideration. That is, 0.5 and 0.44 are dropped from the patient’s plan. Hence, the patient’s plan becomes 151, 10,002, 100,001, 155. The conflict set is determined as follows based on the above algorithm:

151, 10,002, 100,001, 155, 10,008

151, 10,002, 100,001, 155, 10,008

151, 10,002, 100,001, 155, 10,007

In this situation, the system alerted the physician that the patient may have disease whose identity is 10,008 because it is present in a majority of the plans in the conflict set and is in the 5th, that is (j + 1)th state as specified by the above algorithm.

5. Adaptability to Change

Like most other fields, changes do happen in the medical field, sometimes more quickly than in other fields. For example, the best medicine or a procedure yesterday may not be the best option today due to the discovery of negative side-effects. In such situations, the old medicine or procedure is no longer good to recommend or perform. Therefore, unless the system adapts to such changes, it will soon be outdated and useless. The CBR system is designed to adapt to such changes automatically or manually.

In manual mode, the physician can block certain items from influencing the system in its recommendations. For example, if the physician notices that a drug is found to be no longer effective or has a negative side-effect, the physician can exclude it by specifying its name. Once the name is specified, the algorithm will not recommend that drug even if it stands at the top position in the recommendation process; instead, the algorithm will recommend the next best available choice. This manual mode is another added system feature that does not exist in the earlier research reported in [8].

In automatic mode, once the system’s recommendations start falling monotonically (i.e., physicians are not buying those recommendations) and the failure rate reaches a predefined threshold, which is currently set to 50%, the system will not use any sub-plan whose starting date (i.e., the date on which the primary item in the first state of that sub-plan occurred) is before the start date of that monotonic fall. This way, the system avoids ineffective “old” plans from influencing the future recommendation process.

The system is tested for its operational performance, in regards to its adaptability to change, on a simulated environment with 300 different time gaps, 550 different symptoms, 755 different diseases, 1000 different treatments, 25 different insurance coverage plans, 10,000 different dates, 1000 different ages, 3 different genders, 8000 different plans, and 5 different races. The results can be seen in Figure 5.

In Figure 5, the number of plans is shown on the X-axis and the acceptance rates of the recommendations made by the system are shown on the Y-axis. The acceptance rate starts falling monotonically when the number of plans was at 400 (the corresponding date was 10/21/2019, which is not shown in the figure) and fell below the threshold value when the number of plans was 650. After the system automatically stopped using the plans dated before 10/21/2019, the system improved its acceptance rate.

6. Conclusions

A new system is developed to aid physician decision making when treating patients. This research is an extended and revised version of the primary author’s

Figure 5. Adaptation to change in automatic mode.

earlier research reported in [8]. The system is based on CBR and organizes the information, related to earlier patients, in the form of cases to use them for addressing the new patients’ medical issues.

The system needs to be tested in a real-world environment. At present, the system treats several items as binary. For example, if a patient has fever or not, or has pain or not, and so on. However, items such as fever or pain can be at various levels. For example, severe fever or light fever. Also, certain diseases and/or symptoms are related. For example, if a patient has a viral infection, then that patient may have fever due to that viral infection. Presently, the system is not representing those relationships. Finally, an item such as a medical operation itself can be treated as a case involving several steps/states but, in this system, it is represented as a single item. If such items are represented as cases, then how to integrate those cases with the cases the system currently has is another issue that needs to be addressed.

Acknowledgements

The authors thank the reviewers for their comments on this research.

Conflicts of Interest

The authors declare no conflicts of interest regarding the publication of this paper.

References

[1] National Institute of Health.
https://ghr.nlm.nih.gov/primer/inheritance/ethnicgroup
[2] Databases.
https://en.wikipedia.org/wiki/Database
[3] Aamodt, A. and Plaza, E. (1994) Case-Based Reasoning: Foundational Issues, Methodological Variations, and System Approaches. AI Communications, 7, 39-59.
https://doi.org/10.3233/AIC-1994-7104
[4] Ashley, K.D. (1992) Case-Based Reasoning and Its Implications for Legal Expert Systems. Artificial Intelligence and Law, 1, 113-208.
https://doi.org/10.1007/BF00114920
[5] Maher, M.L. and de Silva Garza, A.G. (1997) Case-Based Reasoning in Design. IEEE Expert: Intelligent Systems and Their Applications, 12, 34-41.
https://doi.org/10.1109/64.585102
[6] Prasad, B. (2005) HYREC: A Hybrid Recommendation System for E-Commerce. In: Proceedings of the 6th International Conference on Case-Based Reasoning, Springer-Verlag, Berlin, 408-420.
https://doi.org/10.1007/11536406_32
[7] Zhu, W. and Li, D. (2008) A CBR System for Fish Disease Diagnosis. In: Li, D., Ed., Computer and Computing Technologies in Agriculture, Volume II, the International Federation for Information Processing, 259, Springer, Boston, 1453-1457.
https://doi.org/10.1007/978-0-387-77253-0_97
[8] Paruchuri, V.A. (2016) MED-HYREC: A Recommendation System for Medical Domain. In: Satapathy, S.C., et al., Eds., Information Systems Design and Intelligent Applications, Advances in Intelligent Systems and Computing, Vol. 434, Springer, New Delhi, 605-611.
https://doi.org/10.1007/978-81-322-2752-6_59
[9] Gierl, L. and Stengel-Rutkowski, S. (1994) Integrating Consultation and Semi-Automatic Knowledge Acquisition in a Prototype-Based Architecture: Experiences with Dysmorphic Syndromes. Artificial Intelligence in Medicine, 6, 29-49.
https://doi.org/10.1016/0933-3657(94)90056-6
[10] Macura, R.T. and Macura, K.J. (1995) MacRad: Radiology Image Resource with a Case-Based Retrieval System. In: Veloso, M. and Aamodt, A., Eds., International Conference on Case-Based Reasoning, Lecture Notes in Computer Science, Lecture Notes in Artificial Intelligence Vol. 1010, Springer, Berlin, Heidelberg, 43-54.
https://doi.org/10.1007/3-540-60598-3_5
[11] Perner, P. (1999) An Architecture for a CBR Image Segmentation System. Engineering Applications of Artificial Intelligence, 12, 749-759.
https://doi.org/10.1016/S0952-1976(99)00038-X
[12] Schmidt, R., Pollwein, B. and Gierl, L. (1999) Medical Multiparametric Time Course Prognoses Applied to Kidney Function Assessments. International Journal in Medical Informatics, 53, 253-263.
https://doi.org/10.1016/S1386-5056(98)00164-6
[13] Marling, C. and Whitehouse, P. (2001) Case-Based Reasoning in the Care of Alzheimer’s Disease Patients. In: Aha, D.W. and Watson, I., Eds., Case-Based Reasoning Research and Development, Lecture Notes in Computer Science Vol. 2080, Springer, Berlin, Heidelberg, 702-715.
https://doi.org/10.1007/3-540-44593-5_50
[14] Vorobieva, O., Gierl, L. and Schmidt, R. (2003) Adaptation Methods in an Endocrine Therapy Support System. Workshop Proceedings of the Fifth International Conference on Case-Based Reasoning, Trondheim, 80-88.
[15] Brien, D., Glasgow, J. and Munoz, D. (2005) The Application of a Case-Based Reasoning System to Attention-Deficit Hyperactivity Disorder. In: Muñoz-ávila, H. and Ricci, F., Eds., Case-Based Reasoning Research and Development, Lecture Notes in Computer Science Vol. 3620, Springer, Berlin, Heidelberg, 122-136.
https://doi.org/10.1007/11536406_12
[16] Töpel, T., Neumann, J. and Hofestädt, R. (2007) A Medical Case-Based Reasoning Component for the Rare Metabolic Diseases Database Ramedis. Twentieth IEEE International Symposium on Computer-Based Medical Systems, Maribor, 7-11.
https://doi.org/10.1109/CBMS.2007.9
[17] Marling, C., Shubrook, J. and Schwartz, F. (2008) Case-Based Decision Support for Patients with Type 1 Diabetes on Insulin Pump Therapy. In: Althoff, K.D., Bergmann, R., Minor, M. and Hanft, A., Eds., Advances in Case-Based Reasoning, Lecture Notes in Computer Science Vol. 5239, Springer, Berlin, Heidelberg, 325-339.
https://doi.org/10.1007/978-3-540-85502-6_22
[18] Lin, R.H. (2009) An Intelligent Model for Liver Disease Diagnosis. Artificial Intelligence in Medicine, 47, 53-62.
https://doi.org/10.1016/j.artmed.2009.05.005
[19] Chuang, C.L. (2011) Case-Based Reasoning Support for Liver Disease Diagnosis. Artificial Intelligence in Medicine, 53, 15-23.
https://doi.org/10.1016/j.artmed.2011.06.002
[20] Teodorović, D., Šelmić, M. and Mijatović-Teodorović, L. (2013) Combining Case-Based Reasoning with Bee Colony Optimization for Dose Planning in Well Differentiated Thyroid Cancer Treatment. Expert Systems with Applications, 40, 2147-2155.
https://doi.org/10.1016/j.eswa.2012.10.027
[21] Nasiri, S., Zenkert, J. and Fathi, M. (2015) Medical Case-Based Reasoning Approach Using Image Classification and Text Information for Recommendation. In: Rojas, I., Joya, G. and Catala, A., Eds., Advances in Computational Intelligence, Lecture Notes in Computer Science Vol. 9095, Springer, Cham, 43-55.
https://doi.org/10.1007/978-3-319-19222-2_4
[22] Tyagi, A. and Singh, P. (2015) ACS: Asthma Care Services with the Help of Case Base Reasoning Technique. Procedia Computer Science, 48, 561-567.
https://doi.org/10.1016/j.procs.2015.04.136
[23] Bichindaritz, I., Marling, C. and Montani, S. (2015) Case-Based Reasoning in the Health Sciences. Workshop at the Twenty-Third International Conference on Case-Based Reasoning, Frankfurt, 28-30 September 2015, 161-204.
http://ceur-ws.org/Vol-1520/health_proc.pdf
[24] Pesl, P., Herrero, P., Reddy, M., Oliver, N., Johnston, D.G., Toumazou, C. and Georgiou, P. (2017) Case-Based Reasoning for Insulin Bolus Advice: Evaluation of Case Parameters in a Six-Week Pilot Study. Journal of Diabetes Science and Technology, 11, 37-42.
https://doi.org/10.1177/1932296816629986
[25] Lamy, J.-B., Sekar, B., Guezennec, G., Bouaud, J. and Séroussi, B. (2019) Explainable Artificial Intelligence for Breast Cancer: A Visual Case-Based Reasoning Approach. Artificial Intelligence in Medicine, 94, 42-53.
https://doi.org/10.1016/j.artmed.2019.01.001

Copyright © 2024 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.