Class PredicateTreeAnalyzerResult

    • Field Detail

      • minFeature

        public final int minFeature
      • treeSize

        public final int treeSize
      • sizeMap

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

      • PredicateTreeAnalyzerResult

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