Package | Description |
---|---|
org.openimaj.data.dataset.cache | |
org.openimaj.ml.annotation |
Modifier and Type | Class and Description |
---|---|
class |
InMemoryGroupedListCache<KEY,OBJECT>
In-memory implementation of a
GroupedListCache |
Constructor and Description |
---|
FeatureCachingIncrementalBatchAnnotator(FeatureExtractor<FEATURE,OBJECT> extractor,
BatchAnnotator<FEATURE,ANNOTATION> batchAnnotator,
GroupedListCache<ANNOTATION,FEATURE> cache)
Construct with the given feature extractor and batch annotator, and use
an in-memory cache.
|
InstanceCachingIncrementalBatchAnnotator(BatchAnnotator<OBJECT,ANNOTATION> batchAnnotator,
GroupedListCache<ANNOTATION,OBJECT> cache)
Construct with the given batch annotator and cache implementation.
|