Package edu.indiana.iucbrf.retrieval

Interface Summary
Retrieval The retrieval classes handle how to obtain similar cases.
RetrievalConditionsChecker A RetrievalConditionsChecker is used to restrict which cases can be retrieved by a retrieval algorithm.
 

Class Summary
AbstractRetrieval A general abstract implementation of Retrieval.
FeaturesKnownChecker A FeaturesKnownChecker is a RetrievalConditionsChecker that requires that a given set of features is known by a case in order for that case to be retrieved.
kNN kNN implements k-Nearest Neighbor.
RetrievalResults A container for an ArrayList of retrieved cases, and difference and rank information.
RisingThresholdRetrieval Title:
ThresholdRetrieval In threshold retrieval, all cases within a given threshold of difference are retrieved.