|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Pair | |
|---|---|
| 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. |
| Uses of Pair in de.dfki.mycbr.core.casebase |
|---|
| Methods in de.dfki.mycbr.core.casebase that return Pair | |
|---|---|
Pair<java.lang.Number,java.lang.Number> |
IntervalAttribute.getInterval()
Gets the value of this attribute. |
| Methods in de.dfki.mycbr.core.casebase with parameters of type Pair | |
|---|---|
IntervalAttribute |
IntervalRange.getIntervalValue(Pair<java.lang.Number,java.lang.Number> interval)
Returns the IntervalAttribute associated with the given interval. |
| Uses of Pair in de.dfki.mycbr.core.retrieval |
|---|
| Methods in de.dfki.mycbr.core.retrieval that return types with arguments of type Pair | |
|---|---|
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)
|
| Uses of Pair in de.dfki.mycbr.io |
|---|
| Methods in de.dfki.mycbr.io that return types with arguments of type Pair | |
|---|---|
java.util.HashSet<Pair<java.lang.String,AttributeDesc>> |
CSVImporter.getInvalidValues()
|
java.util.Vector<Pair<java.lang.String,java.lang.Integer>> |
CSVImporter.getMissingDescs()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||