Package | Description |
---|---|
de.lmu.ifi.dbs.elki.database |
ELKI database layer - loading, storing, indexing and accessing data
|
de.lmu.ifi.dbs.elki.datasource.parser |
Parsers for different file formats and data types.
|
Modifier and Type | Method and Description |
---|---|
SingleObjectBundle |
AbstractDatabase.getBundle(DBID id) |
SingleObjectBundle |
Database.getBundle(DBID id)
Returns the DatabaseObject represented by the specified id.
|
Modifier and Type | Method and Description |
---|---|
SingleObjectBundle |
NumberVectorLabelParser.parseLine(String line) |
SingleObjectBundle |
LinebasedParser.parseLine(String line)
Parse a single line into a database object
|