Package de.dfki.mycbr.core.retrieval

All retrieval algorithms extend the abstract class RetrievalEngine and can be used within Retrieval objects to obtain the retrieval results (possibly ordered pairs of case and corresponding similarity).

See: Description

Package de.dfki.mycbr.core.retrieval Description

All retrieval algorithms extend the abstract class RetrievalEngine and can be used within Retrieval objects to obtain the retrieval results (possibly ordered pairs of case and corresponding similarity). For each retrieval you have to define a query (given as a special Instance object). Based on the model and the defined similarity measures, the retrieval algorithm is supposed to calculate a similarity between the query and each case in the given case base.
Since:
myCBR 3.0.0
Author:
myCBR Team