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
Each invalid call should throw an error of abstract type BONException
Have a documentation section for each subtype of BONException to enable user debugging
Algorithms
cube sampling (refiner)
Environmental uniquness via KNN (seeder)
Take the vector of layers at each cell in the raster and applies knn to each cell in the raster. choose the closest cell in the raster to the k cluster centers
fractal triad, or some scale dependence thing, maybe
Documentation
A tutorial section that gives background info not specific to the package for new users
Uniqueness vignette includes KNNUniqueness and has more text
Vignette on cube smapling
The text was updated successfully, but these errors were encountered:
Just because we were thinking about it today, we might want to build in stratification (whether as an option for individual sampling algorithms or a separate thing). Not sure if it needs to be v1.0.
Error handling
BONException
BONException
to enable user debuggingAlgorithms
Documentation
The text was updated successfully, but these errors were encountered: