Package | Description |
---|---|
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 . |
de.lmu.ifi.dbs.elki.database.query.distance |
Prepared queries for distances.
|
de.lmu.ifi.dbs.elki.datasource.parser |
Parsers for different file formats and data types.
|
de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel |
Kernel functions.
|
de.lmu.ifi.dbs.elki.index.distancematrix |
Precomputed distance matrix.
|
de.lmu.ifi.dbs.elki.utilities.datastructures.unionfind |
Modifier and Type | Method and Description |
---|---|
static DBIDRange |
DBIDUtil.assertRange(DBIDs ids)
Assert that the presented ids constitute a continuous
DBIDRange . |
static DBIDRange |
DBIDUtil.generateStaticDBIDRange(int size)
Generate a static DBID range.
|
DBIDRange |
DBIDFactory.generateStaticDBIDRange(int size)
Generate a static DBID range.
|
DBIDRange |
DBIDFactory.generateStaticDBIDRange(int begin,
int size)
Generate a static DBID range.
|
Modifier and Type | Method and Description |
---|---|
static void |
DBIDUtil.deallocateDBIDRange(DBIDRange range)
Deallocate a static DBID range.
|
void |
DBIDFactory.deallocateDBIDRange(DBIDRange range)
Deallocate a static DBID range.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
IntegerDBIDRange
Representing a DBID range allocation.
|
Modifier and Type | Method and Description |
---|---|
DBIDRange |
TrivialDBIDFactory.generateStaticDBIDRange(int size) |
DBIDRange |
SimpleDBIDFactory.generateStaticDBIDRange(int size) |
DBIDRange |
ReusingDBIDFactory.generateStaticDBIDRange(int size) |
DBIDRange |
TrivialDBIDFactory.generateStaticDBIDRange(int begin,
int size) |
DBIDRange |
SimpleDBIDFactory.generateStaticDBIDRange(int begin,
int size) |
Modifier and Type | Method and Description |
---|---|
void |
TrivialDBIDFactory.deallocateDBIDRange(DBIDRange range) |
void |
SimpleDBIDFactory.deallocateDBIDRange(DBIDRange range) |
void |
ReusingDBIDFactory.deallocateDBIDRange(DBIDRange range) |
Modifier and Type | Field and Description |
---|---|
protected DBIDRange |
DBIDRangeDistanceQuery.range
The DBID range we are accessing.
|
Modifier and Type | Field and Description |
---|---|
(package private) DBIDRange |
ClusteringVectorParser.range
Range of the DBID values.
|
Modifier and Type | Field and Description |
---|---|
(package private) DBIDRange |
KernelMatrix.RangeMap.range |
Constructor and Description |
---|
KernelMatrix.RangeMap(DBIDRange range) |
Modifier and Type | Field and Description |
---|---|
private DBIDRange |
PrecomputedDistanceMatrix.ids
DBID range.
|
Modifier and Type | Field and Description |
---|---|
private DBIDRange |
WeightedQuickUnionRangeDBIDs.ids
Object ID range.
|
Constructor and Description |
---|
WeightedQuickUnionRangeDBIDs(DBIDRange ids)
Constructor (package private, use
UnionFindUtil.make(de.lmu.ifi.dbs.elki.database.ids.StaticDBIDs) ). |
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.