Package | Description |
---|---|
org.openimaj.data.dataset |
Modifier and Type | Method and Description |
---|---|
MapBackedDataset.IdentifiableBuilder<DATASET,INSTANCE> |
MapBackedDataset.IdentifiableBuilder.add(DATASET dataset)
Add the sub-dataset such that it becomes a group in the
MapBackedDataset returned by build() where the key
is the identifier returned by Identifiable.getID() . |
static <DATASET extends Dataset<INSTANCE> & Identifiable,INSTANCE> |
MapBackedDataset.builder()
Returns a new builder.
|