Package | Description |
---|---|
de.lmu.ifi.dbs.elki.datasource.parser |
Parsers for different file formats and data types.
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleVectorLabelParser
Deprecated.
Use NumberVectorLabelParser instead, which defaults to DoubleVector.
|
class |
FloatVectorLabelParser
Deprecated.
Use NumberVectorLabelParser instead, and use vector type FloatVector.
|
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 NumberVectorLabelParser<V> |
NumberVectorLabelParser.Parameterizer.makeInstance() |