| 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 | Method and Description |
|---|---|
Retrieval.RetrievalMethod |
Retrieval.getRetrievalMethod() |
static Retrieval.RetrievalMethod |
Retrieval.RetrievalMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Retrieval.RetrievalMethod[] |
Retrieval.RetrievalMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Retrieval.setRetrievalMethod(Retrieval.RetrievalMethod m) |