|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
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(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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||