Package | Description |
---|---|
de.lmu.ifi.dbs.elki.datasource.parser |
Parsers for different file formats and data types
The general use-case for any parser is to create objects out of an
InputStream (e.g. by reading a data file). |
de.lmu.ifi.dbs.elki.distance.distancefunction.external |
Distance functions using external data sources
|
Modifier and Type | Field and Description |
---|---|
static CSVReaderFormat |
CSVReaderFormat.DEFAULT_FORMAT
Default CSV input format.
|
protected CSVReaderFormat |
AbstractStreamingParser.Parameterizer.format
Reader format.
|
Modifier and Type | Method and Description |
---|---|
protected CSVReaderFormat |
CSVReaderFormat.Parameterizer.makeInstance() |
Constructor and Description |
---|
AbstractStreamingParser(CSVReaderFormat format)
Constructor.
|
BitVectorLabelParser(CSVReaderFormat format)
Constructor.
|
CategorialDataAsNumberVectorParser(CSVReaderFormat format,
long[] labelIndices,
NumberVector.Factory<V> factory)
Constructor.
|
ClusteringVectorParser(CSVReaderFormat format)
Constructor.
|
NumberVectorLabelParser(CSVReaderFormat format,
long[] labelIndices,
NumberVector.Factory<V> factory)
Constructor.
|
SimplePolygonParser(CSVReaderFormat format)
Constructor.
|
SimpleTransactionParser(CSVReaderFormat format)
Constructor.
|
SparseNumberVectorLabelParser(CSVReaderFormat format,
long[] labelIndices,
SparseNumberVector.Factory<V> factory)
Constructor.
|
TermFrequencyParser(boolean normalize,
CSVReaderFormat format,
long[] labelIndices,
SparseNumberVector.Factory<V> factory)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected CSVReaderFormat |
AsciiDistanceParser.Parameterizer.format
Reader format.
|
Constructor and Description |
---|
AsciiDistanceParser(CSVReaderFormat format)
Constructor.
|
Copyright © 2019 ELKI Development Team. License information.