Class and Description |
---|
VectorCollectionFactory
A factory interface for the creation of
VectorCollection objects. |
Class and Description |
---|
VectorCollection
A Vector Collection is a collection of vectors that is meant to be used to
obtain a subset of the collection via a query vector.
|
VectorCollectionFactory
A factory interface for the creation of
VectorCollection objects. |
Class and Description |
---|
VectorCollectionFactory
A factory interface for the creation of
VectorCollection objects. |
Class and Description |
---|
VectorCollectionFactory
A factory interface for the creation of
VectorCollection objects. |
Class and Description |
---|
VectorCollectionFactory
A factory interface for the creation of
VectorCollection objects. |
Class and Description |
---|
CoverTree
This class implements the Cover-tree algorithm for answering nearest neighbor
queries.
|
CoverTree.CoverTreeFactory |
DefaultVectorCollectionFactory
DefaultVectorCollectionFactory is a generic factory that attempts to return a
good vector collection for the given input.
|
EuclideanCollection
Provides a specialized collections that only supports the
EuclideanDistance by brute force search. |
EuclideanCollection.EuclideanCollectionFactory |
IncrementalCollection
This interface is for Vector Collections that support incremental
construction.
|
KDTree
Standard KDTree implementation.
|
KDTree.KDTreeFactory |
KDTree.PivotSelection
KDTree uses an index of the vector at each stage to use as a pivot,
dividing the remaining elements into two sets.
|
RandomBallCover
An implementation of the exact search for the Random Ball Cover algorithm.
|
RandomBallCoverOneShot
An implementation of the on shot search for the Random Ball Cover algorithm.
|
RTree |
RTree.RTreeFactory |
VectorArray
This is the naive implementation of a Vector collection.
|
VectorArray.VectorArrayFactory |
VectorCollection
A Vector Collection is a collection of vectors that is meant to be used to
obtain a subset of the collection via a query vector.
|
VectorCollectionFactory
A factory interface for the creation of
VectorCollection objects. |
VPTree
Provides an implementation of Vantage Point Trees, as described in
"Data Structures and Algorithms for Nearest Neighbor Search in General Metric Spaces"
by Peter N.
|
VPTree.VPSelection |
Class and Description |
---|
VectorCollection
A Vector Collection is a collection of vectors that is meant to be used to
obtain a subset of the collection via a query vector.
|
VectorCollectionFactory
A factory interface for the creation of
VectorCollection objects. |
Copyright © 2017. All rights reserved.