Class ClassificationAnalyzerProperties


  • public final class ClassificationAnalyzerProperties
    extends Object
    Since:
    ArangoDB 3.10
    Author:
    Michele Rastelli
    • Constructor Detail

      • ClassificationAnalyzerProperties

        public ClassificationAnalyzerProperties()
    • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object