This project has retired. For details please refer to its
Attic page.
Sample (Apache Crunch 0.3.0-incubating API)
org.apache.crunch.lib
Class Sample
java.lang.Object
org.apache.crunch.lib.Sample
public class Sample
- extends Object
Sample
public Sample()
sample
public static <S> PCollection<S> sample(PCollection<S> input,
double probability)
sample
public static <S> PCollection<S> sample(PCollection<S> input,
long seed,
double probability)
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.