Uses of Class
org.aksw.commons.collections.SampleStats

Packages that use SampleStats
org.aksw.commons.collections   
 

Uses of SampleStats in org.aksw.commons.collections
 

Methods in org.aksw.commons.collections that return SampleStats
static
<T> SampleStats
SampleStats.create(Sample<T> all, Set<T> examples)
           
static
<T> SampleStats
SampleStats.create(Sample<T> pool, Set<T> examples, Sample<T> all)
          Statistics for the pool All positives that are not in the pool are removed from the examples
static
<T> SampleStats
SampleStats.create(Set<T> allPositives, Set<T> allNegatives, Set<T> examples)
           
 

Methods in org.aksw.commons.collections with parameters of type SampleStats
static String SampleStats.formatHumanReadable(SampleStats<?> stats)
           
 



Copyright © 2012. All Rights Reserved.