Package org.apache.datasketches.sampling
Class SampleSubsetSummary
java.lang.Object
org.apache.datasketches.sampling.SampleSubsetSummary
A simple object o capture the results of a subset sum query on a sampling sketch.
- Author:
- Jon Malkin
-
Method Summary
Modifier and TypeMethodDescriptiondouble
double
double
double
-
Method Details
-
getLowerBound
public double getLowerBound()- Returns:
- the Lower Bound
-
getTotalSketchWeight
public double getTotalSketchWeight()- Returns:
- the total sketch weight
-
getUpperBound
public double getUpperBound()- Returns:
- the Upper Bound
-
getEstimate
public double getEstimate()- Returns:
- the unique count estimate
-