Uses of Interface
elki.database.ids.DBIDVar
-
Packages that use DBIDVar Package Description elki.clustering.hierarchical Hierarchical agglomerative clustering (HAC).elki.clustering.optics OPTICS family of 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.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
.elki.datasource.bundle Object bundles - exchange container for multi-represented objects.elki.datasource.filter Data filtering, in particular for normalization and projection.elki.datasource.parser Parsers for different file formats and data types.elki.index.tree.metrical.covertree Cover-tree variations.elki.index.tree.metrical.vptree elki.outlier.spatial Spatial outlier detection algorithms. -
-
Uses of DBIDVar in elki.clustering.hierarchical
Methods in elki.clustering.hierarchical that return DBIDVar Modifier and Type Method Description DBIDVar
ClusterMergeHistory. assignVar(int i, DBIDVar var)
Access the i'th singleton via a variable.Methods in elki.clustering.hierarchical with parameters of type DBIDVar Modifier and Type Method Description DBIDVar
ClusterMergeHistory. assignVar(int i, DBIDVar var)
Access the i'th singleton via a variable.private static double
HACAM.Instance. findPrototype(DistanceQuery<?> dq, DBIDs cx, DBIDs cy, DBIDVar prototype, double minDistSum)
Find the prototypes.private static double
MiniMax.Instance. findPrototype(DistanceQuery<?> dq, DBIDs cx, DBIDs cy, DBIDVar prototype, double minMaxDist)
Find the prototypes.private static double
HACAM.Instance. findPrototypeSingleton(DistanceQuery<?> dq, DBIDs cx, DBIDRef cy, DBIDVar prototype)
Find the prototypes.private static double
MiniMax.Instance. findPrototypeSingleton(DistanceQuery<?> dq, DBIDs cx, DBIDRef cy, DBIDVar prototype)
Find the prototypes. -
Uses of DBIDVar in elki.clustering.optics
Methods in elki.clustering.optics with parameters of type DBIDVar Modifier and Type Method Description void
OPTICSList.Instance. findBest(ArrayModifiableDBIDs candidates, DBIDArrayMIter it, DBIDVar out)
Find the minimum in the candidates array.void
ClusterOrder. getPredecessor(DBIDRef id, DBIDVar out)
Get the predecessor. -
Uses of DBIDVar in elki.database.datastore
Methods in elki.database.datastore that return DBIDVar Modifier and Type Method Description DBIDVar
DBIDDataStore. assignVar(DBIDRef id, DBIDVar var)
Retrieves an object from the storage.Methods in elki.database.datastore with parameters of type DBIDVar Modifier and Type Method Description DBIDVar
DBIDDataStore. assignVar(DBIDRef id, DBIDVar var)
Retrieves an object from the storage. -
Uses of DBIDVar in elki.database.datastore.memory
Methods in elki.database.datastore.memory that return DBIDVar Modifier and Type Method Description DBIDVar
ArrayDBIDStore. assignVar(DBIDRef id, DBIDVar var)
DBIDVar
MapIntegerDBIDDBIDStore. assignVar(DBIDRef id, DBIDVar var)
Methods in elki.database.datastore.memory with parameters of type DBIDVar Modifier and Type Method Description DBIDVar
ArrayDBIDStore. assignVar(DBIDRef id, DBIDVar var)
DBIDVar
MapIntegerDBIDDBIDStore. assignVar(DBIDRef id, DBIDVar var)
-
Uses of DBIDVar in elki.database.ids
Methods in elki.database.ids that return DBIDVar Modifier and Type Method Description DBIDVar
ArrayDBIDs. assignVar(int index, DBIDVar var)
Assign a DBID variable the value of positionindex
.DBIDVar
DBIDFactory. assignVar(DBIDVar var, int val)
Assign an integer value to a DBID variable.DBIDVar
DoubleDBIDList. assignVar(int index, DBIDVar var)
Assign a DBID variable the value of positionindex
.DBIDVar
EmptyDBIDs. assignVar(int index, DBIDVar var)
DBIDVar
DBIDVar. from(DBIDDataStore store, DBIDRef ref)
Update variable from a data store.DBIDVar
DBIDFactory. newVar(DBIDRef val)
Make a new DBID variable.static DBIDVar
DBIDUtil. newVar()
Make a new DBID variable.static DBIDVar
DBIDUtil. newVar(DBIDRef val)
Make a new DBID variable.DBIDVar
ModifiableDBIDs. pop(DBIDVar outvar)
Pop (get and remove) one DBID from the set, into a variable.static DBIDVar
DBIDUtil. randomSample(DBIDs ids, RandomFactory random)
Draw a single random sample.static DBIDVar
DBIDUtil. randomSample(DBIDs ids, java.util.Random random)
Draw a single random sample.DBIDVar
DBIDVar. set(DBIDRef ref)
Assign a new value for the reference.Methods in elki.database.ids with parameters of type DBIDVar Modifier and Type Method Description DBIDVar
ArrayDBIDs. assignVar(int index, DBIDVar var)
Assign a DBID variable the value of positionindex
.DBIDVar
DBIDFactory. assignVar(DBIDVar var, int val)
Assign an integer value to a DBID variable.DBIDVar
DoubleDBIDList. assignVar(int index, DBIDVar var)
Assign a DBID variable the value of positionindex
.DBIDVar
EmptyDBIDs. assignVar(int index, DBIDVar var)
DBIDVar
ModifiableDBIDs. pop(DBIDVar outvar)
Pop (get and remove) one DBID from the set, into a variable. -
Uses of DBIDVar in elki.database.ids.integer
Classes in elki.database.ids.integer that implement DBIDVar Modifier and Type Class Description (package private) class
IntegerDBIDVar
Variable for storing a single DBID reference.Methods in elki.database.ids.integer that return DBIDVar Modifier and Type Method Description DBIDVar
AbstractIntegerDBIDFactory. assignVar(DBIDVar var, int val)
DBIDVar
ArrayModifiableIntegerDBIDs. assignVar(int index, DBIDVar var)
DBIDVar
ArrayModifiableIntegerDBIDs.Slice. assignVar(int index, DBIDVar var)
DBIDVar
ArrayStaticIntegerDBIDs. assignVar(int i, DBIDVar var)
DBIDVar
ArrayStaticIntegerDBIDs.Slice. assignVar(int index, DBIDVar var)
DBIDVar
DoubleIntegerDBIDArrayList. assignVar(int index, DBIDVar var)
DBIDVar
DoubleIntegerDBIDSubList. assignVar(int index, DBIDVar var)
DBIDVar
IntegerDBID. assignVar(int index, DBIDVar var)
DBIDVar
IntegerDBIDKNNSubList. assignVar(int index, DBIDVar var)
DBIDVar
IntegerDBIDPair. assignVar(int index, DBIDVar var)
DBIDVar
IntegerDBIDPair.Slice. assignVar(int index, DBIDVar var)
DBIDVar
IntegerDBIDRange. assignVar(int index, DBIDVar var)
DBIDVar
IntegerDBIDVar. assignVar(int i, DBIDVar var)
DBIDVar
UnmodifiableIntegerArrayDBIDs. assignVar(int index, DBIDVar var)
DBIDVar
IntegerDBIDVar. from(DBIDDataStore store, DBIDRef ref)
DBIDVar
AbstractIntegerDBIDFactory. newVar(DBIDRef val)
DBIDVar
ArrayModifiableIntegerDBIDs. pop(DBIDVar var)
DBIDVar
FastutilIntOpenHashSetModifiableDBIDs. pop(DBIDVar outvar)
DBIDVar
IntegerDBIDVar. set(DBIDRef ref)
Methods in elki.database.ids.integer with parameters of type DBIDVar Modifier and Type Method Description DBIDVar
AbstractIntegerDBIDFactory. assignVar(DBIDVar var, int val)
DBIDVar
ArrayModifiableIntegerDBIDs. assignVar(int index, DBIDVar var)
DBIDVar
ArrayModifiableIntegerDBIDs.Slice. assignVar(int index, DBIDVar var)
DBIDVar
ArrayStaticIntegerDBIDs. assignVar(int i, DBIDVar var)
DBIDVar
ArrayStaticIntegerDBIDs.Slice. assignVar(int index, DBIDVar var)
DBIDVar
DoubleIntegerDBIDArrayList. assignVar(int index, DBIDVar var)
DBIDVar
DoubleIntegerDBIDSubList. assignVar(int index, DBIDVar var)
DBIDVar
IntegerDBID. assignVar(int index, DBIDVar var)
DBIDVar
IntegerDBIDKNNSubList. assignVar(int index, DBIDVar var)
DBIDVar
IntegerDBIDPair. assignVar(int index, DBIDVar var)
DBIDVar
IntegerDBIDPair.Slice. assignVar(int index, DBIDVar var)
DBIDVar
IntegerDBIDRange. assignVar(int index, DBIDVar var)
DBIDVar
IntegerDBIDVar. assignVar(int i, DBIDVar var)
DBIDVar
UnmodifiableIntegerArrayDBIDs. assignVar(int index, DBIDVar var)
DBIDVar
ArrayModifiableIntegerDBIDs. pop(DBIDVar var)
DBIDVar
FastutilIntOpenHashSetModifiableDBIDs. pop(DBIDVar outvar)
-
Uses of DBIDVar in elki.datasource.bundle
Methods in elki.datasource.bundle with parameters of type DBIDVar Modifier and Type Method Description boolean
BundleReader. assignDBID(DBIDVar var)
boolean
BundleStreamSource. assignDBID(DBIDVar var)
Assign the current object ID to aDBIDVar
.boolean
MultipleObjectsBundle. assignDBID(int onum, DBIDVar var)
boolean
ObjectBundle. assignDBID(int onum, DBIDVar var)
Assign the object DBID to a variableboolean
SingleObjectBundle. assignDBID(int onum, DBIDVar var)
boolean
StreamFromBundle. assignDBID(DBIDVar var)
-
Uses of DBIDVar in elki.datasource.filter
Methods in elki.datasource.filter with parameters of type DBIDVar Modifier and Type Method Description boolean
AbstractStreamFilter. assignDBID(DBIDVar var)
-
Uses of DBIDVar in elki.datasource.parser
Methods in elki.datasource.parser with parameters of type DBIDVar Modifier and Type Method Description boolean
AbstractStreamingParser. assignDBID(DBIDVar var)
-
Uses of DBIDVar in elki.index.tree.metrical.covertree
Fields in elki.index.tree.metrical.covertree declared as DBIDVar Modifier and Type Field Description private DBIDVar
CoverTree.CoverTreeKNNSearcher. tmp
Temporary storage.private DBIDVar
CoverTree.CoverTreePrioritySearcher. tmp
Temporary storage.private DBIDVar
CoverTree.CoverTreeRangeSearcher. tmp
Temporary storage.private DBIDVar
SimplifiedCoverTree.CoverTreeKNNSearcher. tmp
Temporary storage.private DBIDVar
SimplifiedCoverTree.CoverTreePrioritySearcher. tmp
Temporary storage.private DBIDVar
SimplifiedCoverTree.CoverTreeRangeSearcher. tmp
Temporary storage. -
Uses of DBIDVar in elki.index.tree.metrical.vptree
Methods in elki.index.tree.metrical.vptree that return DBIDVar Modifier and Type Method Description private DBIDVar
VPTree.Builder. chooseVantagePoint(int left, int right)
Find a vantage points in the DBIDs between left and right -
Uses of DBIDVar in elki.outlier.spatial
Methods in elki.outlier.spatial that return types with arguments of type DBIDVar Modifier and Type Method Description private Pair<DBIDVar,java.lang.Double>
CTLuGLSBackwardSearchAlgorithm. singleIteration(Relation<V> relationx, Relation<? extends NumberVector> relationy)
Run a single iteration of the GLS-SOD modeling step
-