Opened 7 years ago
Closed 7 years ago
#3977 closed patch (fixed)
Simplify KMeans code
Reported by: | komzpa | Owned by: | komzpa |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.5.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
KMeans contains generic implementation that has #ifdef-ed out parts (threaded) and does centroid calculation in too many passes.
Note:
See TracTickets
for help on using tickets.
In 16251: