RunSetWrapper wraps the ICE-generated cvac.RunSet with Java utility functions.
- Author
- matz
cvacutil.RunSetWrapper.RunSetWrapper |
( |
cvac.RunSet |
runset, |
|
|
String |
mediaRootPath |
|
) |
| |
|
inline |
Wraps a CVAC RunSet in Java utility functions; mainly an iterator.
int cvacutil.RunSetWrapper.getSampleCount |
( |
| ) |
|
|
inline |
count all samples (Labelables) in this list of lists. Note that this might be an expensive operation.
- Returns
Iterator<Labelable> cvacutil.RunSetWrapper.iterator |
( |
| ) |
|
|
inline |
iterate only over samples with the "constraint" purpose
- Parameters
-
constraint | for example, only positive samples |
- Returns
String cvacutil.RunSetWrapper.toString |
( |
| ) |
|
|
inline |
String cvacutil.RunSetWrapper.mediaRootPath = null |
|
private |
The documentation for this class was generated from the following file: