You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, after using it as it's currently implemented when using Clustering with the S2 Strategy, I noticed it only populates 9x9's that contain at least 1 point, which is great as it is.
I thought it might be nice to be able to up that number, for example 2, that way some 9x9's that only contain 1 Gym/Pokestop can also be omitted when bootstrapping using the same S2 strategy.
See image below showing two instances where 9x9's only cover 1 gym/Pokestop.
By adding in the "Minimum Points", similar to the Radius strategy, these outliers can be omitted easily.
I do realize it's a very edge-case scenario, just something I noticed while testing.
I looked into this last night and realized it was unfortunately a little more complicated than I thought it would be at first glance so it will have to happen down the line.
Hey there,
Small feature request.
Adding an option for the "S2" strategy in Clustering that allows for "minimum points", similar to the "Radius" method.
The text was updated successfully, but these errors were encountered: