Class NearestNeighborsQuery

    • Constructor Detail

      • NearestNeighborsQuery

        public NearestNeighborsQuery​(String word,
                                     int numWords)
      • NearestNeighborsQuery

        public NearestNeighborsQuery()
    • Method Detail

      • getWord

        public String getWord()
      • setWord

        public void setWord​(String word)
      • getNumWords

        public int getNumWords()
      • setNumWords

        public void setNumWords​(int numWords)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object