Package | Description |
---|---|
org.apache.datasketches.fdt |
Modifier and Type | Method and Description |
---|---|
Group |
Group.init(String priKey,
int count,
double estimate,
double ub,
double lb,
double fraction,
double rse)
Specifies the parameters to be listed as columns
|
Modifier and Type | Method and Description |
---|---|
List<Group> |
PostProcessor.getGroupList(int[] priKeyIndices,
int numStdDev,
int limit)
Return the most frequent Groups associated with Primary Keys based on the size of the groups.
|
List<Group> |
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.
|
Modifier and Type | Method and Description |
---|---|
int |
Group.compareTo(Group that)
Note: this class has a natural ordering that is inconsistent with equals.
|
PostProcessor |
FdtSketch.getPostProcessor(Group group,
char sep)
Returns the PostProcessor that enables multiple queries against the sketch results.
|
Constructor and Description |
---|
PostProcessor(FdtSketch sketch,
Group group,
char sep)
Construct with a populated FdtSketch
|
Copyright © 2015–2021 The Apache Software Foundation. All rights reserved.