Download quantile-0.0.3.jar file - Jar q

Jar examples for q:quantile

Description

Implementation of Cormode, Korn, Muthukrishnan, and Srivastava "Effective Computation of Biased Quantiles over Data Streams" in ICDE 2005

You can download jar file quantile 0.0.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add quantile-0.0.3.jar to your project.

<dependency>
   <groupId>com.matttproud.quantile</groupId>
   <artifactId>quantile</artifactId>
   <version>0.0.3</version>
</dependency>
compile group: 'com.matttproud.quantile', name: 'quantile', version: '0.0.3'
libraryDependencies += "com.matttproud.quantile" % "quantile" % "0.0.3"
<dependency org="com.matttproud.quantile" name="quantile" rev="0.0.3"/>
@Grapes(@Grab(group='com.matttproud.quantile', module='quantile', version='0.0.3'))
'com.matttproud.quantile:quantile:jar:0.0.3'

Download

Click the following link to download the jar file.

quantile-0.0.3-javadoc.jar
quantile-0.0.3-sources.jar
quantile-0.0.3.jar
quantile-0.0.3.pom



Related Tutorials