E - the type of objects being modeledpublic interface Model<E>
Model represents a generic interface for
classes that estimate probabilities of objects.double prob(E e)
e - The object whose probability is returned.double log2Prob(E e)
e - The object whose probability is returned.Copyright © 2016 Alias-i, Inc.. All rights reserved.