All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yahoo.sketches.sampling.package-info Maven / Gradle / Ivy

There is a newer version: 0.13.4
Show 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 and can be serialized and deserialized to/from a compact * form.

*/ package com.yahoo.sketches.sampling;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy