|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
Sample.create()
|
|
static
|
Sample.create(Sample<T> other)
|
|
static
|
Sample.create(Set<T> positives,
Set<T> negatives)
|
|
static
|
Sample.createCopy(Collection<T> positives,
Collection<T> negatives)
|
|
static
|
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
|
Sample.create(Sample<T> other)
|
|
static
|
SampleStats.create(Sample<T> all,
Set<T> examples)
|
|
static
|
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
|
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
|
Sample.createCopy(Sample<T> other)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||