Uses of Class
org.apache.datasketches.count.CountMinSketch
Packages that use CountMinSketch
Package
Description
This package in intended for implementations of the the Count Sketch and the Count-min Sketch both of which can be used to estimate
frequency-moments of a stream of distinct elements.
-
Uses of CountMinSketch in org.apache.datasketches.count
Methods in org.apache.datasketches.count that return CountMinSketchModifier and TypeMethodDescriptionstatic CountMinSketchCountMinSketch.deserialize(byte[] b, long seed) Deserializes a CountMinSketch from the provided byte array.Methods in org.apache.datasketches.count with parameters of type CountMinSketchModifier and TypeMethodDescriptionvoidCountMinSketch.merge(CountMinSketch other) Merges another CountMinSketch into this one.