An SQL-based approach to similarity assessment within a relational database

West, Graeme and Mcdonald, James; Ashley, KD and Bridge, DG, eds. (2003) An SQL-based approach to similarity assessment within a relational database. In: Case-Based Reasoning Research and Development. LECTURE NOTES IN ARTIFICIAL INTELLIGENCE . Springer, NOR, pp. 610-621. ISBN 3540404333 (https://doi.org/10.1007/3-540-45006-8_46)

Full text not available in this repository.Request a copy

Abstract

A common issue with case-based reasoning (CBR) systems, particularly those that are distributed over a network, is the time required to determine the closest match to the current case. Research has been carried out in this area to try to improve the situation by distributing some of the calculation to the client side thereby reducing the burden on the server. In CBR applications, the case library is stored in some format such as a relational database or flat files that the software interprets in order to perform similarity assessment between the current case and each case in the database. In this paper a novel approach is proposed where the retrieval of the case information and the calculation of the similarity values are performed in one action. This does not incur the same burden upon the server in terms of calculation, as all that is required is a larger database lookup via SQL. As the case base needs to be queried regardless of the CBR technique used to obtain the case information, it is proposed that a combined similarity assessment and case retrieval would provide a fast method of case retrieval.