Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.clustering.hierarchical | |
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.
|
Modifier and Type | Field and Description |
---|---|
(package private) DBIDDataStore |
PointerHierarchyRepresentationResult.parent
The parent DBID relation.
|
Modifier and Type | Method and Description |
---|---|
DBIDDataStore |
PointerHierarchyRepresentationResult.getParentStore()
Get the parent DBID relation.
|
Modifier and Type | Method and Description |
---|---|
private Clustering<DendrogramModel<D>> |
ExtractFlatClusteringFromHierarchy.extractClusters(DBIDs ids,
DBIDDataStore pi,
DataStore<D> lambda)
Extract all clusters from the pi-lambda-representation.
|
private Clustering<DendrogramModel<D>> |
ExtractFlatClusteringFromHierarchy.extractClustersDouble(DBIDs ids,
DBIDDataStore pi,
DoubleDistanceDataStore lambda)
Extract all clusters from the pi-lambda-representation.
|
Constructor and Description |
---|
PointerHierarchyRepresentationResult(DBIDs ids,
DBIDDataStore parent,
DataStore<D> parentDistance)
Constructor.
|
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.
|