Package elki.data.type
Data type information, also used for type restrictions.
-
Interface Summary Interface Description FieldTypeInformation Types with a fixed dimensionality (e.g., vector fields, but also e.g., polygon types).TypeInformation Class wrapping a particular data type. -
Class Summary 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 variable dimensionality. -
Exception Summary Exception Description NoSupportedDataTypeException Exception thrown when no supported data type was found.