|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
GenericCounter<E> | Interface to a generic (type-independent) Counter. |
Class Summary | |
---|---|
Counter<E> | A specialized kind of hash table (or map) for storing numeric counts for objects. |
Counters<E> | Static methods for operating on Counter s. |
IntCounter<E> | A specialized kind of hash table (or map) for storing numeric counts for objects. |
TwoDimensionalCounter<K1,K2> | A class representing a mapping between pairs of typed objects and double values. |
A set of tools for collecting, representing, and inferring with statistics. The two most useful bodies of code are for (1) representing distributions (e.g., Distribution and Counter) and (2) computing the performance of a classifier (e.g., PrecisionRecallStates and PRStatsManager).
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |