Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.clustering |
Clustering algorithms.
|
de.lmu.ifi.dbs.elki.algorithm.clustering.hierarchical | |
de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood |
Spatial outlier neighborhood classes
|
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.relation |
Relations, materialized and virtual (views).
|
de.lmu.ifi.dbs.elki.result |
Result types, representation and handling
|
de.lmu.ifi.dbs.elki.result.optics |
Result classes for OPTICS.
|
Modifier and Type | Method and Description |
---|---|
private void |
DeLiClu.expandLeafNodes(SpatialPrimitiveDistanceFunction<NV,D> distFunction,
DeLiCluNode node1,
DeLiCluNode node2,
DataStore<KNNList<D>> knns)
Expands the specified leaf nodes.
|
private void |
DeLiClu.expandNodes(DeLiCluTree index,
SpatialPrimitiveDistanceFunction<NV,D> distFunction,
DeLiClu.SpatialObjectPair nodePair,
DataStore<KNNList<D>> knns)
Expands the spatial nodes of the specified pair.
|
private void |
DeLiClu.reinsertExpanded(SpatialPrimitiveDistanceFunction<NV,D> distFunction,
DeLiCluTree index,
List<TreeIndexPathComponent<DeLiCluEntry>> path,
DataStore<KNNList<D>> knns)
Reinserts the objects of the already expanded nodes.
|
private void |
DeLiClu.reinsertExpanded(SpatialPrimitiveDistanceFunction<NV,D> distFunction,
DeLiCluTree index,
List<TreeIndexPathComponent<DeLiCluEntry>> path,
int pos,
SpatialDirectoryEntry parentEntry,
DataStore<KNNList<D>> knns) |
Modifier and Type | Field and Description |
---|---|
private DataStore<D> |
ExtractFlatClusteringFromHierarchy.CompareByLambda.lambda
Lambda storage
|
(package private) DataStore<D> |
PointerHierarchyRepresentationResult.parentDistance
Distance to the parent object.
|
Modifier and Type | Method and Description |
---|---|
DataStore<D> |
PointerHierarchyRepresentationResult.getParentDistanceStore()
Get the distance to the parent.
|
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.
|
Constructor and Description |
---|
ExtractFlatClusteringFromHierarchy.CompareByLambda(DataStore<D> lambda)
Constructor.
|
PointerHierarchyRepresentationResult(DBIDs ids,
DBIDDataStore parent,
DataStore<D> parentDistance)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected DataStore<DBIDs> |
AbstractPrecomputedNeighborhood.store
The data
|
Modifier and Type | Method and Description |
---|---|
private DataStore<DBIDs> |
ExtendedNeighborhood.Factory.extendNeighborhood(Relation<? extends O> database)
Method to load the external neighbors.
|
private DataStore<DBIDs> |
ExternalNeighborhood.Factory.loadNeighbors(Database database,
Relation<?> relation)
Method to load the external neighbors.
|
Constructor and Description |
---|
AbstractPrecomputedNeighborhood(DataStore<DBIDs> store)
Constructor.
|
ExtendedNeighborhood(DataStore<DBIDs> store)
Constructor.
|
ExternalNeighborhood(DataStore<DBIDs> store)
Constructor.
|
PrecomputedKNearestNeighborNeighborhood(DataStore<DBIDs> store)
Constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DBIDDataStore
DBID-valued data store (avoids boxing/unboxing).
|
interface |
DoubleDataStore
Double-valued data store (avoids boxing/unboxing).
|
interface |
DoubleDistanceDataStore
Double-valued data store (avoids boxing/unboxing).
|
interface |
IntegerDataStore
Integer-valued data store (avoids boxing/unboxing).
|
interface |
WritableDataStore<T>
Writable data store.
|
interface |
WritableDBIDDataStore
Data store specialized for doubles.
|
interface |
WritableDoubleDataStore
Data store specialized for doubles.
|
interface |
WritableDoubleDistanceDataStore
Data store specialized for doubles.
|
interface |
WritableIntegerDataStore
Data store specialized for doubles.
|
Modifier and Type | Method and Description |
---|---|
<T> DataStore<T> |
RecordStore.getStorage(int col,
Class<? super T> datatype)
Get a
DataStore instance for a particular record column. |
Modifier and Type | Class and Description |
---|---|
class |
ArrayDBIDStore
A class to answer representation queries using the stored Array.
|
class |
ArrayDoubleDistanceStore
A class to answer representation queries using the stored Array.
|
class |
ArrayDoubleStore
A class to answer representation queries using the stored Array.
|
class |
ArrayIntegerStore
A class to answer representation queries using the stored Array.
|
protected class |
ArrayRecordStore.StorageAccessor<T>
Access a single record in the given data.
|
class |
ArrayStore<T>
A class to answer representation queries using the stored Array.
|
class |
MapIntegerDBIDDBIDStore
Writable data store for double values.
|
class |
MapIntegerDBIDDoubleDistanceStore
Writable data store for double values.
|
class |
MapIntegerDBIDDoubleStore
Writable data store for double values.
|
class |
MapIntegerDBIDIntegerStore
Writable data store for double values.
|
protected class |
MapIntegerDBIDRecordStore.StorageAccessor<T>
Access a single record in the given data.
|
class |
MapIntegerDBIDStore<T>
A class to answer representation queries using a map.
|
protected class |
MapRecordStore.StorageAccessor<T>
Access a single record in the given data.
|
class |
MapStore<T>
A class to answer representation queries using a map.
|
Modifier and Type | Field and Description |
---|---|
private DataStore<O> |
MaterializedRelation.content
Map to hold the objects of the database.
|
Constructor and Description |
---|
MaterializedRelation(Database database,
SimpleTypeInformation<O> type,
DBIDs ids,
String name,
DataStore<O> content)
Constructor.
|
MaterializedRelation(String name,
String shortname,
SimpleTypeInformation<O> type,
DataStore<O> content,
DBIDs ids)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected DataStore<? extends T> |
OrderingFromDataStore.map
HashMap with object values
|
Constructor and Description |
---|
OrderingFromDataStore(String name,
String shortname,
DBIDs ids,
DataStore<? extends T> map)
Minimal Constructor
|
OrderingFromDataStore(String name,
String shortname,
DBIDs ids,
DataStore<? extends T> map,
boolean descending)
Constructor without comparator
|
OrderingFromDataStore(String name,
String shortname,
DBIDs ids,
DataStore<? extends T> map,
Comparator<T> comparator,
boolean descending)
Constructor with comparator
|
Modifier and Type | Field and Description |
---|---|
private DataStore<ClusterOrderEntry<D>> |
ClusterOrderResult.ReachabilityDistanceAdapter.map
Access reference.
|
private DataStore<ClusterOrderEntry<D>> |
ClusterOrderResult.PredecessorAdapter.map
Access reference.
|
Constructor and Description |
---|
ClusterOrderResult.PredecessorAdapter(DataStore<ClusterOrderEntry<D>> map,
DBIDs dbids)
Constructor.
|
ClusterOrderResult.ReachabilityDistanceAdapter(DataStore<ClusterOrderEntry<D>> map,
DBIDs dbids)
Constructor.
|