Uses of Class
org.apache.datasketches.fdt.Group
Packages that use Group
-
Uses of Group in org.apache.datasketches.fdt
Methods in org.apache.datasketches.fdt that return GroupModifier and TypeMethodDescriptionGroup.init
(String priKey, int count, double estimate, double ub, double lb, double fraction, double rse) Specifies the parameters to be listed as columnsMethods in org.apache.datasketches.fdt that return types with arguments of type GroupModifier and TypeMethodDescriptionPostProcessor.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.Methods in org.apache.datasketches.fdt with parameters of type GroupModifier and TypeMethodDescriptionint
FdtSketch.getPostProcessor
(Group group, char sep) Returns the PostProcessor that enables multiple queries against the sketch results.Constructors in org.apache.datasketches.fdt with parameters of type GroupModifierConstructorDescriptionPostProcessor
(FdtSketch sketch, Group group, char sep) Construct with a populated FdtSketch