|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Feature | |
---|---|
cbr.framework | |
cbr.similarity |
Uses of Feature in cbr.framework |
---|
Subclasses of Feature in cbr.framework | |
---|---|
class |
TargetFeature
This class represents a target case feature. |
Methods in cbr.framework with parameters of type Feature | |
---|---|
void |
Case.addFeature(Feature f)
Add a feature to the case . |
double |
SimilarityMetric.compare(Feature f1,
Feature f2)
Users will need to override this method to perform some meaningful comparison between two features. |
Constructor parameters in cbr.framework with type arguments of type Feature | |
---|---|
Case(Map<String,Feature> allFeatures)
Create a case with features contained in a Map . |
Uses of Feature in cbr.similarity |
---|
Methods in cbr.similarity with parameters of type Feature | |
---|---|
double |
RankSimilarityMetric.compare(Feature f1,
Feature f2)
Compares two characters and assigns a similarity value. |
double |
NullMetric.compare(Feature f1,
Feature f2)
No comparision is performed as the features are not indexed. |
double |
EuclideanDistanceMetric.compare(Feature f1,
Feature f2)
Derives the normalised, inverted 1-dimensional Euclidean distance between two numerical feature values |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |