Uses of Package
de.dfki.mycbr.core.retrieval

Packages that use de.dfki.mycbr.core.retrieval
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). 
 

Classes in de.dfki.mycbr.core.retrieval used by de.dfki.mycbr.core.retrieval
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.