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 voidCLINK. clinkstep3(DBIDArrayIter i, int n, WritableDBIDDataStore pi, WritableDoubleDataStore lambda, WritableDoubleDataStore m)Third step: Determine the values for P and Lprivate voidCLINK. clinkstep4567(DBIDRef id, ArrayDBIDs ids, DBIDArrayIter it, int n, WritableDBIDDataStore pi, WritableDoubleDataStore lambda, WritableDoubleDataStore m)Fourth to seventh step of CLINK: find best insertionprivate voidCLINK. clinkstep8(DBIDRef id, DBIDArrayIter it, int n, WritableDBIDDataStore pi, WritableDoubleDataStore lambda)Update hierarchy.protected voidCLINK. 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 voidSLINK. process(DBIDRef id, ArrayDBIDs ids, DBIDArrayIter it, int n, WritableDBIDDataStore pi, WritableDoubleDataStore lambda, WritableDoubleDataStore m)SLINK main loop.private voidSLINK. slinkstep3(DBIDRef id, DBIDArrayIter it, int n, WritableDBIDDataStore pi, WritableDoubleDataStore lambda, WritableDoubleDataStore m)Third step: Determine the values for P and Lprivate voidSLINK. slinkstep4(DBIDRef id, DBIDArrayIter it, int n, WritableDBIDDataStore pi, WritableDoubleDataStore lambda)Fourth step: Actualize the clusters if necessaryprivate voidSLINKHDBSCANLinearMemory. step3(DBIDRef id, WritableDBIDDataStore pi, WritableDoubleDataStore lambda, DBIDs processedIDs, WritableDoubleDataStore m)Third step: Determine the values for P and Lprivate voidSLINKHDBSCANLinearMemory. 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) WritableDBIDDataStoreClusterOrder. predecessorPredecessor storage.protected WritableDBIDDataStoreGeneralizedOPTICS.Instance. predecessorPredecessor storage.(package private) WritableDBIDDataStoreOPTICSList.Instance. predecessorPredecessor 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 WritableDBIDDataStoreDataStoreFactory. makeDBIDStorage(DBIDs ids, int hints)Make a new storage, to associate the given ids with an object of class dataclass.static WritableDBIDDataStoreDataStoreUtil. 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 classArrayDBIDStoreA class to answer representation queries using the stored Array.classMapIntegerDBIDDBIDStoreWritable data store for double values.Methods in elki.database.datastore.memory that return WritableDBIDDataStore Modifier and Type Method Description WritableDBIDDataStoreMemoryDataStoreFactory. makeDBIDStorage(DBIDs ids, int hints)
-