Class NXYSignificanceHeuristic.NXYBuilder

java.lang.Object
org.elasticsearch.search.aggregations.bucket.terms.heuristic.NXYSignificanceHeuristic.NXYBuilder
All Implemented Interfaces:
SignificanceHeuristicBuilder, ToXContent, ToXContentFragment
Direct Known Subclasses:
ChiSquare.ChiSquareBuilder, GND.GNDBuilder, MutualInformation.MutualInformationBuilder
Enclosing class:
NXYSignificanceHeuristic

protected abstract static class NXYSignificanceHeuristic.NXYBuilder extends Object implements SignificanceHeuristicBuilder
  • Field Details

    • includeNegatives

      protected boolean includeNegatives
    • backgroundIsSuperset

      protected boolean backgroundIsSuperset
  • Constructor Details

    • NXYBuilder

      public NXYBuilder(boolean includeNegatives, boolean backgroundIsSuperset)
  • Method Details