Class PredicateTreeAnalyzerResult

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int minFeature  
      java.util.Map<com.yahoo.document.predicate.Predicate,​java.lang.Integer> sizeMap  
      int treeSize  
    • Constructor Summary

      Constructors 
      Constructor Description
      PredicateTreeAnalyzerResult​(int minFeature, int treeSize, java.util.Map<com.yahoo.document.predicate.Predicate,​java.lang.Integer> sizeMap)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • minFeature

        public final int minFeature
      • treeSize

        public final int treeSize
      • sizeMap

        public final java.util.Map<com.yahoo.document.predicate.Predicate,​java.lang.Integer> sizeMap
    • Constructor Detail

      • PredicateTreeAnalyzerResult

        public PredicateTreeAnalyzerResult​(int minFeature,
                                           int treeSize,
                                           java.util.Map<com.yahoo.document.predicate.Predicate,​java.lang.Integer> sizeMap)