IMAGE
- The type of IMAGE in the datasetpublic class UKBenchGroupDataset<IMAGE> extends ReadableGroupDataset<Integer,UKBenchListDataset<IMAGE>,IMAGE,org.apache.commons.vfs2.FileObject> implements Identifiable
GroupedDataset
of UKBenchListDataset
s instances each of an
item in the UKBench experiment.
UKBench can be provided in any form supported by VFS
The UKBench files must be in one flat directory and named "ukbenchXXXXX.jpg"AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
reader
Constructor and Description |
---|
UKBenchGroupDataset(String path,
ObjectReader<IMAGE,org.apache.commons.vfs2.FileObject> reader) |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<Integer,UKBenchListDataset<IMAGE>>> |
entrySet() |
String |
getID() |
String |
toString() |
getGroups, getInstances, getRandomInstance, getRandomInstance, iterator, numInstances
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
equals
forEach, spliterator
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public UKBenchGroupDataset(String path, ObjectReader<IMAGE,org.apache.commons.vfs2.FileObject> reader)
path
- reader
- public String toString()
toString
in class AbstractMap<Integer,UKBenchListDataset<IMAGE>>
public String getID()
getID
in interface Identifiable
public Set<Map.Entry<Integer,UKBenchListDataset<IMAGE>>> entrySet()
entrySet
in interface Map<Integer,UKBenchListDataset<IMAGE>>
entrySet
in class AbstractMap<Integer,UKBenchListDataset<IMAGE>>