NEST by Elastic and contributors

<PackageReference Include="NEST" Version="2.3.1" />

.NET API 3,056,640 bytes

 ScoreFunctionsDescriptor<T>

public ScoreFunctionsDescriptor<T> Exponential(Func<ExponentialDecayFunctionDescriptor<double?, double?, T>, IDecayFunction<double?, double?>> selector)

public ScoreFunctionsDescriptor<T> Gauss(Func<GaussDecayFunctionDescriptor<double?, double?, T>, IDecayFunction<double?, double?>> selector)

public ScoreFunctionsDescriptor<T> Linear(Func<LinearDecayFunctionDescriptor<double?, double?, T>, IDecayFunction<double?, double?>> selector)

public ScoreFunctionsDescriptor<T> RandomScore(long? seed)

public ScoreFunctionsDescriptor<T> RandomScore(string seed)

public ScoreFunctionsDescriptor<T> Weight(double weight)