aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/tensor/distance_functions/distance_functions_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Unit test capping when converting to internal distance threshold.Tor Egge2023-06-061-0/+32
* Update closeness (rawscore) and distance for the dotproduct distance metric.Geir Storli2023-05-081-13/+4
* add unit testArne Juul2023-04-281-0/+162
* remove unused distance functionsArne Juul2023-04-271-70/+14
* Merge pull request #26849 from vespa-engine/arnej/add-bound-hammingGeir Storli2023-04-261-97/+103
|\
| * add BoundHammingDistanceArne Juul2023-04-251-0/+6
| * add BoundGeoDistanceArne Juul2023-04-251-97/+97
* | Remove bad constexpr.Tor Egge2023-04-261-1/+1
|/
* extended testArne Juul2023-04-251-7/+35
* add BoundPrenormalizedAngularDistanceArne Juul2023-04-251-0/+61
* also add BoundEuclideanDistanceArne Juul2023-04-241-9/+73
* add BoundAngularDistanceArne Juul2023-04-201-18/+54
* Use constantHarald Musum2022-02-191-1/+1
* Somehow a paren got lost before comittingHarald Musum2022-02-181-1/+1
* Use EXPECT_NEAR when comparingHarald Musum2022-02-181-1/+1
* compare new GeoGcd with implementation as tensor distanceArne H Juul2022-01-171-0/+5
* Both arguments to distancecalculations will always be the same and have expec...Henning Baldersheim2021-11-261-4/+0
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Allow more rounding errors for small (zero) distances.Tor Egge2021-05-011-4/+9
* test a bit moreArne Juul2021-04-121-1/+27
* fix NNS distance for new cell typesArne Juul2021-04-121-0/+6
* Revert "fix NNS distance for new cell types"Arnstein Ressem2021-04-121-6/+0
* fix NNS distance for new cell typesArne Juul2021-04-091-0/+6
* add distanceThreshold option for nearestNeighbor operatorArne Juul2021-01-081-2/+34
* track CellType moveArne Juul2020-11-201-5/+5
* track TypedCells moveArne Juul2020-10-011-2/+2
* add unit test for Hamming distance metricArne Juul2020-09-071-0/+40
* use km as unit for distances from geo-degrees metricArne Juul2020-08-161-2/+2
* split unit tests per distance functionArne Juul2020-06-291-4/+31
* adjust angular distance slighlyArne Juul2020-06-261-9/+30
* add "InnerProduct" distance metricArne Juul2020-06-251-8/+29
* update copyright headersArne Juul2020-03-241-1/+1
* remove debug printingArne Juul2020-03-241-2/+0
* unit test distance functionsArne Juul2020-03-241-0/+196