Java edu.stanford.nlp.stats Distribution fields, constructors, methods, implement or subclass

Example usage for Java edu.stanford.nlp.stats Distribution fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for edu.stanford.nlp.stats Distribution.

The text is from its open source code.

Method

doublegetCount(E key)
Returns the current count for the given key, which is 0 if it hasn't been seen before.
DistributiongetDistribution(Counter counter)
Creates a Distribution from the given counter.
SetkeySet()