| Package | Description |
|---|---|
| com.yahoo.sketches.sampling |
This package is dedicated to streaming algorithms that enable fixed size, uniform sampling of
unweighted items from a stream.
|
| Class and Description |
|---|
| ReservoirItemsSketch
This sketch provides a reservoir sample over an input stream of items.
|
| ReservoirItemsUnion
Class to union reservoir samples of generic items.
|
| ReservoirLongsSketch
This sketch provides a reservoir sample over an input stream of longs.
|
| ReservoirLongsUnion
Class to union reservoir samples of longs.
|
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.