#4808 closed defect (fixed)
KMeans with optional K
Reported by: | komzpa | Owned by: | komzpa |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.2.0 |
Component: | postgis | Version: | 2.5.x -- EOL |
Keywords: | Cc: |
Description
It is possible to auto-guess K in KMeans using the XMeans method.
http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.19.3377&rep=rep1&type=pdf
Change History (6)
comment:1 by , 4 years ago
Owner: | changed from | to
---|
comment:2 by , 4 years ago
Milestone: | PostGIS 3.1.0 → PostGIS 3.1.1 |
---|
comment:3 by , 4 years ago
Milestone: | PostGIS 3.1.1 → PostGIS 3.2.0 |
---|
comment:4 by , 4 years ago
The Xmeans
code seems functional, but I think it may be an option besides Kmeans
, instead of replacing it completely.
Note:
See TracTickets
for help on using tickets.
Thing is up at https://github.com/postgis/postgis/pull/592 it works but I am not yet confident in it.