Class NearestNeighborsQuery
- java.lang.Object
-
- org.deeplearning4j.ui.model.nearestneighbors.word2vec.NearestNeighborsQuery
-
- All Implemented Interfaces:
Serializable
public class NearestNeighborsQuery extends Object implements Serializable
- Author:
- Adam Gibson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NearestNeighborsQuery()NearestNeighborsQuery(String word, int numWords)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetNumWords()StringgetWord()inthashCode()voidsetNumWords(int numWords)voidsetWord(String word)
-
-
-
Constructor Detail
-
NearestNeighborsQuery
public NearestNeighborsQuery(String word, int numWords)
-
NearestNeighborsQuery
public NearestNeighborsQuery()
-
-