| Package | Description |
|---|---|
| org.openimaj.data | |
| org.openimaj.feature.local.data |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMultiListDataSource<DATATYPE,ELEMENTTYPE>
An abstract
DataSource backed by multiple lists of data. |
class |
IndexedViewDataSource<DATATYPE>
This
DataSource provides an indexed view of a subset of another
DataSource. |
class |
RandomSampleDataSource<DATATYPE>
This
DataSource provides randomly sampled view over another
DataSource. |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalFeatureListDataSource<T extends LocalFeature<?,? extends ArrayFeatureVector<F>>,F>
A
DataSource for the feature vector of one or more lists of
LocalFeatures that use an ArrayFeatureVector for the feature
vector. |