|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CaseBase | |
|---|---|
| cbr.framework | |
| Uses of CaseBase in cbr.framework |
|---|
| Methods in cbr.framework with parameters of type CaseBase | |
|---|---|
static List<Case> |
Reasoner.getCasesOverSimilarityThreshold(double threshold,
Case targetCase,
CaseBase caseBase)
Retrieves the cases from the case base that are over (or equal to) a specified similarity threshold,
when compared to the targetCase. |
static Case |
Reasoner.getMostSimilarCase(Case targetCase,
CaseBase caseBase)
Retrieves the case from the case base that most resembles the target case. |
static List<Case> |
Reasoner.getNMostSimilarCases(int n,
Case targetCase,
CaseBase caseBase)
Given a novel scenario represented as a case find the N most similar cases in the caseBase provided. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||