Uses of Class
io.weaviate.client.v1.contextionary.model.C11yNearestNeighbor
Packages that use C11yNearestNeighbor
-
Uses of C11yNearestNeighbor in io.weaviate.client.v1.contextionary.model
Methods in io.weaviate.client.v1.contextionary.model that return C11yNearestNeighborModifier and TypeMethodDescriptionC11yWordsResponseConcatenatedWord.getConcatenatedNearestNeighbors()C11yWordsResponseIndividualWordsItems0Info.getNearestNeighbors()Constructors in io.weaviate.client.v1.contextionary.model with parameters of type C11yNearestNeighborModifierConstructorDescriptionC11yWordsResponseConcatenatedWord(C11yNearestNeighbor[] concatenatedNearestNeighbors, Float[] concatenatedVector, String concatenatedWord, String[] singleWords) C11yWordsResponseIndividualWordsItems0Info(C11yNearestNeighbor[] nearestNeighbors, Float[] vector)