Interface PredicateBoostStep<S>

    • Method Detail

      • boost

        S boost​(float boost)
        Deprecated.
        Boost the weight of the predicate in score computation.
        Parameters:
        boost - The boost factor. Higher than 1 increases the weight in score computation, between 0 and 1 lowers the weight. Lower than 0 is for experts only.
        Returns:
        this, for method chaining.