See: Description

| Interface | Description |
|---|---|
| FieldTypeInformation |
Types with a fixed dimensionality (e.g. vector fields, but also e.g. polygon
types)
TODO: implement polygon and rectangle types!
|
| TypeInformation |
Class wrapping a particular data type.
|
| Class | Description |
|---|---|
| AlternativeTypeInformation |
Class that combines multiple type restrictions into one using the "or"
operator.
|
| CombinedTypeInformation |
Class that combines multiple type restrictions into one using an "and" operator.
|
| MultivariateSeriesTypeInformation<V extends FeatureVector<?>> |
Type information for multi-variate time series.
|
| SimpleTypeInformation<T> |
Class wrapping a particular data type.
|
| TypeInformationSerializer |
Class to handle the serialization and deserialization of type information.
|
| TypeInformationSerializer.SimpleTypeSerializer |
Serialization class for pure simple types.
|
| TypeInformationSerializer.VectorFieldTypeSerializer |
Serialization class for field vector types.
|
| TypeInformationSerializer.VectorTypeSerializer |
Serialization class for non-field vector types.
|
| TypeUtil |
Utility package containing various common types.
|
| VectorFieldTypeInformation<V extends FeatureVector<?>> |
Type information to specify that a type has a fixed dimensionality.
|
| VectorTypeInformation<V extends FeatureVector<?>> |
Construct a type information for vector spaces with fixed dimensionality.
|
| Exception | Description |
|---|---|
| NoSupportedDataTypeException |
Exception thrown when no supported data type was found.
|
Data type information, also used for type restrictions.
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.