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 | Field and Description |
---|---|
private BundleMeta |
MultipleObjectsBundle.meta
Storing the meta data.
|
(package private) BundleMeta |
BundleReader.meta
Bundle metadata.
|
private BundleMeta |
SingleObjectBundle.meta
Store the meta data.
|
Modifier and Type | Method and Description |
---|---|
BundleMeta |
BundleStreamSource.getMeta()
Get the current meta data.
|
BundleMeta |
StreamFromBundle.getMeta() |
BundleMeta |
BundleReader.getMeta() |
BundleMeta |
MultipleObjectsBundle.meta() |
BundleMeta |
ObjectBundle.meta()
Access the meta data.
|
BundleMeta |
SingleObjectBundle.meta() |
Constructor and Description |
---|
SingleObjectBundle(BundleMeta meta,
DBID id,
java.util.List<java.lang.Object> contents)
Constructor.
|
SingleObjectBundle(BundleMeta meta,
java.util.List<java.lang.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 |
DropNaNFilter.getMeta() |
BundleMeta |
NoMissingValuesFilter.getMeta() |
BundleMeta |
VectorDimensionalityFilter.getMeta() |
BundleMeta |
ReplaceNaNWithRandomFilter.getMeta() |
Modifier and Type | Method and Description |
---|---|
private void |
DropNaNFilter.updateMeta(BundleMeta meta)
Process an updated meta record.
|
private void |
ReplaceNaNWithRandomFilter.updateMeta(BundleMeta meta)
Process an updated meta record.
|
Modifier and Type | Method and Description |
---|---|
BundleMeta |
ByLabelFilter.getMeta() |
BundleMeta |
FirstNStreamFilter.getMeta() |
BundleMeta |
RandomSamplingStreamFilter.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 |
ClusteringVectorParser.meta
Metadata.
|
protected BundleMeta |
NumberVectorLabelParser.meta
Metadata.
|
protected BundleMeta |
SimpleTransactionParser.meta
Metadata.
|
protected BundleMeta |
SimplePolygonParser.meta
Metadata.
|
Modifier and Type | Method and Description |
---|---|
BundleMeta |
ClusteringVectorParser.getMeta() |
BundleMeta |
NumberVectorLabelParser.getMeta() |
BundleMeta |
SimpleTransactionParser.getMeta() |
BundleMeta |
SimplePolygonParser.getMeta() |
Copyright © 2019 ELKI Development Team. License information.