ArrayHistogram1D |
A one-dimensional histogram data class that stores its counters in memory.
|
BaseCoOccurrenceFrequencyMatrix |
This abstract class encapsulates all data of a co-occurrence
frequency matrix except for the frequency values.
|
Histogram3DNode |
Internal data class for the on demand histogram.
|
MemoryCoOccurrenceFrequencyMatrix |
|
MemoryCoOccurrenceMatrix |
This class stores a co-occurrence matrix, a two-dimensional array of int counters.
|
NaiveHistogram3D |
A class for a three-dimensional histogram that allocates one int value
per counter at construction time.
|
OnDemandHistogram3D |
A data class for a three-dimensional histogram, creating counters on demand only,
not allocating counters for all possible entries at the beginning.
|