public class ClassificationAnalyzerProperties extends Object
Constructor and Description |
---|
ClassificationAnalyzerProperties() |
Modifier and Type | Method and 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) |
public String getModelLocation()
public void setModelLocation(String modelLocation)
public Integer getTopK()
public void setTopK(Integer topK)
public Double getThreshold()
public void setThreshold(Double threshold)
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.