| Package | Description |
|---|---|
| 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). |
| Class and Description |
|---|
| Retrieval
A retrieval has a retrieval method and a retrieval engine.
|
| Retrieval.RetrievalMethod |
| RetrievalEngine
Retrieval methods retrieve the most similar cases to a query from a given
case base.
|