|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimilarityMetric | |
---|---|
cbr.framework | |
cbr.similarity |
Uses of SimilarityMetric in cbr.framework |
---|
Methods in cbr.framework that return SimilarityMetric | |
---|---|
SimilarityMetric |
TargetFeature.getSimilarityMetric()
Get the SimilarityMetric to be used for this feature. |
Methods in cbr.framework with parameters of type SimilarityMetric | |
---|---|
void |
TargetFeature.setSimilarityMetric(SimilarityMetric similarityMetric)
Set the SimilarityMetric to be used for this feature. |
Constructors in cbr.framework with parameters of type SimilarityMetric | |
---|---|
TargetFeature(String name,
Value value,
SimilarityMetric sm,
double weight)
Create a feature for a target case. |
Uses of SimilarityMetric in cbr.similarity |
---|
Classes in cbr.similarity that implement SimilarityMetric | |
---|---|
class |
EuclideanDistanceMetric
Provides implementation for a Euclidean Distance Metric. |
class |
NullMetric
Used for target case features that are not indexed. |
class |
RankSimilarityMetric
Very simple similarity metric that compares two alphabetical feature values Returns 1.0 if the characters are the same, otherwise returns 0.0 is they are different |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |