|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClusterOrderEntry | |
|---|---|
| de.lmu.ifi.dbs.elki.algorithm.clustering | Clustering algorithms
Clustering algorithms are supposed to implement the Algorithm-Interface. |
| de.lmu.ifi.dbs.elki.result.optics | Result classes for OPTICS. |
| de.lmu.ifi.dbs.elki.visualization.opticsplot | Code for drawing OPTICS plots |
| de.lmu.ifi.dbs.elki.visualization.visualizers.optics | Visualizers that do work on OPTICS plots |
| Uses of ClusterOrderEntry in de.lmu.ifi.dbs.elki.algorithm.clustering |
|---|
| Fields in de.lmu.ifi.dbs.elki.algorithm.clustering declared as ClusterOrderEntry | |
|---|---|
(package private) ClusterOrderEntry<N> |
OPTICSXi.SteepScanPosition.ecurr
Current entry |
(package private) ClusterOrderEntry<N> |
OPTICSXi.SteepScanPosition.esucc
Next entry |
| Fields in de.lmu.ifi.dbs.elki.algorithm.clustering with type parameters of type ClusterOrderEntry | |
|---|---|
(package private) List<ClusterOrderEntry<N>> |
OPTICSXi.SteepScanPosition.co
Cluster order |
| Constructor parameters in de.lmu.ifi.dbs.elki.algorithm.clustering with type arguments of type ClusterOrderEntry | |
|---|---|
OPTICSXi.SteepScanPosition(List<ClusterOrderEntry<N>> co)
Constructor. |
|
| Uses of ClusterOrderEntry in de.lmu.ifi.dbs.elki.result.optics |
|---|
| Classes in de.lmu.ifi.dbs.elki.result.optics that implement ClusterOrderEntry | |
|---|---|
class |
DoubleDistanceClusterOrderEntry
Provides an entry in a cluster order. |
class |
GenericClusterOrderEntry<D extends Distance<D>>
Provides an entry in a cluster order. |
| Fields in de.lmu.ifi.dbs.elki.result.optics with type parameters of type ClusterOrderEntry | |
|---|---|
private ArrayList<ClusterOrderEntry<D>> |
ClusterOrderResult.clusterOrder
Cluster order storage |
private ArrayList<ClusterOrderEntry<D>> |
ClusterOrderResult.ClusterOrderAdapter.clusterOrder
Access reference. |
private HashMap<DBID,ClusterOrderEntry<D>> |
ClusterOrderResult.map
Map of object IDs to their cluster order entry |
private HashMap<DBID,ClusterOrderEntry<D>> |
ClusterOrderResult.ReachabilityDistanceAdapter.map
Access reference. |
private HashMap<DBID,ClusterOrderEntry<D>> |
ClusterOrderResult.PredecessorAdapter.map
Access reference. |
| Methods in de.lmu.ifi.dbs.elki.result.optics that return types with arguments of type ClusterOrderEntry | |
|---|---|
List<ClusterOrderEntry<D>> |
ClusterOrderResult.getClusterOrder()
Retrieve the complete cluster order. |
Iterator<ClusterOrderEntry<D>> |
ClusterOrderResult.iterator()
The cluster order is iterable |
| Methods in de.lmu.ifi.dbs.elki.result.optics with parameters of type ClusterOrderEntry | |
|---|---|
void |
ClusterOrderResult.add(ClusterOrderEntry<D> ce)
Add an object to the cluster order. |
int |
GenericClusterOrderEntry.compareTo(ClusterOrderEntry<D> o)
|
int |
DoubleDistanceClusterOrderEntry.compareTo(ClusterOrderEntry<DoubleDistance> o)
|
| Constructor parameters in de.lmu.ifi.dbs.elki.result.optics with type arguments of type ClusterOrderEntry | |
|---|---|
ClusterOrderResult.ClusterOrderAdapter(ArrayList<ClusterOrderEntry<D>> clusterOrder)
Constructor. |
|
ClusterOrderResult.PredecessorAdapter(HashMap<DBID,ClusterOrderEntry<D>> map,
DBIDs dbids)
Constructor. |
|
ClusterOrderResult.ReachabilityDistanceAdapter(HashMap<DBID,ClusterOrderEntry<D>> map,
DBIDs dbids)
Constructor. |
|
| Uses of ClusterOrderEntry in de.lmu.ifi.dbs.elki.visualization.opticsplot |
|---|
| Methods in de.lmu.ifi.dbs.elki.visualization.opticsplot with parameters of type ClusterOrderEntry | |
|---|---|
int |
OPTICSColorFromClustering.getColorForEntry(ClusterOrderEntry<?> coe)
|
int |
OPTICSColorStatic.getColorForEntry(ClusterOrderEntry<?> coe)
|
int |
OPTICSColorAdapter.getColorForEntry(ClusterOrderEntry<?> coe)
Get the color value for a particular cluster order entry. |
double |
OPTICSCorrelationDimensionalityDistance.getDoubleForEntry(ClusterOrderEntry<D> coe)
|
double |
OPTICSDistanceAdapter.getDoubleForEntry(ClusterOrderEntry<D> coe)
Get the double value for plotting for a cluster order entry. |
double |
OPTICSNumberDistance.getDoubleForEntry(ClusterOrderEntry<D> coe)
|
| Method parameters in de.lmu.ifi.dbs.elki.visualization.opticsplot with type arguments of type ClusterOrderEntry | |
|---|---|
protected LinearScale |
OPTICSPlot.computeScale(List<ClusterOrderEntry<D>> order)
Compute the scale (value range) |
| Uses of ClusterOrderEntry in de.lmu.ifi.dbs.elki.visualization.visualizers.optics |
|---|
| Methods in de.lmu.ifi.dbs.elki.visualization.visualizers.optics that return types with arguments of type ClusterOrderEntry | |
|---|---|
protected List<ClusterOrderEntry<D>> |
AbstractOPTICSVisualization.getClusterOrder()
Access the raw cluster order |
| Method parameters in de.lmu.ifi.dbs.elki.visualization.visualizers.optics with type arguments of type ClusterOrderEntry | |
|---|---|
private int |
OPTICSPlotSelectionVisualization.getSelectedIndex(List<ClusterOrderEntry<D>> order,
org.w3c.dom.svg.SVGPoint cPt)
Gets the Index of the ClusterOrderEntry where the event occurred |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||