Uses of Interface
de.lmu.ifi.dbs.elki.datasource.parser.Parser

Packages that use 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. 
 

Uses of Parser in de.lmu.ifi.dbs.elki.datasource
 

Fields in de.lmu.ifi.dbs.elki.datasource declared as Parser
(package private)  Parser InputStreamDatabaseConnection.parser
          Holds the instance of the parser.
(package private)  Parser InputStreamDatabaseConnection.Parameterizer.parser
           
 

Constructors in de.lmu.ifi.dbs.elki.datasource with parameters of type Parser
FileBasedDatabaseConnection(List<ObjectFilter> filters, Parser parser, InputStream in)
          Constructor.
InputStreamDatabaseConnection(List<ObjectFilter> filters, Parser parser)
          Constructor.
 

Uses of Parser in de.lmu.ifi.dbs.elki.datasource.parser
 

Classes in de.lmu.ifi.dbs.elki.datasource.parser that implement Parser
 class ArffParser
          Parser to load WEKA .arff files into ELKI.
 class BitVectorLabelParser
          Provides a parser for parsing one BitVector per line, bits separated by whitespace.
 class DoubleVectorLabelParser
           Provides a parser for parsing one point per line, attributes separated by whitespace.
 class DoubleVectorLabelTransposingParser
          Parser reads points transposed.
 class FloatVectorLabelParser
           Provides a parser for parsing one point per line, attributes separated by whitespace.
 class NumberVectorLabelParser<V extends NumberVector<?,?>>
           Provides a parser for parsing one point per line, attributes separated by whitespace.
 class ParameterizationFunctionLabelParser
          Provides a parser for parsing one point per line, attributes separated by whitespace.
 class SimplePolygonParser
          Parser to load polygon data (2D and 3D only) from a simple format.
 class SparseBitVectorLabelParser
          Provides a parser for parsing one sparse BitVector per line, where the indices of the one-bits are separated by whitespace.
 class SparseFloatVectorLabelParser
           Provides a parser for parsing one point per line, attributes separated by whitespace.
 class TermFrequencyParser
          A parser to load term frequency data, which essentially are sparse vectors with text keys.
 


Release 0.4.0 (2011-09-20_1324)