Class NearestNeighborsAnalyzerProperties
- java.lang.Object
-
- com.arangodb.entity.arangosearch.analyzer.NearestNeighborsAnalyzerProperties
-
public final class NearestNeighborsAnalyzerProperties extends Object
- Since:
- ArangoDB 3.10
- Author:
- Michele Rastelli
-
-
Constructor Summary
Constructors Constructor Description NearestNeighborsAnalyzerProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetModelLocation()IntegergetTopK()inthashCode()voidsetModelLocation(String modelLocation)voidsetTopK(Integer topK)
-