| Package | Description |
|---|---|
| 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.
|
| Class and Description |
|---|
| Parser
A Parser shall provide a ParsingResult by parsing an InputStream.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| DistanceParser
A DistanceParser shall provide a DistanceParsingResult by parsing an InputStream.
|