|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SimilarityMetric
When a user defines a similarity metric they will need to implement this interface.
Method Summary | |
---|---|
double |
compare(Feature f1,
Feature f2)
Users will need to override this method to perform some meaningful comparison between two features. |
Method Detail |
---|
double compare(Feature f1, Feature f2)
f1
- a case featuref2
- another case feature
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |