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.EventBundleReader. nextEvent()BundleStreamSource.EventBundleStreamSource. nextEvent()Get the next eventBundleStreamSource.EventStreamFromBundle. nextEvent()static BundleStreamSource.EventBundleStreamSource.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.EventAbstractStreamConversionFilter. nextEvent()BundleStreamSource.EventNoOpFilter. 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.EventDropNaNFilter. nextEvent()BundleStreamSource.EventNoMissingValuesFilter. nextEvent()BundleStreamSource.EventReplaceNaNWithRandomFilter. nextEvent()BundleStreamSource.EventVectorDimensionalityFilter. 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.EventByLabelFilter. nextEvent()BundleStreamSource.EventFirstNStreamFilter. nextEvent()BundleStreamSource.EventRandomSamplingStreamFilter. 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.EventClassLabelFromPatternFilter. 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.EventClusteringVectorParser. nexteventEvent to report next.(package private) BundleStreamSource.EventNumberVectorLabelParser. nexteventEvent to report next.(package private) BundleStreamSource.EventSimplePolygonParser. nexteventEvent to report next.(package private) BundleStreamSource.EventSimpleTransactionParser. nexteventEvent to report next.Methods in elki.datasource.parser that return BundleStreamSource.Event Modifier and Type Method Description BundleStreamSource.EventCategorialDataAsNumberVectorParser. nextEvent()BundleStreamSource.EventClusteringVectorParser. nextEvent()BundleStreamSource.EventNumberVectorLabelParser. nextEvent()BundleStreamSource.EventSimplePolygonParser. nextEvent()BundleStreamSource.EventSimpleTransactionParser. nextEvent()
-