| 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). |
| Modifier and Type | Class and Description |
|---|---|
class |
SequentialRetrieval
Sequential retrieval computes the similarity of the query and all cases in
the case base to get the most similar cases.
|
| Modifier and Type | Method and Description |
|---|---|
RetrievalEngine |
Retrieval.getRetrievalEngine() |
| Modifier and Type | Method and Description |
|---|---|
void |
Retrieval.setRetrievalEngine(RetrievalEngine re) |
| Constructor and Description |
|---|
Retrieval(Concept c,
ICaseBase cb,
RetrievalEngine re) |