Package org.apache.datasketches.cpc
Class StreamingValidation
- java.lang.Object
-
- org.apache.datasketches.cpc.StreamingValidation
-
public class StreamingValidation extends Object
This code is used both by unit tests, for short running tests, and by the characterization repository for longer running, more exhaustive testing. To be accessible for both, this code is part of the main hierarchy. It is not used during normal production runtime.- Author:
- Lee Rhodes, Kevin Lang
-
-
Constructor Summary
Constructors Constructor Description StreamingValidation(int lgMinK, int lgMaxK, int trials, int ppoN, PrintStream pS, PrintWriter pW)
-
-
-
Constructor Detail
-
StreamingValidation
public StreamingValidation(int lgMinK, int lgMaxK, int trials, int ppoN, PrintStream pS, PrintWriter pW)
- Parameters:
lgMinK
- lgMinKlgMaxK
- lgMaxKtrials
- trialsppoN
- ppoNpS
- pSpW
- pW
-
-