Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.clustering.hierarchical |
Hierarchical agglomerative clustering (HAC).
|
de.lmu.ifi.dbs.elki.algorithm.clustering.hierarchical.extraction |
Extraction of partitional clusterings from hierarchical results.
|
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.integer |
Integer-based DBID implementation --
do not use directly - always use
DBIDUtil . |
Modifier and Type | Field and Description |
---|---|
(package private) DBIDDataStore |
PointerHierarchyRepresentationResult.parent
The parent DBID relation.
|
(package private) DBIDDataStore |
PointerPrototypeHierarchyRepresentationResult.prototypes
Prototypes
|
Modifier and Type | Method and Description |
---|---|
DBIDDataStore |
PointerHierarchyRepresentationResult.getParentStore()
Get the parent DBID relation.
|
DBIDDataStore |
PointerPrototypeHierarchyRepresentationResult.getPrototypes() |
Constructor and Description |
---|
PointerDensityHierarchyRepresentationResult(DBIDs ids,
DBIDDataStore parent,
DoubleDataStore parentDistance,
boolean isSquared,
DoubleDataStore coreDistance)
Constructor.
|
PointerHierarchyRepresentationResult(DBIDs ids,
DBIDDataStore parent,
DoubleDataStore parentDistance,
boolean isSquared)
Constructor.
|
PointerHierarchyRepresentationResult(DBIDs ids,
DBIDDataStore parent,
DoubleDataStore parentDistance,
boolean isSquared,
IntegerDataStore mergeOrder)
Constructor.
|
PointerPrototypeHierarchyRepresentationResult(DBIDs ids,
DBIDDataStore parent,
DoubleDataStore parentDistance,
boolean isSquared,
DBIDDataStore prototypes)
Constructor.
|
PointerPrototypeHierarchyRepresentationResult(DBIDs ids,
DBIDDataStore parent,
DoubleDataStore parentDistance,
boolean isSquared,
IntegerDataStore mergeOrder,
DBIDDataStore prototypes)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected DBIDDataStore |
SimplifiedHierarchyExtraction.Instance.pi
Parent pointer
|
protected DBIDDataStore |
HDBSCANHierarchyExtraction.Instance.pi
Parent pointer
|
protected DBIDDataStore |
ClustersWithNoiseExtraction.Instance.pi
Parent pointer
|
protected DBIDDataStore |
AbstractCutDendrogram.Instance.pi
Parent pointer
|
Modifier and Type | Interface and Description |
---|---|
interface |
WritableDBIDDataStore
Data store specialized for doubles.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayDBIDStore
A class to answer representation queries using the stored Array.
|
class |
MapIntegerDBIDDBIDStore
Writable data store for double values.
|
Modifier and Type | Method and Description |
---|---|
DBIDVar |
DBIDVar.from(DBIDDataStore store,
DBIDRef ref)
Update variable from a data store.
|
Modifier and Type | Method and Description |
---|---|
DBIDVar |
IntegerDBIDVar.from(DBIDDataStore store,
DBIDRef ref) |
Copyright © 2019 ELKI Development Team. License information.