| Package | Description |
|---|---|
| de.dfki.mycbr.core.casebase |
Contains classes for the basic definition of
DefaultCaseBase objects. |
| 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). |
| de.dfki.mycbr.io |
Contains classes that handle import and export of relevant CBR application
data.
|
| Modifier and Type | Method and Description |
|---|---|
Pair<java.lang.Number,java.lang.Number> |
IntervalAttribute.getInterval()
Gets the value of this attribute.
|
| Modifier and Type | Method and Description |
|---|---|
IntervalAttribute |
IntervalRange.getIntervalValue(Pair<java.lang.Number,java.lang.Number> interval)
Returns the IntervalAttribute associated with the given interval.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Pair<Instance,Similarity>> |
Retrieval.getResult() |
java.util.List<Pair<Instance,Similarity>> |
SequentialRetrieval.retrieve(ICaseBase cb,
Instance q) |
abstract java.util.List<Pair<Instance,Similarity>> |
RetrievalEngine.retrieve(ICaseBase cb,
Instance q) |
java.util.List<Pair<Instance,Similarity>> |
SequentialRetrieval.retrieveK(ICaseBase cb,
Instance q,
int k) |
abstract java.util.List<Pair<Instance,Similarity>> |
RetrievalEngine.retrieveK(ICaseBase cb,
Instance q,
int k) |
java.util.List<Pair<Instance,Similarity>> |
SequentialRetrieval.retrieveKSorted(ICaseBase cb,
Instance q,
int k) |
abstract java.util.List<Pair<Instance,Similarity>> |
RetrievalEngine.retrieveKSorted(ICaseBase cb,
Instance q,
int k) |
java.util.List<Pair<Instance,Similarity>> |
SequentialRetrieval.retrieveSorted(ICaseBase cb,
Instance q) |
abstract java.util.List<Pair<Instance,Similarity>> |
RetrievalEngine.retrieveSorted(ICaseBase cb,
Instance q) |
| Modifier and Type | Method and Description |
|---|---|
java.util.HashSet<Pair<java.lang.String,AttributeDesc>> |
CSVImporter.getInvalidValues() |
java.util.Vector<Pair<java.lang.String,java.lang.Integer>> |
CSVImporter.getMissingDescs() |