|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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 | |
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.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||