Package org.apache.datasketches.cpc
Class MergingValidation
java.lang.Object
org.apache.datasketches.cpc.MergingValidation
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
ConstructorDescriptionMergingValidation
(int lgMinK, int lgMaxK, int lgMulK, int uPPO, int incLgK, PrintStream pS, PrintWriter pW) -
Method Summary
-
Constructor Details
-
MergingValidation
public MergingValidation(int lgMinK, int lgMaxK, int lgMulK, int uPPO, int incLgK, PrintStream pS, PrintWriter pW) - Parameters:
lgMinK
- lgMinKlgMaxK
- lgMaxKlgMulK
- lgMulKuPPO
- uPPOincLgK
- incLgKpS
- pSpW
- pW
-
-
Method Details
-
start
public void start()
-