
com.yahoo.sketches.pig.sampling.package-info Maven / Gradle / Ivy
The newest version!
/*
* Copyright 2016, Yahoo! Inc.
* Licensed under the terms of the Apache License 2.0. See LICENSE file at the project root
* for terms.
*/
/**
* This package is dedicated to streaming algorithms that enable fixed size, uniform sampling of
* unweighted items from a stream.
*
* These sketches are mergeable, but do not serialize to a compact form.
*
* @author Jon Malkin
*/
package com.yahoo.sketches.pig.sampling;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy