DecayParams

data class DecayParams(val x: Expression, val target: Expression? = null, val scale: Double? = null, val midpoint: Double? = null)

Shape of a decay curve. The output is 1.0 at target and midpoint once x is scale away from it.

Constructors

Link copied to clipboard
constructor(x: Expression, target: Expression? = null, scale: Double? = null, midpoint: Double? = null)

Properties

Link copied to clipboard

between 0 and 1; defaults to 0.5.

Link copied to clipboard

must be a positive, non-zero number; Qdrant rejects anything else.

Link copied to clipboard
Link copied to clipboard