/SpaceDivisor

The SpaceDivisor is a useful tool for data analysis and search, especially when dealing with large, high-dimensional data sets. It provides a way to divide the data into manageable chunks and quickly search for nearby elements.

Primary LanguageC#

nuget

Short summary

Space divisor allows to divide some data in n-dimensional space into chunks to speed-up search for closest elements.

How it works Here elements with same color is in same chunk.

See source code documentation and tests for more information!