Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

Package collects parser for different file formats and data types.

See:
          Description

Interface Summary
DistanceParser<O extends DatabaseObject,D extends Distance<D>> A DistanceParser shall provide a DistanceParsingResult by parsing an InputStream.
Parser<O extends DatabaseObject> A Parser shall provide a ParsingResult by parsing an InputStream.
 

Class Summary
AbstractParser<O extends DatabaseObject> Abstract superclass for all parsers providing the option handler for handling options.
BitVectorLabelParser Provides a parser for parsing one BitVector per line, bits separated by whitespace.
DistanceParsingResult<O extends DatabaseObject,D extends Distance<D>> Provides a list of database objects and labels associated with these objects and a cache of precomputed distances between the database objects.
NumberDistanceParser<D extends NumberDistance<D>> Provides a parser for parsing one distance value per line.
ObjectAndLabels<O extends DatabaseObject> Provides a single database objects and a list of labels associated with this object.
ParameterizationFunctionLabelParser Provides a parser for parsing one point per line, attributes separated by whitespace.
ParsingResult<O extends DatabaseObject> Provides a list of database objects and labels associated with these objects.
RealVectorLabelParser<V extends RealVector<V,?>> Provides a parser for parsing one point per line, attributes separated by whitespace.
RealVectorLabelTransposingParser Parser reads points transposed.
SparseBitVectorLabelParser Provides a parser for parsing one sparse BitVector per line, where the indices of the one-bits are separated by whitespace.
 

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

Package collects parser for different file formats and data types.


Release 0.1 (2008-07-10_1838)