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 | Field and Description |
---|---|
private BundleMeta |
SingleObjectBundle.meta
Store the meta data.
|
private BundleMeta |
MultipleObjectsBundle.meta
Storing the meta data.
|
(package private) BundleMeta |
BundleReader.meta
Bundle metadata.
|
Modifier and Type | Method and Description |
---|---|
BundleMeta |
StreamFromBundle.getMeta() |
BundleMeta |
BundleStreamSource.getMeta()
Get the current meta data.
|
BundleMeta |
BundleReader.getMeta() |
BundleMeta |
SingleObjectBundle.meta() |
BundleMeta |
ObjectBundle.meta()
Access the meta data.
|
BundleMeta |
MultipleObjectsBundle.meta() |
Constructor and Description |
---|
SingleObjectBundle(BundleMeta meta,
DBID id,
List<Object> contents)
Constructor.
|
SingleObjectBundle(BundleMeta meta,
List<Object> contents)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
(package private) BundleMeta |
FixedDBIDsFilter.meta
The filtered meta
|
(package private) BundleMeta |
AbstractStreamConversionFilter.meta
The filtered meta.
|
Modifier and Type | Method and Description |
---|---|
BundleMeta |
NoOpFilter.getMeta() |
BundleMeta |
AbstractStreamConversionFilter.getMeta() |
Modifier and Type | Method and Description |
---|---|
static int |
FilterUtil.findLabelColumn(BundleMeta meta)
Find the first "label-like" column (matching
TypeUtil.GUESSED_LABEL
) in a type information. |
Modifier and Type | Field and Description |
---|---|
(package private) BundleMeta |
VectorDimensionalityFilter.meta
The filtered meta.
|
Modifier and Type | Method and Description |
---|---|
BundleMeta |
VectorDimensionalityFilter.getMeta() |
BundleMeta |
ReplaceNaNWithRandomFilter.getMeta() |
BundleMeta |
NoMissingValuesFilter.getMeta() |
BundleMeta |
DropNaNFilter.getMeta() |
Modifier and Type | Method and Description |
---|---|
private void |
ReplaceNaNWithRandomFilter.updateMeta(BundleMeta meta)
Process an updated meta record.
|
private void |
DropNaNFilter.updateMeta(BundleMeta meta)
Process an updated meta record.
|
Modifier and Type | Method and Description |
---|---|
BundleMeta |
RandomSamplingStreamFilter.getMeta() |
BundleMeta |
ByLabelFilter.getMeta() |
Modifier and Type | Field and Description |
---|---|
(package private) BundleMeta |
ClassLabelFromPatternFilter.meta
Current meta data
|
Modifier and Type | Method and Description |
---|---|
BundleMeta |
ClassLabelFromPatternFilter.getMeta() |
Modifier and Type | Field and Description |
---|---|
protected BundleMeta |
SimpleTransactionParser.meta
Metadata.
|
protected BundleMeta |
SimplePolygonParser.meta
Metadata.
|
protected BundleMeta |
NumberVectorLabelParser.meta
Metadata.
|
protected BundleMeta |
ClusteringVectorParser.meta
Metadata.
|
Modifier and Type | Method and Description |
---|---|
BundleMeta |
SimpleTransactionParser.getMeta() |
BundleMeta |
SimplePolygonParser.getMeta() |
BundleMeta |
NumberVectorLabelParser.getMeta() |
BundleMeta |
ClusteringVectorParser.getMeta() |
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.