Frequent Distinct Tuples Sketch
-
Group.init(String priKey,
int count,
double estimate,
double ub,
double lb,
double fraction,
double rse)
Specifies the parameters to be listed as columns
PostProcessor.getGroupList(int[] priKeyIndices,
int numStdDev,
int limit)
Return the most frequent Groups associated with Primary Keys based on the size of the groups.
FdtSketch.getResult(int[] priKeyIndices,
int limit,
int numStdDev,
char sep)
Returns an ordered List of Groups of the most frequent distinct population of subset tuples
represented by the count of entries of each group.
int
Returns the PostProcessor that enables multiple queries against the sketch results.
Construct with a populated FdtSketch