Uses of Class
elki.datasource.bundle.BundleStreamSource.Event
-
Packages that use BundleStreamSource.Event Package Description elki.datasource.bundle Object bundles - exchange container for multi-represented objects.elki.datasource.filter Data filtering, in particular for normalization and projection.elki.datasource.filter.cleaning Filters for data cleaning.elki.datasource.filter.selection Filters for selecting and sorting data to process.elki.datasource.filter.typeconversions Filters to perform data type conversions.elki.datasource.parser Parsers for different file formats and data types. -
-
Uses of BundleStreamSource.Event in elki.datasource.bundle
Methods in elki.datasource.bundle that return BundleStreamSource.Event Modifier and Type Method Description BundleStreamSource.Event
BundleReader. nextEvent()
BundleStreamSource.Event
BundleStreamSource. nextEvent()
Get the next eventBundleStreamSource.Event
StreamFromBundle. 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. -
Uses of BundleStreamSource.Event in elki.datasource.filter
Methods in elki.datasource.filter that return BundleStreamSource.Event Modifier and Type Method Description BundleStreamSource.Event
AbstractStreamConversionFilter. nextEvent()
BundleStreamSource.Event
NoOpFilter. nextEvent()
-
Uses of BundleStreamSource.Event in elki.datasource.filter.cleaning
Methods in elki.datasource.filter.cleaning that return BundleStreamSource.Event Modifier and Type Method Description BundleStreamSource.Event
DropNaNFilter. nextEvent()
BundleStreamSource.Event
NoMissingValuesFilter. nextEvent()
BundleStreamSource.Event
ReplaceNaNWithRandomFilter. nextEvent()
BundleStreamSource.Event
VectorDimensionalityFilter. nextEvent()
-
Uses of BundleStreamSource.Event in elki.datasource.filter.selection
Methods in elki.datasource.filter.selection that return BundleStreamSource.Event Modifier and Type Method Description BundleStreamSource.Event
ByLabelFilter. nextEvent()
BundleStreamSource.Event
FirstNStreamFilter. nextEvent()
BundleStreamSource.Event
RandomSamplingStreamFilter. nextEvent()
-
Uses of BundleStreamSource.Event in elki.datasource.filter.typeconversions
Methods in elki.datasource.filter.typeconversions that return BundleStreamSource.Event Modifier and Type Method Description BundleStreamSource.Event
ClassLabelFromPatternFilter. nextEvent()
-
Uses of BundleStreamSource.Event in elki.datasource.parser
Fields in elki.datasource.parser declared as BundleStreamSource.Event Modifier and Type Field 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
SimplePolygonParser. nextevent
Event to report next.(package private) BundleStreamSource.Event
SimpleTransactionParser. nextevent
Event to report next.Methods in elki.datasource.parser that return BundleStreamSource.Event Modifier and Type Method Description BundleStreamSource.Event
CategorialDataAsNumberVectorParser. nextEvent()
BundleStreamSource.Event
ClusteringVectorParser. nextEvent()
BundleStreamSource.Event
NumberVectorLabelParser. nextEvent()
BundleStreamSource.Event
SimplePolygonParser. nextEvent()
BundleStreamSource.Event
SimpleTransactionParser. nextEvent()
-