Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

Packages that use de.lmu.ifi.dbs.elki.parser
de.lmu.ifi.dbs.elki.database.connection Provides database connection classes. 
de.lmu.ifi.dbs.elki.parser Package collects parser for different file formats and data types. 
 

Classes in de.lmu.ifi.dbs.elki.parser used by de.lmu.ifi.dbs.elki.database.connection
ObjectAndLabels
          Provides a single database objects and a list of labels associated with this object.
Parser
          A Parser shall provide a ParsingResult by parsing an InputStream.
 

Classes in de.lmu.ifi.dbs.elki.parser used by de.lmu.ifi.dbs.elki.parser
AbstractParser
          Abstract superclass for all parsers providing the option handler for handling options.
DistanceParser
          A DistanceParser shall provide a DistanceParsingResult by parsing an InputStream.
ObjectAndLabels
          Provides a single database objects and a list of labels associated with this object.
Parser
          A Parser shall provide a ParsingResult by parsing an InputStream.
ParsingResult
          Provides a list of database objects and labels associated with these objects.
RealVectorLabelParser
          Provides a parser for parsing one point per line, attributes separated by whitespace.
 


Release 0.1 (2008-07-10_1838)