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.filter.cleaning |
Filters for data cleaning.
|
de.lmu.ifi.dbs.elki.datasource.filter.selection |
Filters for selecting and sorting data to process.
|
de.lmu.ifi.dbs.elki.datasource.filter.typeconversions |
Filters to perform data type conversions.
|
de.lmu.ifi.dbs.elki.datasource.parser |
Parsers for different file formats and data types.
|
Modifier and Type | Method and Description |
---|---|
BundleStreamSource.Event |
StreamFromBundle.nextEvent() |
BundleStreamSource.Event |
BundleStreamSource.nextEvent()
Get the next event
|
BundleStreamSource.Event |
BundleReader.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 |
NoOpFilter.nextEvent() |
BundleStreamSource.Event |
AbstractStreamConversionFilter.nextEvent() |
Modifier and Type | Method and Description |
---|---|
BundleStreamSource.Event |
VectorDimensionalityFilter.nextEvent() |
BundleStreamSource.Event |
ReplaceNaNWithRandomFilter.nextEvent() |
BundleStreamSource.Event |
NoMissingValuesFilter.nextEvent() |
BundleStreamSource.Event |
DropNaNFilter.nextEvent() |
Modifier and Type | Method and Description |
---|---|
BundleStreamSource.Event |
RandomSamplingStreamFilter.nextEvent() |
BundleStreamSource.Event |
ByLabelFilter.nextEvent() |
Modifier and Type | Method and Description |
---|---|
BundleStreamSource.Event |
ClassLabelFromPatternFilter.nextEvent() |
Modifier and Type | Field and Description |
---|---|
(package private) BundleStreamSource.Event |
SimpleTransactionParser.nextevent
Event to report next.
|
(package private) BundleStreamSource.Event |
SimplePolygonParser.nextevent
Event to report next.
|
(package private) BundleStreamSource.Event |
NumberVectorLabelParser.nextevent
Event to report next.
|
(package private) BundleStreamSource.Event |
ClusteringVectorParser.nextevent
Event to report next.
|
Modifier and Type | Method and Description |
---|---|
BundleStreamSource.Event |
SimpleTransactionParser.nextEvent() |
BundleStreamSource.Event |
SimplePolygonParser.nextEvent() |
BundleStreamSource.Event |
NumberVectorLabelParser.nextEvent() |
BundleStreamSource.Event |
ClusteringVectorParser.nextEvent() |
BundleStreamSource.Event |
CategorialDataAsNumberVectorParser.nextEvent() |
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.