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

Class Summary
Retrieval A retrieval has a retrieval method and a retrieval engine.
RetrievalEngine Retrieval methods retrieve the most similar cases to a query from a given case base.
SequentialRetrieval Sequential retrieval computes the similarity of the query and all cases in the case base to get the most similar cases.
 

Enum Summary
Retrieval.RetrievalMethod  
 

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