aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/tensor/distance_function.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Allow negative values from closeness when using dotproduct distance metric.Geir Storli2023-06-011-0/+7
* Update closeness (rawscore) and distance for the dotproduct distance metric.Geir Storli2023-05-081-2/+14
* remove unused distance functionsArne Juul2023-04-271-30/+0
* add mimimal version of BoundDistanceFunctionArne Juul2023-04-191-7/+12
* Avoid @plt indirection and improve inlining of frequently called methodHenning Baldersheim2022-06-301-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* underscore for member variable, more assertsArne Juul2021-04-131-4/+4
* let the distance function decide how it wants the query tensor convertedArne Juul2021-04-121-0/+11
* fix NNS distance for new cell typesArne Juul2021-04-121-1/+1
* Revert "fix NNS distance for new cell types"Arnstein Ressem2021-04-121-1/+1
* fix NNS distance for new cell typesArne Juul2021-04-091-1/+1
* add method for threshold->internal distanceArne Juul2021-01-081-1/+10
* track TypedCells moveArne Juul2020-10-011-4/+4
* more distance functionsArne Juul2020-03-231-0/+4
* Instantiate nearest neighbor (hnsw) index in dense tensor attribute when spec...Geir Storli2020-02-201-0/+3
* Add interface used to calculate the distance between two n-dim vectors.Geir Storli2020-02-101-0/+21