Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm |
Algorithms suitable as a task for the
KDDTask main routine. |
de.lmu.ifi.dbs.elki.database.ids |
Database object identification and ID group handling API.
|
de.lmu.ifi.dbs.elki.database.ids.integer |
Integer-based DBID implementation --
do not use directly - always use
DBIDUtil . |
Modifier and Type | Field and Description |
---|---|
(package private) DBIDPair |
MaterializeDistances.DistanceEntry.ids
DBIDs compared.
|
Constructor and Description |
---|
MaterializeDistances.DistanceEntry(DBIDPair ids,
double distance)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static DBIDPair |
DBIDUtil.newPair(DBIDRef id1,
DBIDRef id2)
Make a DBID pair.
|
DBIDPair |
DBIDFactory.newPair(DBIDRef id1,
DBIDRef id2)
Make a DBID pair from two existing DBIDs.
|
Modifier and Type | Method and Description |
---|---|
void |
DBIDVar.setFirst(DBIDPair pair)
Assign the first pair member to this variable.
|
void |
DBIDVar.setSecond(DBIDPair pair)
Assign the second pair member to this variable.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
IntegerDBIDPair
DBID pair using two ints for storage.
|
Modifier and Type | Method and Description |
---|---|
DBIDPair |
AbstractIntegerDBIDFactory.newPair(DBIDRef first,
DBIDRef second) |
Modifier and Type | Method and Description |
---|---|
void |
IntegerDBIDVar.setFirst(DBIDPair pair) |
void |
IntegerDBIDVar.setSecond(DBIDPair pair) |
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.