|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--nrc.fuzzy.SimilarityOperator
An abstract class that can be sub-classed to provide an operator to calculate the similarity between 2 fuzzy values. By default the SimilarityByArea operator (ratio of area of intersection to area of union of the fuzzy values) is used.
SimilarityByAreaOperator
,
SimilarityByPossibilityOperator
,
Serialized FormConstructor Summary | |
SimilarityOperator()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface nrc.fuzzy.SimilarityOperatorInterface |
similarity |
Constructor Detail |
public SimilarityOperator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |