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. -
-
Uses of ClusterOrder in elki.clustering.correlation
Methods in elki.clustering.correlation that return ClusterOrder Modifier and Type Method Description ClusterOrderHiCO. run(elki.database.relation.Relation<? extends elki.data.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(elki.database.Database database)abstract ClusterOrderAbstractOPTICS. run(elki.database.relation.Relation<O> relation)Run OPTICS on the database.ClusterOrderFastOPTICS. run(elki.database.relation.Relation<V> relation)Run the algorithm.ClusterOrderOPTICSHeap.Instance. run()Process the data set.ClusterOrderOPTICSHeap. run(elki.database.relation.Relation<O> relation)ClusterOrderOPTICSList.Instance. run()Process the data set.ClusterOrderOPTICSList. run(elki.database.relation.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, elki.database.ids.DBIDArrayIter iter)Build the main clustering result.protected voidFastOPTICS. expandClusterOrder(elki.database.ids.DBID ipt, ClusterOrder order, elki.database.query.distance.DistanceQuery<V> dq, elki.logging.progress.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, elki.database.ids.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
Methods in elki.clustering.subspace that return ClusterOrder Modifier and Type Method Description ClusterOrderHiSC. run(elki.database.relation.Relation<? extends elki.data.NumberVector> relation)Run the HiSC algorithm
-