| 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
 
 The general use-case for any parser is to create objects out of an
  
InputStream (e.g. by reading a data file). | 
| Modifier and Type | Method and Description | 
|---|---|
BundleStreamSource.Event | 
BundleStreamSource.nextEvent()
Get the next event 
 | 
BundleStreamSource.Event | 
StreamFromBundle.nextEvent()  | 
BundleStreamSource.Event | 
BundleReader.nextEvent()  | 
static BundleStreamSource.Event | 
BundleStreamSource.Event.valueOf(java.lang.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 | 
DropNaNFilter.nextEvent()  | 
BundleStreamSource.Event | 
NoMissingValuesFilter.nextEvent()  | 
BundleStreamSource.Event | 
VectorDimensionalityFilter.nextEvent()  | 
BundleStreamSource.Event | 
ReplaceNaNWithRandomFilter.nextEvent()  | 
| Modifier and Type | Method and Description | 
|---|---|
BundleStreamSource.Event | 
ByLabelFilter.nextEvent()  | 
BundleStreamSource.Event | 
FirstNStreamFilter.nextEvent()  | 
BundleStreamSource.Event | 
RandomSamplingStreamFilter.nextEvent()  | 
| Modifier and Type | Method and Description | 
|---|---|
BundleStreamSource.Event | 
ClassLabelFromPatternFilter.nextEvent()  | 
| Modifier and Type | Field and Description | 
|---|---|
(package private) BundleStreamSource.Event | 
ClusteringVectorParser.nextevent
Event to report next. 
 | 
(package private) BundleStreamSource.Event | 
NumberVectorLabelParser.nextevent
Event to report next. 
 | 
(package private) BundleStreamSource.Event | 
SimpleTransactionParser.nextevent
Event to report next. 
 | 
(package private) BundleStreamSource.Event | 
SimplePolygonParser.nextevent
Event to report next. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BundleStreamSource.Event | 
ClusteringVectorParser.nextEvent()  | 
BundleStreamSource.Event | 
NumberVectorLabelParser.nextEvent()  | 
BundleStreamSource.Event | 
SimpleTransactionParser.nextEvent()  | 
BundleStreamSource.Event | 
SimplePolygonParser.nextEvent()  | 
BundleStreamSource.Event | 
CategorialDataAsNumberVectorParser.nextEvent()  | 
Copyright © 2019 ELKI Development Team. License information.