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

Packages that use de.lmu.ifi.dbs.elki.datasource.parser
de.lmu.ifi.dbs.elki.datasource Data normalization (and reconstitution) of data sets. 
de.lmu.ifi.dbs.elki.datasource.parser Parsers for different file formats and data types. 
de.lmu.ifi.dbs.elki.distance.distancefunction.external Distance functions using external data sources. 
 

Classes in de.lmu.ifi.dbs.elki.datasource.parser used by de.lmu.ifi.dbs.elki.datasource
Parser
          A Parser shall provide a ParsingResult by parsing an InputStream.
 

Classes in de.lmu.ifi.dbs.elki.datasource.parser used by de.lmu.ifi.dbs.elki.datasource.parser
AbstractParser
          Abstract superclass for all parsers providing the option handler for handling options.
AbstractParser.Parameterizer
          Parameterization class.
ArffParser
          Parser to load WEKA .arff files into ELKI.
BitVectorLabelParser
          Provides a parser for parsing one BitVector per line, bits separated by whitespace.
DistanceParser
          A DistanceParser shall provide a DistanceParsingResult by parsing an InputStream.
DistanceParsingResult
          Provides a list of database objects and labels associated with these objects and a cache of precomputed distances between the database objects.
DoubleVectorLabelParser
           Provides a parser for parsing one point per line, attributes separated by whitespace.
DoubleVectorLabelTransposingParser
          Parser reads points transposed.
FloatVectorLabelParser
           Provides a parser for parsing one point per line, attributes separated by whitespace.
LinebasedParser
          A parser that can parse single line.
NumberDistanceParser
          Provides a parser for parsing one distance value per line.
NumberVectorLabelParser
           Provides a parser for parsing one point per line, attributes separated by whitespace.
NumberVectorLabelParser.Parameterizer
          Parameterization class.
ParameterizationFunctionLabelParser
          Provides a parser for parsing one point per line, attributes separated by whitespace.
Parser
          A Parser shall provide a ParsingResult by parsing an InputStream.
SimplePolygonParser
          Parser to load polygon data (2D and 3D only) from a simple format.
SparseBitVectorLabelParser
          Provides a parser for parsing one sparse BitVector per line, where the indices of the one-bits are separated by whitespace.
SparseFloatVectorLabelParser
           Provides a parser for parsing one point per line, attributes separated by whitespace.
TermFrequencyParser
          A parser to load term frequency data, which essentially are sparse vectors with text keys.
 

Classes in de.lmu.ifi.dbs.elki.datasource.parser used by de.lmu.ifi.dbs.elki.distance.distancefunction.external
DistanceParser
          A DistanceParser shall provide a DistanceParsingResult by parsing an InputStream.
 


Release 0.4.0 (2011-09-20_1324)