| Package | Description |
|---|---|
| com.yahoo.sketches.frequencies |
This package is dedicated to streaming algorithms that enable estimation of the
frequency of occurence of items in a weighted multiset stream of items.
|
| Modifier and Type | Method and Description |
|---|---|
static LongsSketch |
LongsSketch.getInstance(Memory srcMem)
Returns a sketch instance of this class from the given srcMem,
which must be a Memory representation of this sketch class.
|
static LongsSketch |
LongsSketch.getInstance(String string)
Returns a sketch instance of this class from the given String,
which must be a String representation of this sketch class.
|
LongsSketch |
LongsSketch.merge(LongsSketch other)
This function merges the other sketch into this one.
|
| Modifier and Type | Method and Description |
|---|---|
LongsSketch |
LongsSketch.merge(LongsSketch other)
This function merges the other sketch into this one.
|
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.