| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.data | 
 Basic classes for different data types, database object types and label types 
 | 
| de.lmu.ifi.dbs.elki.data.projection | 
 Data projections 
 | 
| de.lmu.ifi.dbs.elki.data.type | 
 Data type information, also used for type restrictions 
 | 
| de.lmu.ifi.dbs.elki.data.uncertain | 
 Uncertain data objects. 
 | 
| de.lmu.ifi.dbs.elki.data.uncertain.uncertainifier | 
 Classes to generate uncertain objects from existing certain data. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
NumberVector.Factory<V extends NumberVector>
Factory API for this feature vector. 
 | 
static interface  | 
SparseNumberVector.Factory<V extends SparseNumberVector>
Factory for sparse number vectors: make from a dim-value map. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
BitVector.Factory
Factory for bit vectors. 
 | 
static class  | 
ByteVector.Factory
Factory for Byte vectors. 
 | 
static class  | 
DoubleVector.Factory
Factory for Double vectors. 
 | 
static class  | 
FloatVector.Factory
Factory for float vectors. 
 | 
static class  | 
IntegerVector.Factory
Factory for integer vectors. 
 | 
static class  | 
OneDimensionalDoubleVector.Factory
Factory class. 
 | 
static class  | 
ShortVector.Factory
Factory for Short vectors. 
 | 
static class  | 
SparseByteVector.Factory
Factory class. 
 | 
static class  | 
SparseDoubleVector.Factory
Factory class. 
 | 
static class  | 
SparseFloatVector.Factory
Factory class. 
 | 
static class  | 
SparseIntegerVector.Factory
Factory class. 
 | 
static class  | 
SparseShortVector.Factory
Factory class. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private FeatureVector.Factory<V,F> | 
FeatureSelection.factory
Object factory. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private static <V extends FeatureVector<F>,F> | 
FeatureSelection.getAdapter(FeatureVector.Factory<V,F> factory)
Choose the best adapter for this. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private FeatureVector.Factory<V,?> | 
VectorTypeInformation.factory
Object factory for producing new instances. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FeatureVector.Factory<V,?> | 
VectorTypeInformation.getFactory()
Get the object type factory. 
 | 
| Constructor and Description | 
|---|
MultivariateSeriesTypeInformation(FeatureVector.Factory<V,?> factory,
                                 ByteBufferSerializer<? super V> serializer,
                                 int mindim,
                                 int maxdim,
                                 int multiplicity)
Constructor for an actual type. 
 | 
VectorFieldTypeInformation(FeatureVector.Factory<V,?> factory,
                          int dim)
Constructor with given dimensionality and factory, so usually an instance. 
 | 
VectorFieldTypeInformation(FeatureVector.Factory<V,?> factory,
                          int dim,
                          ByteBufferSerializer<? super V> serializer)
Constructor with given dimensionality and factory, so usually an instance. 
 | 
VectorFieldTypeInformation(FeatureVector.Factory<V,?> factory,
                          int mindim,
                          int maxdim,
                          ByteBufferSerializer<? super V> serializer)
Constructor with given dimensionality and factory, so usually an instance. 
 | 
VectorFieldTypeInformation(FeatureVector.Factory<V,?> factory,
                          int dim,
                          java.lang.String[] labels)
Constructor with given dimensionality and factory, so usually an instance. 
 | 
VectorFieldTypeInformation(FeatureVector.Factory<V,?> factory,
                          int dim,
                          java.lang.String[] labels,
                          ByteBufferSerializer<? super V> serializer)
Constructor with given dimensionality and factory, so usually an instance. 
 | 
VectorTypeInformation(FeatureVector.Factory<V,?> factory,
                     ByteBufferSerializer<? super V> serializer,
                     int mindim,
                     int maxdim)
Constructor for an actual type. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
private static class  | 
SimpleGaussianContinuousUncertainObject.Factory
Factory class for this data type. 
 | 
private static class  | 
UniformContinuousUncertainObject.Factory
Factory class for this data type. 
 | 
private static class  | 
UnweightedDiscreteUncertainObject.Factory
Factory class for this data type. 
 | 
private static class  | 
WeightedDiscreteUncertainObject.Factory
Factory class for this data type. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static FeatureVector.Factory<UnweightedDiscreteUncertainObject,?> | 
UnweightedDiscreteUncertainObject.FACTORY
Vector factory. 
 | 
static FeatureVector.Factory<WeightedDiscreteUncertainObject,?> | 
WeightedDiscreteUncertainObject.FACTORY
Vector factory. 
 | 
static FeatureVector.Factory<SimpleGaussianContinuousUncertainObject,?> | 
SimpleGaussianContinuousUncertainObject.FACTORY
Vector factory. 
 | 
static FeatureVector.Factory<UniformContinuousUncertainObject,?> | 
UniformContinuousUncertainObject.FACTORY
Vector factory. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FeatureVector.Factory<UO,?> | 
Uncertainifier.getFactory()
Get the vector factory used for type information and serialization (if
 supported). 
 | 
FeatureVector.Factory<WeightedDiscreteUncertainObject,?> | 
WeightedDiscreteUncertainifier.getFactory()  | 
FeatureVector.Factory<UnweightedDiscreteUncertainObject,?> | 
UnweightedDiscreteUncertainifier.getFactory()  | 
FeatureVector.Factory<UniformContinuousUncertainObject,?> | 
UniformUncertainifier.getFactory()  | 
FeatureVector.Factory<SimpleGaussianContinuousUncertainObject,?> | 
SimpleGaussianUncertainifier.getFactory()  | 
Copyright © 2019 ELKI Development Team. License information.