Class ClassificationAnalyzerProperties
- java.lang.Object
-
- com.arangodb.entity.arangosearch.analyzer.ClassificationAnalyzerProperties
-
public final class ClassificationAnalyzerProperties extends Object
- Since:
- ArangoDB 3.10
- Author:
- Michele Rastelli
-
-
Constructor Summary
Constructors Constructor Description ClassificationAnalyzerProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getModelLocation()
Double
getThreshold()
Integer
getTopK()
int
hashCode()
void
setModelLocation(String modelLocation)
void
setThreshold(Double threshold)
void
setTopK(Integer topK)
-
-
-
Method Detail
-
getModelLocation
public String getModelLocation()
-
setModelLocation
public void setModelLocation(String modelLocation)
-
getTopK
public Integer getTopK()
-
setTopK
public void setTopK(Integer topK)
-
getThreshold
public Double getThreshold()
-
setThreshold
public void setThreshold(Double threshold)
-
-