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 ClusterOrderHiCO. 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 classCorrelationClusterOrderCluster order entry for correlation-based OPTICS variants.Fields in elki.clustering.optics declared as ClusterOrder Modifier and Type Field Description (package private) ClusterOrderOPTICSHeap.Instance. clusterOrderOutput cluster order.(package private) ClusterOrderOPTICSList.Instance. clusterOrderOutput cluster order.(package private) ClusterOrderOPTICSXi.SteepScanPosition. coCluster order(package private) ClusterOrderFastOPTICS. orderResult: output order of pointsMethods in elki.clustering.optics that return ClusterOrder Modifier and Type Method Description default ClusterOrderOPTICSTypeAlgorithm. autorun(Database database)abstract ClusterOrderAbstractOPTICS. run(Relation<O> relation)Run OPTICS on the database.ClusterOrderDeLiClu. run(Relation<V> relation)Run the DeLiClu clustering algorithm.ClusterOrderFastOPTICS. run(Relation<V> relation)Run the algorithm.ClusterOrderOPTICSHeap.Instance. run()Process the data set.ClusterOrderOPTICSHeap. run(Relation<O> relation)ClusterOrderOPTICSList.Instance. run()Process the data set.ClusterOrderOPTICSList. 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 voidFastOPTICS. 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 intOPTICSXi. 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 classDiSH.DiSHClusterOrderDiSH cluster order.Methods in elki.clustering.subspace that return ClusterOrder Modifier and Type Method Description ClusterOrderHiSC. 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) ClusterOrderOPTICSPlot. coThe 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 ClusterOrderOPTICSPlot. 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 LinearScaleOPTICSPlot. computeScale(ClusterOrder order)Compute the scale (value range)static OPTICSPlotOPTICSPlot. 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 ClusterOrderOPTICSProjection. 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 ClusterOrderOPTICSProjector. clusterOrderCluster order resultMethods in elki.visualization.projector that return ClusterOrder Modifier and Type Method Description ClusterOrderOPTICSProjector. 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 ClusterOrderAbstractOPTICSVisualization. getClusterOrder()Access the raw cluster orderMethods in elki.visualization.visualizers.optics with parameters of type ClusterOrder Modifier and Type Method Description private intOPTICSPlotSelectionVisualization.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 ClusterOrderClusterOrderVisualization.Instance. resultThe result we visualize
-