Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.parser.meta.MetaParser

Packages that use MetaParser
de.lmu.ifi.dbs.elki.parser.meta MetaParsers for different file formats and data types. 
 

Uses of MetaParser in de.lmu.ifi.dbs.elki.parser.meta
 

Subclasses of MetaParser in de.lmu.ifi.dbs.elki.parser.meta
 class DoubleVectorProjectionParser
          Parser to project the ParsingResult obtained by a suitable base parser onto a selected subset of attributes.
 class DoubleVectorRandomProjectionParser
          Parser to project the ParsingResult obtained by a suitable base parser onto a randomly selected subset of attributes.
 class ProjectionParser<V extends NumberVector<V,?>>
           A ProjectionParser projects the ParsingResult of its base parser onto a subspace specified by a BitSet.
 class RandomProjectionParser<V extends NumberVector<V,?>>
           A RandomProjectionParser selects a subset of attributes randomly for projection of a ParsingResult.
 class SparseFloatVectorProjectionParser
          Parser to project the ParsingResult obtained by a suitable base parser onto a selected subset of attributes.
 class SparseFloatVectorRandomProjectionParser
          Parser to project the ParsingResult obtained by a suitable base parser onto a randomly selected subset of attributes.
 


Release 0.3 (2010-03-31_1612)