Package org.opensearch.index.query
Class RankFeatureQueryBuilder.ScoreFunction.Sigmoid
- java.lang.Object
-
- org.opensearch.index.query.RankFeatureQueryBuilder.ScoreFunction
-
- org.opensearch.index.query.RankFeatureQueryBuilder.ScoreFunction.Sigmoid
-
- Enclosing class:
- RankFeatureQueryBuilder.ScoreFunction
public static class RankFeatureQueryBuilder.ScoreFunction.Sigmoid extends RankFeatureQueryBuilder.ScoreFunction
A scoring function that scores documents asS^exp / (S^exp + pivot^exp)where S is the value of the static feature.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opensearch.index.query.RankFeatureQueryBuilder.ScoreFunction
RankFeatureQueryBuilder.ScoreFunction.Linear, RankFeatureQueryBuilder.ScoreFunction.Log, RankFeatureQueryBuilder.ScoreFunction.Saturation, RankFeatureQueryBuilder.ScoreFunction.Sigmoid
-
-
Constructor Summary
Constructors Constructor Description Sigmoid(float pivot, float exp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()
-