Class SearchParams
Search parameters
public class SearchParams : UnmanagedObject, IDisposable, IIndexParams
- Inheritance
-
SearchParams
- Implements
- Inherited Members
Constructors
SearchParams(int, float, bool)
Initializes a new instance of the SearchParams class.
public SearchParams(int checks = 32, float eps = 0, bool sorted = true)
Parameters
checks
inthow many leafs to visit when searching for neighbors (-1 for unlimited)
eps
floatSearch for eps-approximate neighbors
sorted
boolOnly for radius search, require neighbors sorted by distance
Methods
DisposeObject()
Release all the memory associated with this IndexParam
protected override void DisposeObject()