Package edu.stanford.nlp.stats

Interface Summary
EquivalenceClasser<T> A strategy-type interface for specifying a function from Objects to their equivalence classes.
EquivalenceClassEval.EqualityChecker<T> A strategy-type interface for specifying an equality criterion for pairs of Objects.
EquivalenceClassEval.Factory  
GenericCounter<E> Interface to a generic (type-independent) Counter.
Sampler<T> An interace for drawing samples from the label space of an object.
 

Class Summary
Counter<E> A specialized kind of hash table (or map) for storing numeric counts for objects.
Counters Static methods for operating on Counters.
Distribution<E> Immutable class for representing normalized, smoothed discrete distributions from Counters.
EquivalenceClassEval A class for calculating precision and recall statistics based on comparisons between two Collections.
GeneralizedCounter A class for keeping double counts of Lists of a prespecified length.
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.
 



Stanford NLP Group