See: Description
| Class | Description |
|---|---|
| ItemsSketch<T> |
This sketch is useful for tracking approximate frequencies of items of type <T>
with optional associated counts (<T> item, long count) that are members of a
multiset of such items.
|
| ItemsSketch.Row<T> |
Row class that defines the return values from a getFrequentItems query.
|
| LongsSketch |
This sketch is useful for tracking approximate frequencies of long items with optional
associated counts (long item, long count) that are members of a multiset of
such items.
|
| LongsSketch.Row |
Row class that defines the return values from a getFrequentItems query.
|
| Enum | Description |
|---|---|
| ErrorType |
Specifies one of two types of error regions of the statistical classification Confusion Matrix
that can be excluded from a returned sample of Frequent Items.
|
These algorithms are sometimes referred to as "TopN" algorithms.
Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.