A C E F G I N O P R S T V

G

getAllCases() - Method in class cbr.framework.CaseBase
Provides a reference to the case-base.
getCasesOverSimilarityThreshold(double, Case, CaseBase) - Static method in class cbr.framework.Reasoner
Retrieves the cases from the case base that are over (or equal to) a specified similarity threshold, when compared to the targetCase.
getMax() - Method in class cbr.similarity.EuclideanDistanceMetric
Returns the maximum value, used in the equation for this metric.
getMostSimilarCase(Case, CaseBase) - Static method in class cbr.framework.Reasoner
Retrieves the case from the case base that most resembles the target case.
getName() - Method in class cbr.framework.Feature
Get the name of the feature
getNMostSimilarCases(int, Case, CaseBase) - Static method in class cbr.framework.Reasoner
Given a novel scenario represented as a case find the N most similar cases in the caseBase provided.
getOutcomeValue() - Method in class cbr.framework.Case
Retrieve the outcome value for this case.
getSimilarity() - Method in class cbr.framework.Case
Get the last similarity value that was derived.
getSimilarityMetric() - Method in class cbr.framework.TargetFeature
Get the SimilarityMetric to be used for this feature.
getSolution() - Method in class cbr.framework.Case
Retrieve the solution for this case.
getValue() - Method in class cbr.framework.Outcome
Get the value of the outcome.
getValue() - Method in class cbr.framework.Value
Getter method for the String value.
getValueAsString() - Method in class cbr.framework.Feature
Returns the value of this feature, represented as a String.
getWeight() - Method in class cbr.framework.TargetFeature
Get the feature's weighting.

A C E F G I N O P R S T V