Uses of Class
org.apache.mahout.math.stats.LogLikelihood.ScoredItem

Packages that use LogLikelihood.ScoredItem
org.apache.mahout.math.stats   
 

Uses of LogLikelihood.ScoredItem in org.apache.mahout.math.stats
 

Methods in org.apache.mahout.math.stats that return types with arguments of type LogLikelihood.ScoredItem
static
<T> List<LogLikelihood.ScoredItem<T>>
LogLikelihood.compareFrequencies(com.google.common.collect.Multiset<T> a, com.google.common.collect.Multiset<T> b, int maxReturn, double threshold)
          Compares two sets of counts to see which items are interestingly over-represented in the first set.
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.