summaryrefslogtreecommitdiffstats
path: root/include/framework/RecordInterface.h
Commit message (Collapse)AuthorAgeFilesLines
* VPTree: fixed knn queryDouglas Rumbaugh2023-07-241-2/+8
|
* Cosine Similarity TypeDouglas Rumbaugh2023-07-241-4/+48
|
* PriorityQueue: generalized priority queue comparison operationDouglas Rumbaugh2023-07-171-0/+11
| | | | | Generalized the comparison used for the priority queue to enable its use within the KNN query code.
* VPTree: changed Point format to a D-dimensional point.Douglas Rumbaugh2023-07-171-6/+24
|
* VPTree: use a secondary hash-table for point lookupsDouglas Rumbaugh2023-07-171-0/+9
|
* Initial commit of VPTree-related codeDouglas Rumbaugh2023-07-131-11/+36
| | | | | | Point lookups are currently broken; I suspect that there is something wrong with tree construction, although the quickselect implementation seems to be fine.
* Adjusted the way that Wrapping records works to clean up interfacesDouglas Rumbaugh2023-05-291-37/+11
|
* Tests and bugfixes for frameworkDouglas Rumbaugh2023-05-291-2/+2
|
* More updates/restructuringDouglas Rumbaugh2023-05-221-0/+121