Package jcolibri.method.retrieve.NNretrieval.similarity.local

Local similarity functions for the KNN method

See:
          Description

Class Summary
EnumCyclicDistance This function computes the similarity between two enum values as their cyclic distance.
EnumDistance This function returns the similarity of two enum values as the their distance sim(x,y)=|ord(x) - ord(y)|
Equal This function returns 1 if both individuals are equal, otherwise returns 0
EqualsStringIgnoreCase This function returns 1 if both String are the same despite case letters, 0 in the other case
Interval This function returns the similarity of two number inside an interval.
MaxString This function returns a similarity value depending of the biggest substring that belong to both strings.
Table Similarity function that uses a table to obtain the similarity between two values.
Threshold This function returns 1 if the difference between two numbers is less than a threshold, 0 in the other case.
 

Package jcolibri.method.retrieve.NNretrieval.similarity.local Description

Local similarity functions for the KNN method


GAIA - Group for Artificial Intelligence Applications
http://gaia.fdi.ucm.es