| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated VPTree to new shard/query interfaces | Douglas Rumbaugh | 2024-02-08 | 1 | -43/+51 |
| | | |||||
| * | Comment and License updates | Douglas Rumbaugh | 2023-11-07 | 1 | -1/+1 |
| | | |||||
| * | VPTree: added a level of indirection to avoid repeated point copies | Douglas Rumbaugh | 2023-07-24 | 1 | -18/+25 |
| | | |||||
| * | VPTree: fixed knn query | Douglas Rumbaugh | 2023-07-24 | 1 | -9/+65 |
| | | |||||
| * | VPTree: changed Point format to a D-dimensional point. | Douglas Rumbaugh | 2023-07-17 | 1 | -6/+6 |
| | | |||||
| * | VPTree: use a secondary hash-table for point lookups | Douglas Rumbaugh | 2023-07-17 | 1 | -4/+2 |
| | | |||||
| * | Initial commit of VPTree-related code | Douglas Rumbaugh | 2023-07-13 | 1 | -0/+162 |
| Point lookups are currently broken; I suspect that there is something wrong with tree construction, although the quickselect implementation seems to be fine. | |||||