Package com.owenfeehan.pathpatternfinder.describer.frequencymap
Classes for tracking a a frequency-map (a histogram data structure that stores a set of values
and associated counts).
-
Class Summary Class Description DescribeFrequencyMap<T extends Comparable<T>> Describes the contents of a frequency-map with user-friendly strings containing examples.FrequencyMap<T extends Comparable<T>> Constructs a frequency map for a list of values.