Overload List

NameDescription
Index(Matrix<(Of <(Single>)>))
Create a linear flann index
Index(Matrix<(Of <(Single>)>), Int32)
Create a flann index using multiple KDTrees
Index(Matrix<(Of <(Single>)>), Int32, Int32, CenterInitType, Single)
Create a flann index using Kmeans
Index(Matrix<(Of <(Single>)>), Single, Single, Single, Single)
Create an auto-tuned flann index
Index(Matrix<(Of <(Single>)>), Int32, Int32, Int32, CenterInitType, Single)
Create a flann index using a composition of KDTreee and KMeans tree

See Also