Uses of Class
de.lmu.ifi.dbs.elki.data.type.VectorTypeInformation

Packages that use VectorTypeInformation
de.lmu.ifi.dbs.elki.data.type Data type information, also used for type restrictions. 
de.lmu.ifi.dbs.elki.distance.distancefunction.subspace Distance functions based on subspaces. 
 

Uses of VectorTypeInformation in de.lmu.ifi.dbs.elki.data.type
 

Subclasses of VectorTypeInformation in de.lmu.ifi.dbs.elki.data.type
 class VectorFieldTypeInformation<V extends FeatureVector<?,?>>
          Type information to specify that a type has a fixed dimensionality.
 

Methods in de.lmu.ifi.dbs.elki.data.type that return VectorTypeInformation
static
<T extends FeatureVector<?,?>>
VectorTypeInformation<T>
VectorTypeInformation.get(Class<T> cls)
          Pseudo constructor that is often convenient to use when T is not completely known.
static
<T extends FeatureVector<?,?>>
VectorTypeInformation<T>
VectorTypeInformation.get(Class<T> cls, int mindim, int maxdim)
          Pseudo constructor that is often convenient to use when T is not completely known.
 

Uses of VectorTypeInformation in de.lmu.ifi.dbs.elki.distance.distancefunction.subspace
 

Methods in de.lmu.ifi.dbs.elki.distance.distancefunction.subspace that return VectorTypeInformation
 VectorTypeInformation<? super NumberVector<?,?>> DimensionSelectingDistanceFunction.getInputTypeRestriction()
           
 


Release 0.4.0 (2011-09-20_1324)