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

Packages that use Sample
org.aksw.commons.collections   
 

Uses of Sample in org.aksw.commons.collections
 

Methods in org.aksw.commons.collections that return Sample
static
<T> Sample<T>
Sample.create()
           
static
<T> Sample<T>
Sample.create(Sample<T> other)
           
static
<T> Sample<T>
Sample.create(Set<T> positives, Set<T> negatives)
           
static
<T> Sample<T>
Sample.createCopy(Collection<T> positives, Collection<T> negatives)
           
static
<T> Sample<T>
Sample.createCopy(Sample<T> other)
           
 Sample<T> SampleStats.getAll()
           
 Sample<? extends T> SampleStats.getFalse()
           
 Sample<? extends T> SampleStats.getTrue()
           
 

Methods in org.aksw.commons.collections with parameters of type Sample
 void Sample.addAll(Sample<T> other)
           
static
<T> Sample<T>
Sample.create(Sample<T> other)
           
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(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> Sample<T>
Sample.createCopy(Sample<T> other)
           
 



Copyright © 2012. All Rights Reserved.