|
compareDescriptorsKNN
compareDescriptorsKNN (self, request, document)
|
Added to advas-0.1.0 as function kNN, adjusted for 0.2.5
Compares two document descriptors (request and document), and returns its degree of equality.
In: |
request |
search request; object of class Descriptor |
|
document |
document request; object of class Descriptor
|
Out: |
|
result of the knn comparison as a float value between 0 and 1. The higher the similarity of the descriptors, the higher the return value. |
|
|