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

C

Case - Class in cbr.framework
A case consists of indexed and non-indexed features, a solution and the last similarity value that was computed for this case.
Case() - Constructor for class cbr.framework.Case
Create an empty case.
Case(Map<String, Feature>) - Constructor for class cbr.framework.Case
Create a case with features contained in a Map.
CaseBase - Class in cbr.framework
CAMUS: Case Assembly, Maintenance & Usage System
CaseBase() - Constructor for class cbr.framework.CaseBase
Creates an empty case base
CaseBase(String) - Constructor for class cbr.framework.CaseBase
Creates a case base described in flat file format.
cbr.framework - package cbr.framework
 
cbr.similarity - package cbr.similarity
 
compare(Feature, Feature) - Method in interface cbr.framework.SimilarityMetric
Users will need to override this method to perform some meaningful comparison between two features.
compare(Feature, Feature) - Method in class cbr.similarity.EuclideanDistanceMetric
Derives the normalised, inverted 1-dimensional Euclidean distance between two numerical feature values
compare(Feature, Feature) - Method in class cbr.similarity.NullMetric
No comparision is performed as the features are not indexed.
compare(Feature, Feature) - Method in class cbr.similarity.RankSimilarityMetric
Compares two characters and assigns a similarity value.
compareTo(Case) - Method in class cbr.framework.Case
Override the compareTo() method so that Cases can be sorted according to descending similarity.

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