| Package | Description |
|---|---|
| org.aksw.commons.collections |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
static String |
SampleStats.formatHumanReadable(SampleStats<?> stats) |
Copyright © 2015. All rights reserved.