Package org.apache.datasketches.cpc
Class CompressionCharacterization
java.lang.Object
org.apache.datasketches.cpc.CompressionCharacterization
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
ConstructorDescriptionCompressionCharacterization
(int lgMinK, int lgMaxK, int lgMinT, int lgMaxT, int lgMulK, int uPPO, int incLgK, PrintStream pS, PrintWriter pW) Only used in test. -
Method Summary
-
Constructor Details
-
CompressionCharacterization
public CompressionCharacterization(int lgMinK, int lgMaxK, int lgMinT, int lgMaxT, int lgMulK, int uPPO, int incLgK, PrintStream pS, PrintWriter pW) Only used in test.- Parameters:
lgMinK
- min lgKlgMaxK
- max lgKlgMinT
- min lgTrialslgMaxT
- max lgTrialslgMulK
- lg multipleuPPO
- unique axis Points Per OctaveincLgK
- increment lgKpS
- PrintStreampW
- PrintWriter
-
-
Method Details
-
start
public void start()Only used in test
-