com.yahoo.sketches.sampling.package-info Maven / Gradle / Ivy
/*
* 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 and can be serialized and deserialized to/from a compact
* form.
*/
package com.yahoo.sketches.sampling;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy