Uses of Interface
elki.database.datastore.DBIDDataStore
-
Packages that use DBIDDataStore Package Description elki.clustering.hierarchical Hierarchical agglomerative clustering (HAC).elki.database.datastore General data store layer API (along the lines ofMap<DBID, T>
- use everywhere!)elki.database.datastore.memory Memory data store implementation for ELKI.elki.database.ids Database object identification and ID group handling API.elki.database.ids.integer Integer-based DBID implementation -- do not use directly - always useDBIDUtil
. -
-
Uses of DBIDDataStore in elki.clustering.hierarchical
Methods in elki.clustering.hierarchical with parameters of type DBIDDataStore Modifier and Type Method Description protected static ClusterMergeHistoryBuilder
SLINK. convertOutput(ClusterMergeHistoryBuilder builder, ArrayDBIDs oids, DBIDDataStore pi, DoubleDataStore lambda)
Convert a SLINK pointer representation to a cluster merge history. -
Uses of DBIDDataStore in elki.database.datastore
Subinterfaces of DBIDDataStore in elki.database.datastore Modifier and Type Interface Description interface
WritableDBIDDataStore
Data store specialized for doubles. -
Uses of DBIDDataStore in elki.database.datastore.memory
Classes in elki.database.datastore.memory that implement DBIDDataStore Modifier and Type Class Description class
ArrayDBIDStore
A class to answer representation queries using the stored Array.class
MapIntegerDBIDDBIDStore
Writable data store for double values. -
Uses of DBIDDataStore in elki.database.ids
Methods in elki.database.ids with parameters of type DBIDDataStore Modifier and Type Method Description DBIDVar
DBIDVar. from(DBIDDataStore store, DBIDRef ref)
Update variable from a data store. -
Uses of DBIDDataStore in elki.database.ids.integer
Methods in elki.database.ids.integer with parameters of type DBIDDataStore Modifier and Type Method Description DBIDVar
IntegerDBIDVar. from(DBIDDataStore store, DBIDRef ref)
-