Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Package de.lmu.ifi.dbs.elki.parser.meta

MetaParsers for different file formats and data types.

See:
          Description

Class Summary
DoubleVectorProjectionParser Parser to project the ParsingResult obtained by a suitable base parser onto a selected subset of attributes.
DoubleVectorRandomProjectionParser Parser to project the ParsingResult obtained by a suitable base parser onto a randomly selected subset of attributes.
MetaParser<O extends DatabaseObject> A MetaParser uses any Parser as specified by the user via parameter setting as base parser and may perform certain transformations on the retrieved ParsingResult.
ProjectionParser<V extends NumberVector<V,?>> A ProjectionParser projects the ParsingResult of its base parser onto a subspace specified by a BitSet.
RandomProjectionParser<V extends NumberVector<V,?>> A RandomProjectionParser selects a subset of attributes randomly for projection of a ParsingResult.
SparseFloatVectorProjectionParser Parser to project the ParsingResult obtained by a suitable base parser onto a selected subset of attributes.
SparseFloatVectorRandomProjectionParser Parser to project the ParsingResult obtained by a suitable base parser onto a randomly selected subset of attributes.
 

Package de.lmu.ifi.dbs.elki.parser.meta Description

MetaParsers for different file formats and data types.

Generally, a MetaParser uses any Parser as specified by the user via parameter setting as base parser and may perform certain transformations on the retrieved ParsingResult.


Release 0.3 (2010-03-31_1612)