Uses of Class
io.weaviate.client.v1.contextionary.model.C11yNearestNeighbor
-
Packages that use C11yNearestNeighbor Package Description io.weaviate.client.v1.contextionary.model -
-
Uses of C11yNearestNeighbor in io.weaviate.client.v1.contextionary.model
Methods in io.weaviate.client.v1.contextionary.model that return C11yNearestNeighbor Modifier and Type Method Description C11yNearestNeighbor[]C11yWordsResponseConcatenatedWord. getConcatenatedNearestNeighbors()C11yNearestNeighbor[]C11yWordsResponseIndividualWordsItems0Info. getNearestNeighbors()Constructors in io.weaviate.client.v1.contextionary.model with parameters of type C11yNearestNeighbor Constructor Description C11yWordsResponseConcatenatedWord(C11yNearestNeighbor[] concatenatedNearestNeighbors, Float[] concatenatedVector, String concatenatedWord, String[] singleWords)C11yWordsResponseIndividualWordsItems0Info(C11yNearestNeighbor[] nearestNeighbors, Float[] vector)
-