Class Summary |
AbstractCounter<E> |
Default implementations of all the convenience methods provided by
Counter . |
AccuracyStats<L> |
Utility class for aggregating counts of true positives, false positives, and
false negatives and computing precision/recall/F1 stats. |
ClassicCounter<E> |
A specialized kind of hash table (or map) for storing numeric counts for
objects. |
Counters |
Static methods for operating on Counter s. |
Distribution<E> |
Immutable class for representing normalized, smoothed discrete distributions
from Counters . |
IntCounter<E> |
A specialized kind of hash table (or map) for storing numeric counts for
objects. |
MultiClassAccuracyStats<L> |
|
SimpleGoodTuring |
Simple Good-Turing smoothing, based on code from Sampson, available at:
ftp://ftp.informatics.susx.ac.uk/pub/users/grs2/SGT.c
See also http://www.grsampson.net/RGoodTur.html |
TwoDimensionalCounter<K1,K2> |
A class representing a mapping between pairs of typed objects and double
values. |