Uses of Interface
elki.datasource.bundle.ObjectBundle
-
Packages that use ObjectBundle Package Description elki.database ELKI database layer - loading, storing, indexing and accessing data.elki.datasource.bundle Object bundles - exchange container for multi-represented objects. -
-
Uses of ObjectBundle in elki.database
Methods in elki.database that return ObjectBundle Modifier and Type Method Description ObjectBundle
UpdatableDatabase. delete(DBIDs ids)
Removes and returns the specified objects with the given ids from the database.Methods in elki.database with parameters of type ObjectBundle Modifier and Type Method Description protected Relation<?>[]
HashmapDatabase. alignColumns(ObjectBundle pack)
Find a mapping from package columns to database columns, eventually adding new database columns when needed.DBIDs
HashmapDatabase. insert(ObjectBundle objpackages)
DBIDs
UpdatableDatabase. insert(ObjectBundle objpackages)
Inserts the given object(s) and their associations into the database. -
Uses of ObjectBundle in elki.datasource.bundle
Classes in elki.datasource.bundle that implement ObjectBundle Modifier and Type Class Description class
MultipleObjectsBundle
This class represents a set of "packaged" objects, which is a transfer container for objects, e.g., from parsers to a database.class
SingleObjectBundle
This class represents a "packaged" object, which is a transfer container for objects, e.g., from parsers to a database.
-