public class NearestNeighborsQuery extends Object implements Serializable
| Constructor and Description |
|---|
NearestNeighborsQuery() |
NearestNeighborsQuery(String word,
int numWords) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getNumWords() |
String |
getWord() |
int |
hashCode() |
void |
setNumWords(int numWords) |
void |
setWord(String word) |
public NearestNeighborsQuery(String word, int numWords)
public NearestNeighborsQuery()
Copyright © 2019. All rights reserved.