Class OPTICSCut


  • public final class OPTICSCut
    extends java.lang.Object
    Compute a partitioning from an OPTICS plot by doing a horizontal cut.
    Since:
    0.4.0
    Author:
    Heidi Kolb, Erich Schubert
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private OPTICSCut()
      Private constructor.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <E extends ClusterOrder>
      Clustering<Model>
      makeOPTICSCut​(E co, double epsilon)
      Compute an OPTICS cut clustering
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OPTICSCut

        private OPTICSCut()
        Private constructor. Static methods only.
    • Method Detail

      • makeOPTICSCut

        public static <E extends ClusterOrderClustering<Model> makeOPTICSCut​(E co,
                                                                               double epsilon)
        Compute an OPTICS cut clustering
        Parameters:
        co - Cluster order result
        epsilon - Epsilon value for cut
        Returns:
        New partitioning clustering