| Package | Description |
|---|---|
| de.lmu.ifi.dbs.elki.algorithm.clustering.optics |
OPTICS family of clustering algorithms.
|
| de.lmu.ifi.dbs.elki.visualization.opticsplot |
Code for drawing OPTICS plots
|
| Modifier and Type | Field and Description |
|---|---|
(package private) DoubleDistanceClusterOrderEntry |
OPTICSXi.SteepScanPosition.ecurr
Current entry
|
(package private) DoubleDistanceClusterOrderEntry |
OPTICSXi.SteepScanPosition.esucc
Next entry
|
| Modifier and Type | Field and Description |
|---|---|
(package private) List<DoubleDistanceClusterOrderEntry> |
OPTICSXi.SteepScanPosition.co
Cluster order
|
(package private) OPTICSTypeAlgorithm<DoubleDistanceClusterOrderEntry> |
OPTICSXi.optics
The actual algorithm we use.
|
protected OPTICSTypeAlgorithm<DoubleDistanceClusterOrderEntry> |
OPTICSXi.Parameterizer.optics |
| Modifier and Type | Method and Description |
|---|---|
Class<? super DoubleDistanceClusterOrderEntry> |
OPTICS.getEntryType() |
Class<? super DoubleDistanceClusterOrderEntry> |
DeLiClu.getEntryType() |
ClusterOrderResult<DoubleDistanceClusterOrderEntry> |
DeLiClu.run(Database database,
Relation<NV> relation) |
ClusterOrderResult<DoubleDistanceClusterOrderEntry> |
OPTICS.run(Relation<O> relation)
Run OPTICS on the database.
|
| Modifier and Type | Method and Description |
|---|---|
int |
DoubleDistanceClusterOrderEntry.compareTo(DoubleDistanceClusterOrderEntry o) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OPTICS.expandClusterOrder(ClusterOrderResult<DoubleDistanceClusterOrderEntry> clusterOrder,
Relation<O> database,
RangeQuery<O> rangeQuery,
DBID objectID,
double epsilon,
FiniteProgress progress)
OPTICS-function expandClusterOrder.
|
private Clustering<OPTICSModel> |
OPTICSXi.extractClusters(ClusterOrderResult<DoubleDistanceClusterOrderEntry> clusterOrderResult,
Relation<?> relation,
double ixi,
int minpts)
Extract clusters from a cluster order result.
|
| Constructor and Description |
|---|
OPTICSXi(OPTICSTypeAlgorithm<DoubleDistanceClusterOrderEntry> optics,
double xi)
Constructor.
|
SteepScanPosition(List<DoubleDistanceClusterOrderEntry> co)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
OPTICSNumberDistanceAdapter.getDoubleForEntry(DoubleDistanceClusterOrderEntry coe) |
boolean |
OPTICSNumberDistanceAdapter.isInfinite(DoubleDistanceClusterOrderEntry coe) |
Copyright © 2014 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.