Package | Description |
---|---|
de.lmu.ifi.dbs.elki.data |
Basic classes for different data types, database object types and label types.
|
de.lmu.ifi.dbs.elki.datasource.parser |
Parsers for different file formats and data types.
|
Modifier and Type | Class and Description |
---|---|
static class |
BitVector.Factory
Factory for bit vectors.
|
static class |
SparseByteVector.Factory
Factory class.
|
static class |
SparseDoubleVector.Factory
Factory class.
|
static class |
SparseFloatVector.Factory
Factory class.
|
static class |
SparseIntegerVector.Factory
Factory class.
|
static class |
SparseShortVector.Factory
Factory class.
|
Modifier and Type | Field and Description |
---|---|
private SparseNumberVector.Factory<V> |
TermFrequencyParser.sparsefactory
Same as
NumberVectorLabelParser.factory , but subtype. |
protected SparseNumberVector.Factory<V> |
SparseNumberVectorLabelParser.sparsefactory
Same as
NumberVectorLabelParser.factory , but subtype. |
Constructor and Description |
---|
LibSVMFormatParser(SparseNumberVector.Factory<V> factory)
Constructor.
|
SparseNumberVectorLabelParser(CSVReaderFormat format,
long[] labelIndices,
SparseNumberVector.Factory<V> factory)
Constructor.
|
SparseNumberVectorLabelParser(Pattern colSep,
String quoteChars,
Pattern comment,
long[] labelIndices,
SparseNumberVector.Factory<V> factory)
Constructor.
|
TermFrequencyParser(boolean normalize,
CSVReaderFormat format,
long[] labelIndices,
SparseNumberVector.Factory<V> factory)
Constructor.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.