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

Packages that use SimpleTypeInformation
de.lmu.ifi.dbs.elki.algorithm.outlier Outlier detection algorithms 
de.lmu.ifi.dbs.elki.data.type Data type information, also used for type restrictions. 
de.lmu.ifi.dbs.elki.database ELKI database layer - loading, storing, indexing and accessing data 
de.lmu.ifi.dbs.elki.database.relation Relations, materialized and virtual (views). 
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.distance.distancefunction Distance functions for use within ELKI. 
de.lmu.ifi.dbs.elki.distance.distancefunction.geo Geographic (earth) distance functions. 
de.lmu.ifi.dbs.elki.distance.similarityfunction Similarity functions. 
de.lmu.ifi.dbs.elki.result.optics Result classes for OPTICS. 
 

Uses of SimpleTypeInformation in de.lmu.ifi.dbs.elki.algorithm.outlier
 

Methods in de.lmu.ifi.dbs.elki.algorithm.outlier that return SimpleTypeInformation
 SimpleTypeInformation<Double> SOD.SODProxyScoreResult.getDataTypeInformation()
           
 

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

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

Fields in de.lmu.ifi.dbs.elki.data.type declared as SimpleTypeInformation
static SimpleTypeInformation<Object> TypeUtil.ANY
          Input type for algorithms that accept anything
static SimpleTypeInformation<ClassLabel> TypeUtil.CLASSLABEL
          A class label
static SimpleTypeInformation<DBID> TypeUtil.DBID
          Database IDs
static SimpleTypeInformation<Double> TypeUtil.DOUBLE
          Double type, outlier scores etc.
static SimpleTypeInformation<ExternalID> TypeUtil.EXTERNALID
          External ID type
static SimpleTypeInformation<Integer> TypeUtil.INTEGER
          Integer type.
static SimpleTypeInformation<LabelList> TypeUtil.LABELLIST
          A list of labels.
static SimpleTypeInformation<Matrix> TypeUtil.MATRIX
          Matrix type.
static SimpleTypeInformation<PolygonsObject> TypeUtil.POLYGON_TYPE
          Type for polygons
static SimpleTypeInformation<String> TypeUtil.STRING
          A string
static SimpleTypeInformation<Vector> TypeUtil.VECTOR
          Vector type.
 

Uses of SimpleTypeInformation in de.lmu.ifi.dbs.elki.database
 

Methods in de.lmu.ifi.dbs.elki.database with parameters of type SimpleTypeInformation
private  Relation<?> StaticArrayDatabase.addNewRelation(SimpleTypeInformation<?> meta)
          Add a new representation for the given meta.
private  Relation<?> HashmapDatabase.addNewRelation(SimpleTypeInformation<?> meta)
          Add a new representation for the given meta.
 

Uses of SimpleTypeInformation in de.lmu.ifi.dbs.elki.database.relation
 

Fields in de.lmu.ifi.dbs.elki.database.relation declared as SimpleTypeInformation
private  SimpleTypeInformation<O> MaterializedRelation.type
          The class of objects we store.
 

Methods in de.lmu.ifi.dbs.elki.database.relation that return SimpleTypeInformation
 SimpleTypeInformation<String> ConvertToStringView.getDataTypeInformation()
           
 SimpleTypeInformation<O> ProxyView.getDataTypeInformation()
           
 SimpleTypeInformation<O> MaterializedRelation.getDataTypeInformation()
           
 SimpleTypeInformation<DBID> DBIDView.getDataTypeInformation()
           
 SimpleTypeInformation<O> Relation.getDataTypeInformation()
          Get the data type of this representation
 

Constructors in de.lmu.ifi.dbs.elki.database.relation with parameters of type SimpleTypeInformation
MaterializedRelation(Database database, SimpleTypeInformation<O> type, DBIDs ids)
          Constructor.
MaterializedRelation(Database database, SimpleTypeInformation<O> type, DBIDs ids, String name)
          Constructor.
MaterializedRelation(Database database, SimpleTypeInformation<O> type, DBIDs ids, String name, DataStore<O> content)
          Constructor.
MaterializedRelation(String name, String shortname, SimpleTypeInformation<O> type, DataStore<O> content, DBIDs ids)
          Constructor.
 

Uses of SimpleTypeInformation in de.lmu.ifi.dbs.elki.datasource.bundle
 

Methods in de.lmu.ifi.dbs.elki.datasource.bundle that return SimpleTypeInformation
 SimpleTypeInformation<?> SingleObjectBundle.meta(int i)
           
 SimpleTypeInformation<?> MultipleObjectsBundle.meta(int i)
           
 SimpleTypeInformation<?> ObjectBundle.meta(int i)
          Access the meta data.
 

Methods in de.lmu.ifi.dbs.elki.datasource.bundle with parameters of type SimpleTypeInformation
 void SingleObjectBundle.append(SimpleTypeInformation<?> meta, Object data)
          Append a single representation to the object.
 MultipleObjectsBundle MultipleObjectsBundle.appendColumn(SimpleTypeInformation<?> type, List<?> data)
          Helper to add a single column to the bundle.
static
<V> MultipleObjectsBundle
MultipleObjectsBundle.makeSimple(SimpleTypeInformation<? super V> type, List<? extends V> data)
          Helper to add a single column to the bundle.
static
<V1,V2> MultipleObjectsBundle
MultipleObjectsBundle.makeSimple(SimpleTypeInformation<? super V1> type1, List<? extends V1> data1, SimpleTypeInformation<? super V2> type2, List<? extends V2> data2)
          Helper to add a single column to the bundle.
static
<V1,V2> MultipleObjectsBundle
MultipleObjectsBundle.makeSimple(SimpleTypeInformation<? super V1> type1, List<? extends V1> data1, SimpleTypeInformation<? super V2> type2, List<? extends V2> data2)
          Helper to add a single column to the bundle.
static
<V1,V2,V3> MultipleObjectsBundle
MultipleObjectsBundle.makeSimple(SimpleTypeInformation<? super V1> type1, List<? extends V1> data1, SimpleTypeInformation<? super V2> type2, List<? extends V2> data2, SimpleTypeInformation<? super V3> type3, List<? extends V3> data3)
          Helper to add a single column to the bundle.
static
<V1,V2,V3> MultipleObjectsBundle
MultipleObjectsBundle.makeSimple(SimpleTypeInformation<? super V1> type1, List<? extends V1> data1, SimpleTypeInformation<? super V2> type2, List<? extends V2> data2, SimpleTypeInformation<? super V3> type3, List<? extends V3> data3)
          Helper to add a single column to the bundle.
static
<V1,V2,V3> MultipleObjectsBundle
MultipleObjectsBundle.makeSimple(SimpleTypeInformation<? super V1> type1, List<? extends V1> data1, SimpleTypeInformation<? super V2> type2, List<? extends V2> data2, SimpleTypeInformation<? super V3> type3, List<? extends V3> data3)
          Helper to add a single column to the bundle.
 

Constructors in de.lmu.ifi.dbs.elki.datasource.bundle with parameters of type SimpleTypeInformation
BundleMeta(SimpleTypeInformation<?>... types)
          Constructor.
 

Uses of SimpleTypeInformation in de.lmu.ifi.dbs.elki.datasource.filter
 

Methods in de.lmu.ifi.dbs.elki.datasource.filter that return SimpleTypeInformation
protected  SimpleTypeInformation<? super DoubleVector> DoubleVectorProjectionFilter.convertedType(SimpleTypeInformation<DoubleVector> in)
           
protected  SimpleTypeInformation<? super DoubleVector> DoubleVectorRandomProjectionFilter.convertedType(SimpleTypeInformation<DoubleVector> in)
           
protected abstract  SimpleTypeInformation<? super O> AbstractConversionFilter.convertedType(SimpleTypeInformation<I> in)
          Get the output type from the input type after conversion.
protected  SimpleTypeInformation<? super O> AbstractNormalization.convertedType(SimpleTypeInformation<O> in)
           
protected  SimpleTypeInformation<? super SparseFloatVector> SparseFloatVectorRandomProjectionFilter.convertedType(SimpleTypeInformation<SparseFloatVector> in)
           
protected  SimpleTypeInformation<? super SparseFloatVector> SparseFloatVectorProjectionFilter.convertedType(SimpleTypeInformation<SparseFloatVector> in)
           
protected  SimpleTypeInformation<? super DoubleVector> DoubleVectorProjectionFilter.getInputTypeRestriction()
           
protected  SimpleTypeInformation<? super DoubleVector> DoubleVectorRandomProjectionFilter.getInputTypeRestriction()
           
protected  SimpleTypeInformation<? super SparseFloatVector> SparseFloatVectorRandomProjectionFilter.getInputTypeRestriction()
           
protected  SimpleTypeInformation<? super SparseFloatVector> SparseFloatVectorProjectionFilter.getInputTypeRestriction()
           
protected  SimpleTypeInformation<? super O> AttributeWiseErfNormalization.getInputTypeRestriction()
           
protected  SimpleTypeInformation<? super V> AttributeWiseMinMaxNormalization.getInputTypeRestriction()
           
protected abstract  SimpleTypeInformation<? super I> AbstractConversionFilter.getInputTypeRestriction()
          Get the input type restriction used for negotiating the data query.
protected  SimpleTypeInformation<? super SparseFloatVector> InverseDocumentFrequencyNormalization.getInputTypeRestriction()
           
protected  SimpleTypeInformation<? super V> AttributeWiseVarianceNormalization.getInputTypeRestriction()
           
 

Methods in de.lmu.ifi.dbs.elki.datasource.filter with parameters of type SimpleTypeInformation
protected  SimpleTypeInformation<? super DoubleVector> DoubleVectorProjectionFilter.convertedType(SimpleTypeInformation<DoubleVector> in)
           
protected  SimpleTypeInformation<? super DoubleVector> DoubleVectorRandomProjectionFilter.convertedType(SimpleTypeInformation<DoubleVector> in)
           
protected abstract  SimpleTypeInformation<? super O> AbstractConversionFilter.convertedType(SimpleTypeInformation<I> in)
          Get the output type from the input type after conversion.
protected  SimpleTypeInformation<? super O> AbstractNormalization.convertedType(SimpleTypeInformation<O> in)
           
protected  SimpleTypeInformation<? super SparseFloatVector> SparseFloatVectorRandomProjectionFilter.convertedType(SimpleTypeInformation<SparseFloatVector> in)
           
protected  SimpleTypeInformation<? super SparseFloatVector> SparseFloatVectorProjectionFilter.convertedType(SimpleTypeInformation<SparseFloatVector> in)
           
protected  boolean AbstractConversionFilter.prepareStart(SimpleTypeInformation<I> in)
          Return "true" when the normalization needs initialization (two-pass filtering!)
protected  boolean InverseDocumentFrequencyNormalization.prepareStart(SimpleTypeInformation<SparseFloatVector> in)
           
protected  boolean AbstractRandomFeatureSelectionFilter.prepareStart(SimpleTypeInformation<V> in)
           
protected  boolean AttributeWiseMinMaxNormalization.prepareStart(SimpleTypeInformation<V> in)
           
protected  boolean AttributeWiseVarianceNormalization.prepareStart(SimpleTypeInformation<V> in)
           
 

Uses of SimpleTypeInformation in de.lmu.ifi.dbs.elki.distance.distancefunction
 

Methods in de.lmu.ifi.dbs.elki.distance.distancefunction that return SimpleTypeInformation
 SimpleTypeInformation<? super O> PrimitiveDistanceFunction.getInputTypeRestriction()
           
 SimpleTypeInformation<? super NumberVector<?,?>> AbstractVectorDoubleDistanceFunction.getInputTypeRestriction()
           
 SimpleTypeInformation<DBID> AbstractDBIDDistanceFunction.getInputTypeRestriction()
           
 

Uses of SimpleTypeInformation in de.lmu.ifi.dbs.elki.distance.distancefunction.geo
 

Methods in de.lmu.ifi.dbs.elki.distance.distancefunction.geo that return SimpleTypeInformation
 SimpleTypeInformation<? super NumberVector<?,?>> LngLatDistanceFunction.getInputTypeRestriction()
           
 SimpleTypeInformation<? super NumberVector<?,?>> LatLngDistanceFunction.getInputTypeRestriction()
           
 SimpleTypeInformation<? super NumberVector<?,?>> DimensionSelectingLatLngDistanceFunction.getInputTypeRestriction()
           
 

Uses of SimpleTypeInformation in de.lmu.ifi.dbs.elki.distance.similarityfunction
 

Methods in de.lmu.ifi.dbs.elki.distance.similarityfunction that return SimpleTypeInformation
 SimpleTypeInformation<? super O> PrimitiveSimilarityFunction.getInputTypeRestriction()
           
abstract  SimpleTypeInformation<? super O> AbstractPrimitiveSimilarityFunction.getInputTypeRestriction()
           
 

Uses of SimpleTypeInformation in de.lmu.ifi.dbs.elki.result.optics
 

Methods in de.lmu.ifi.dbs.elki.result.optics that return SimpleTypeInformation
 SimpleTypeInformation<D> ClusterOrderResult.ReachabilityDistanceAdapter.getDataTypeInformation()
           
 SimpleTypeInformation<DBID> ClusterOrderResult.PredecessorAdapter.getDataTypeInformation()
           
 


Release 0.4.0 (2011-09-20_1324)