Uses of Class
elki.clustering.optics.ClusterOrder
-
Packages that use ClusterOrder Package Description elki.clustering.correlation Correlation clustering algorithms.elki.clustering.optics OPTICS family of clustering algorithms.elki.clustering.subspace Axis-parallel subspace clustering algorithms.elki.visualization.opticsplot Code for drawing OPTICS plots.elki.visualization.projections Visualization projections.elki.visualization.projector Projectors are responsible for finding appropriate projections for data relations.elki.visualization.visualizers.optics Visualizers that do work on OPTICS plots.elki.visualization.visualizers.scatterplot.cluster Visualizers for clustering results based on 2D projections. -
-
Uses of ClusterOrder in elki.clustering.correlation
Methods in elki.clustering.correlation that return ClusterOrder Modifier and Type Method Description ClusterOrder
HiCO. run(Relation<? extends NumberVector> relation)
Run the HiCO algorithm. -
Uses of ClusterOrder in elki.clustering.optics
Subclasses of ClusterOrder in elki.clustering.optics Modifier and Type Class Description class
CorrelationClusterOrder
Cluster order entry for correlation-based OPTICS variants.Fields in elki.clustering.optics declared as ClusterOrder Modifier and Type Field Description (package private) ClusterOrder
OPTICSHeap.Instance. clusterOrder
Output cluster order.(package private) ClusterOrder
OPTICSList.Instance. clusterOrder
Output cluster order.(package private) ClusterOrder
OPTICSXi.SteepScanPosition. co
Cluster order(package private) ClusterOrder
FastOPTICS. order
Result: output order of pointsMethods in elki.clustering.optics that return ClusterOrder Modifier and Type Method Description default ClusterOrder
OPTICSTypeAlgorithm. autorun(Database database)
abstract ClusterOrder
AbstractOPTICS. run(Relation<O> relation)
Run OPTICS on the database.ClusterOrder
DeLiClu. run(Relation<V> relation)
Run the DeLiClu clustering algorithm.ClusterOrder
FastOPTICS. run(Relation<V> relation)
Run the algorithm.ClusterOrder
OPTICSHeap.Instance. run()
Process the data set.ClusterOrder
OPTICSHeap. run(Relation<O> relation)
ClusterOrder
OPTICSList.Instance. run()
Process the data set.ClusterOrder
OPTICSList. run(Relation<O> relation)
Methods in elki.clustering.optics with parameters of type ClusterOrder Modifier and Type Method Description private Clustering<OPTICSModel>
OPTICSXi.ClusterHierarchyBuilder. build(ClusterOrder clusterOrder, DBIDArrayIter iter)
Build the main clustering result.protected void
FastOPTICS. expandClusterOrder(DBID ipt, ClusterOrder order, DistanceQuery<V> dq, FiniteProgress prog)
OPTICS algorithm for processing a point, but with different density estimatesprivate Clustering<OPTICSModel>
OPTICSXi. extractClusters(ClusterOrder clusterOrderResult, double ixi, int minpts)
Extract clusters from a cluster order result.private static int
OPTICSXi. predecessorFilter(ClusterOrder clusterOrderResult, int cstart, int cend, DBIDArrayIter tmp)
Filtering step to remove bad tailing points from the clusters.Clustering<OPTICSModel>
OPTICSXi. run(ClusterOrder clusterOrder)
Process the cluster order of an OPTICS clustering.Constructors in elki.clustering.optics with parameters of type ClusterOrder Constructor Description SteepScanPosition(ClusterOrder co)
Constructor. -
Uses of ClusterOrder in elki.clustering.subspace
Subclasses of ClusterOrder in elki.clustering.subspace Modifier and Type Class Description static class
DiSH.DiSHClusterOrder
DiSH cluster order.Methods in elki.clustering.subspace that return ClusterOrder Modifier and Type Method Description ClusterOrder
HiSC. run(Relation<? extends NumberVector> relation)
Run the HiSC algorithm -
Uses of ClusterOrder in elki.visualization.opticsplot
Fields in elki.visualization.opticsplot declared as ClusterOrder Modifier and Type Field Description (package private) ClusterOrder
OPTICSPlot. co
The result to plot.Methods in elki.visualization.opticsplot with type parameters of type ClusterOrder Modifier and Type Method Description static <E extends ClusterOrder>
Clustering<Model>OPTICSCut. makeOPTICSCut(E co, double epsilon)
Compute an OPTICS cut clusteringMethods in elki.visualization.opticsplot that return ClusterOrder Modifier and Type Method Description ClusterOrder
OPTICSPlot. getClusterOrder()
Get the cluster order we are attached to.Methods in elki.visualization.opticsplot with parameters of type ClusterOrder Modifier and Type Method Description protected LinearScale
OPTICSPlot. computeScale(ClusterOrder order)
Compute the scale (value range)static OPTICSPlot
OPTICSPlot. plotForClusterOrder(ClusterOrder co, VisualizerContext context)
Static method to find an optics plot for a result, or to create a new one using the given context.Constructors in elki.visualization.opticsplot with parameters of type ClusterOrder Constructor Description OPTICSPlot(ClusterOrder co, StylingPolicy colors)
Constructor, with automatic distance adapter detection. -
Uses of ClusterOrder in elki.visualization.projections
Methods in elki.visualization.projections that return ClusterOrder Modifier and Type Method Description ClusterOrder
OPTICSProjection. getResult()
Get the OPTICS cluster order. -
Uses of ClusterOrder in elki.visualization.projector
Fields in elki.visualization.projector declared as ClusterOrder Modifier and Type Field Description private ClusterOrder
OPTICSProjector. clusterOrder
Cluster order resultMethods in elki.visualization.projector that return ClusterOrder Modifier and Type Method Description ClusterOrder
OPTICSProjector. getResult()
Get the cluster orderConstructors in elki.visualization.projector with parameters of type ClusterOrder Constructor Description OPTICSProjector(ClusterOrder co)
Constructor. -
Uses of ClusterOrder in elki.visualization.visualizers.optics
Methods in elki.visualization.visualizers.optics that return ClusterOrder Modifier and Type Method Description protected ClusterOrder
AbstractOPTICSVisualization. getClusterOrder()
Access the raw cluster orderMethods in elki.visualization.visualizers.optics with parameters of type ClusterOrder Modifier and Type Method Description private int
OPTICSPlotSelectionVisualization.Instance. getSelectedIndex(ClusterOrder order, org.w3c.dom.svg.SVGPoint cPt)
Gets the Index of the ClusterOrderEntry where the event occurred -
Uses of ClusterOrder in elki.visualization.visualizers.scatterplot.cluster
Fields in elki.visualization.visualizers.scatterplot.cluster declared as ClusterOrder Modifier and Type Field Description protected ClusterOrder
ClusterOrderVisualization.Instance. result
The result we visualize
-