Package | Description |
---|---|
de.lmu.ifi.dbs.elki.datasource.bundle |
Object bundles - exchange container for multi-represented objects.
|
de.lmu.ifi.dbs.elki.datasource.filter |
Data filtering, in particular for normalization and projection.
|
de.lmu.ifi.dbs.elki.datasource.parser |
Parsers for different file formats and data types.
|
Modifier and Type | Method and Description |
---|---|
BundleStreamSource.Event |
BundleReader.nextEvent() |
BundleStreamSource.Event |
BundleStreamSource.nextEvent()
Get the next event
|
BundleStreamSource.Event |
StreamFromBundle.nextEvent() |
static BundleStreamSource.Event |
BundleStreamSource.Event.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BundleStreamSource.Event[] |
BundleStreamSource.Event.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BundleStreamSource.Event |
ByLabelFilter.nextEvent() |
BundleStreamSource.Event |
NoMissingValuesFilter.nextEvent() |
BundleStreamSource.Event |
NoOpFilter.nextEvent() |
BundleStreamSource.Event |
RandomSamplingStreamFilter.nextEvent() |
BundleStreamSource.Event |
AbstractStreamConversionFilter.nextEvent() |
BundleStreamSource.Event |
FixedDBIDsFilter.nextEvent() |
Modifier and Type | Field and Description |
---|---|
(package private) BundleStreamSource.Event |
NumberVectorLabelParser.nextevent
Event to report next.
|
Modifier and Type | Method and Description |
---|---|
BundleStreamSource.Event |
NumberVectorLabelParser.nextEvent() |