Class KdTreeIndexParams
When passing an object of this type the index constructed will consist of a set of randomized kd-trees which will be searched in parallel.
public class KdTreeIndexParams : UnmanagedObject, IDisposable, IIndexParams
- Inheritance
-
KdTreeIndexParams
- Implements
- Inherited Members
Constructors
KdTreeIndexParams(int)
Initializes a new instance of the KdTreeIndexParams class.
public KdTreeIndexParams(int trees = 4)
Parameters
trees
intThe number of parallel kd-trees to use. Good values are in the range [1..16]
Methods
DisposeObject()
Release all the memory associated with this IndexParam
protected override void DisposeObject()