| Package | Description | 
|---|---|
| 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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractStreamingParser
Base class for streaming parsers. 
 | 
class  | 
BitVectorLabelParser
Provides a parser for parsing one BitVector per line, bits separated by
 whitespace. 
 | 
class  | 
DoubleVectorLabelParser
Deprecated. 
 
Use NumberVectorLabelParser instead, which defaults to
             DoubleVector. 
 | 
class  | 
FloatVectorLabelParser
Deprecated. 
 
Use NumberVectorLabelParser instead, and use vector type FloatVector. 
 | 
class  | 
NumberVectorLabelParser<V extends NumberVector<?>>
 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
Deprecated. 
 
Use  
SparseNumberVectorLabelParser instead! | 
class  | 
SparseNumberVectorLabelParser<V extends SparseNumberVector<?>>
 Provides a parser for parsing one point per line, attributes separated by
 whitespace. 
 | 
class  | 
TermFrequencyParser<V extends SparseNumberVector<?>>
A parser to load term frequency data, which essentially are sparse vectors
 with text keys. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract AbstractParser | 
AbstractParser.Parameterizer.makeInstance()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NumberDistanceParser<D extends NumberDistance<D,?>>
Provides a parser for parsing one distance value per line. 
 |