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 boolean
equals(Object o)
String
getModelLocation()
Integer
getTopK()
int
hashCode()
void
setModelLocation(String modelLocation)
void
setTopK(Integer topK)
-