CaseBasedReasoning: Case Based Reasoning

Case-based reasoning is a problem-solving methodology that involves solving a new problem by referring to the solution of a similar problem in a large set of previously solved problems. The key aspect of Case Based Reasoning is to determine the problem that "most closely" matches the new problem at hand. This is achieved by defining a family of distance functions and using these distance functions as parameters for local averaging regression estimates of the final result. The optimal distance function is chosen based on a specific error measure used in regression estimation. This approach allows for efficient problem-solving by leveraging past experiences and adapting solutions from similar cases. The underlying concept is inspired by the work of Dippon J. (2002) <doi:10.1016/S0167-9473(02)00058-0>.

Getting started

Package details

AuthorSimon Mueller [cre, aut], PD Dr. Juergen Dippon [ctb]
MaintainerSimon Mueller <simon.mueller@muon-stat.com>
LicenseMIT + file LICENSE
Version0.3
URL https://github.com/sipemu/case-based-reasoning
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("CaseBasedReasoning")

Try the CaseBasedReasoning package in your browser

Any scripts or data that you put into this service are public.

CaseBasedReasoning documentation built on May 2, 2023, 9:11 a.m.