Uses of Class
org.aksw.commons.collections.Sample
Packages that use Sample
-
Uses of Sample in org.aksw.commons.collections
Methods in org.aksw.commons.collections that return SampleModifier and TypeMethodDescriptionstatic <T> Sample<T>Sample.create()static <T> Sample<T>static <T> Sample<T>static <T> Sample<T>Sample.createCopy(Collection<T> positives, Collection<T> negatives) static <T> Sample<T>Sample.createCopy(Sample<T> other) SampleStats.getAll()SampleStats.getFalse()SampleStats.getTrue()Methods in org.aksw.commons.collections with parameters of type SampleModifier and TypeMethodDescriptionvoidstatic <T> Sample<T>static <T> SampleStatsstatic <T> SampleStatsStatistics for the pool All positives that are not in the pool are removed from the examplesstatic <T> Sample<T>Sample.createCopy(Sample<T> other)