Skip to content

Interface: FrequencyEstimate

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Streaming / FrequencyEstimate

Interface: FrequencyEstimate

Defined in: src/types/streaming.ts:44

One estimated frequency for a single query key.

Properties

estimatedCount

estimatedCount: number

Defined in: src/types/streaming.ts:46

Estimated frequency (Count-Min over-estimate; never below the true count).


key

key: string

Defined in: src/types/streaming.ts:48

The query key string.