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 |
SparseDoubleVector.Factory
Factory class.
|
static class |
SparseFloatVector.Factory
Factory class.
|
Modifier and Type | Field and Description |
---|---|
private SparseNumberVector.Factory<V,?> |
TermFrequencyParser.sparsefactory
Same as
NumberVectorLabelParser.factory , but subtype. |
private SparseNumberVector.Factory<V,?> |
SparseNumberVectorLabelParser.sparsefactory
Same as
NumberVectorLabelParser.factory , but subtype. |
Constructor and Description |
---|
SparseNumberVectorLabelParser(Pattern colSep,
char quoteChar,
BitSet labelIndices,
SparseNumberVector.Factory<V,?> factory)
Constructor.
|
TermFrequencyParser(boolean normalize,
Pattern colSep,
char quoteChar,
BitSet labelIndices,
SparseNumberVector.Factory<V,?> factory)
Constructor.
|