Interface Item<TId,​TVector>

  • Type Parameters:
    TId - The type of the vector to perform distance calculation on
    TVector - Type of the vector to perform distance calculation on
    All Superinterfaces:
    Serializable

    public interface Item<TId,​TVector>
    extends Serializable
    Item that can be indexed.
    • Method Detail

      • id

        TId id()
        Returns the identifier of this item.
        Returns:
        the idenifier of this item
      • vector

        TVector vector()
        Returns the vector to perform the distance calculation on.
        Returns:
        the vector to perform the distance calculation on