Uses of Interface
elki.database.datastore.WritableDBIDDataStore
-
Packages that use WritableDBIDDataStore Package Description elki.clustering.hierarchical Hierarchical agglomerative clustering (HAC).elki.clustering.optics OPTICS family of clustering algorithms.elki.clustering.subspace Axis-parallel subspace clustering algorithms.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. -
-
Uses of WritableDBIDDataStore in elki.clustering.hierarchical
Methods in elki.clustering.hierarchical with parameters of type WritableDBIDDataStore Modifier and Type Method Description private void
CLINK. clinkstep3(DBIDArrayIter i, int n, WritableDBIDDataStore pi, WritableDoubleDataStore lambda, WritableDoubleDataStore m)
Third step: Determine the values for P and Lprivate void
CLINK. clinkstep4567(DBIDRef id, ArrayDBIDs ids, DBIDArrayIter it, int n, WritableDBIDDataStore pi, WritableDoubleDataStore lambda, WritableDoubleDataStore m)
Fourth to seventh step of CLINK: find best insertionprivate void
CLINK. clinkstep8(DBIDRef id, DBIDArrayIter it, int n, WritableDBIDDataStore pi, WritableDoubleDataStore lambda)
Update hierarchy.protected void
CLINK. process(DBIDRef id, ArrayDBIDs ids, DBIDArrayIter it, int n, WritableDBIDDataStore pi, WritableDoubleDataStore lambda, WritableDoubleDataStore m)
CLINK main loop, based on the SLINK main loop.protected void
SLINK. process(DBIDRef id, ArrayDBIDs ids, DBIDArrayIter it, int n, WritableDBIDDataStore pi, WritableDoubleDataStore lambda, WritableDoubleDataStore m)
SLINK main loop.private void
SLINK. slinkstep3(DBIDRef id, DBIDArrayIter it, int n, WritableDBIDDataStore pi, WritableDoubleDataStore lambda, WritableDoubleDataStore m)
Third step: Determine the values for P and Lprivate void
SLINK. slinkstep4(DBIDRef id, DBIDArrayIter it, int n, WritableDBIDDataStore pi, WritableDoubleDataStore lambda)
Fourth step: Actualize the clusters if necessaryprivate void
SLINKHDBSCANLinearMemory. step3(DBIDRef id, WritableDBIDDataStore pi, WritableDoubleDataStore lambda, DBIDs processedIDs, WritableDoubleDataStore m)
Third step: Determine the values for P and Lprivate void
SLINKHDBSCANLinearMemory. step4(DBIDRef id, WritableDBIDDataStore pi, WritableDoubleDataStore lambda, DBIDs processedIDs)
Fourth step: Actualize the clusters if necessary -
Uses of WritableDBIDDataStore in elki.clustering.optics
Fields in elki.clustering.optics declared as WritableDBIDDataStore Modifier and Type Field Description (package private) WritableDBIDDataStore
ClusterOrder. predecessor
Predecessor storage.protected WritableDBIDDataStore
GeneralizedOPTICS.Instance. predecessor
Predecessor storage.(package private) WritableDBIDDataStore
OPTICSList.Instance. predecessor
Predecessor storage.Constructors in elki.clustering.optics with parameters of type WritableDBIDDataStore Constructor Description ClusterOrder(ArrayModifiableDBIDs ids, WritableDoubleDataStore reachability, WritableDBIDDataStore predecessor)
ConstructorCorrelationClusterOrder(ArrayModifiableDBIDs ids, WritableDoubleDataStore reachability, WritableDBIDDataStore predecessor, WritableIntegerDataStore corrdim)
Constructor. -
Uses of WritableDBIDDataStore in elki.clustering.subspace
Constructors in elki.clustering.subspace with parameters of type WritableDBIDDataStore Constructor Description DiSHClusterOrder(ArrayModifiableDBIDs ids, WritableDoubleDataStore reachability, WritableDBIDDataStore predecessor, WritableIntegerDataStore corrdim, WritableDataStore<long[]> commonPreferenceVectors)
Constructor. -
Uses of WritableDBIDDataStore in elki.database.datastore
Methods in elki.database.datastore that return WritableDBIDDataStore Modifier and Type Method Description WritableDBIDDataStore
DataStoreFactory. makeDBIDStorage(DBIDs ids, int hints)
Make a new storage, to associate the given ids with an object of class dataclass.static WritableDBIDDataStore
DataStoreUtil. makeDBIDStorage(DBIDs ids, int hints)
Make a new storage, to associate the given ids with an object of class dataclass. -
Uses of WritableDBIDDataStore in elki.database.datastore.memory
Classes in elki.database.datastore.memory that implement WritableDBIDDataStore 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.Methods in elki.database.datastore.memory that return WritableDBIDDataStore Modifier and Type Method Description WritableDBIDDataStore
MemoryDataStoreFactory. makeDBIDStorage(DBIDs ids, int hints)
-