Skip to content

Interface: HeavyHitterItem

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Streaming / HeavyHitterItem

Interface: HeavyHitterItem

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

One candidate heavy hitter with its lower-bound count.

Properties

count

count: number

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

Lower-bound count. The true count lies in [count, count + maxUndercount].


item

item: string

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

The item string.