QuantileFilterResult
@Serializable
@SerialName(value = "QuantileFilterResult")
Snapshot from QuantileFilterStat: the running probability-quantile of the input stream plus the helper score that flags an observation as anomalous when it exceeds that quantile.
Constructors
QuantileFilterResult
Properties
probability
Probability at which the threshold is evaluated, in (0, 1).
threshold
totalWeights
Cumulative observation weight folded into the underlying sketch.