- Type Parameters:
VectorType
- Type of Vectorizable, the first values
DataType
- Type of data in the Pair, the second values
PairType
- Type of Pair to use in the KDTree.
- All Implemented Interfaces:
- CloneableSerializable, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<KDTree.Neighborhood.Neighbor<VectorType,DataType,PairType>>
- Enclosing class:
- KDTree.Neighborhood<VectorType extends Vectorizable,DataType,PairType extends Pair<? extends VectorType,DataType>>
protected class KDTree.Neighborhood.Neighbor<VectorType extends Vectorizable,DataType,PairType extends Pair<? extends VectorType,DataType>>
extends AbstractCloneableSerializable
implements java.lang.Comparable<KDTree.Neighborhood.Neighbor<VectorType,DataType,PairType>>
Holds neighbor information used during the evaluate method and is put
into a priority queue.
- See Also:
- Serialized Form