| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.algorithm.outlier.spatial | 
 Spatial outlier detection algorithms 
 | 
| de.lmu.ifi.dbs.elki.database.datastore | 
 General data store layer API (along the lines of  
Map<DBID, T> - use everywhere!) | 
| de.lmu.ifi.dbs.elki.database.datastore.memory | 
 Memory data store implementation for ELKI. 
 | 
| de.lmu.ifi.dbs.elki.database.ids | 
 Database object identification and ID group handling API. 
 | 
| de.lmu.ifi.dbs.elki.database.ids.generic | 
 Database object identification and ID group handling - generic implementations. 
 | 
| de.lmu.ifi.dbs.elki.database.ids.integer | 
 Integer-based DBID implementation --
 do not use directly - always use  
DBIDUtil. | 
| Modifier and Type | Method and Description | 
|---|---|
private Pair<DBIDVar,Double> | 
CTLuGLSBackwardSearchAlgorithm.singleIteration(Relation<V> relationx,
               Relation<? extends NumberVector<?>> relationy)
Run a single iteration of the GLS-SOD modeling step 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DBIDDataStore.assignVar(DBIDRef id,
         DBIDVar var)
Retrieves an object from the storage. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MapIntegerDBIDDBIDStore.assignVar(DBIDRef id,
         DBIDVar var)  | 
void | 
ArrayDBIDStore.assignVar(DBIDRef id,
         DBIDVar var)  | 
| Modifier and Type | Method and Description | 
|---|---|
static DBIDVar | 
DBIDUtil.newVar()
Make a new DBID variable. 
 | 
DBIDVar | 
DBIDFactory.newVar(DBIDRef val)
Make a new DBID variable. 
 | 
static DBIDVar | 
DBIDUtil.newVar(DBIDRef val)
Make a new DBID variable. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DBIDFactory.assignVar(DBIDVar var,
         int val)
Assign an integer value to a DBID variable. 
 | 
void | 
EmptyDBIDs.assignVar(int index,
         DBIDVar var)  | 
void | 
ArrayDBIDs.assignVar(int index,
         DBIDVar var)
Assign a DBID variable the value of position  
index. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
UnmodifiableArrayDBIDs.assignVar(int index,
         DBIDVar var)  | 
| Modifier and Type | Class and Description | 
|---|---|
(package private) class  | 
IntegerDBIDVar
Variable for storing a single DBID reference. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DBIDVar | 
AbstractIntegerDBIDFactory.newVar(DBIDRef val)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractIntegerDBIDFactory.assignVar(DBIDVar var,
         int val)  | 
void | 
UnmodifiableIntegerArrayDBIDs.assignVar(int index,
         DBIDVar var)  | 
void | 
IntegerDBID.assignVar(int index,
         DBIDVar var)  | 
void | 
TroveArrayDBIDs.assignVar(int index,
         DBIDVar var)  | 
void | 
IntegerDBIDVar.assignVar(int i,
         DBIDVar var)  | 
void | 
IntegerDBIDRange.assignVar(int index,
         DBIDVar var)  | 
void | 
ArrayModifiableIntegerDBIDs.assignVar(int index,
         DBIDVar var)  | 
void | 
ArrayStaticIntegerDBIDs.assignVar(int i,
         DBIDVar var)  |