| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static ReservoirLongsUnion |
ReservoirLongsUnion.getInstance(int maxK)
Creates an empty Union with a maximum reservoir capacity of size k, subject to the precision of
ReservoirSize
|
static ReservoirLongsUnion |
ReservoirLongsUnion.getInstance(Memory srcMem)
Instantiates a Union from Memory
|
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.