Class OPTICSXi.SteepUpArea

  • Enclosing class:
    OPTICSXi

    public static class OPTICSXi.SteepUpArea
    extends OPTICSXi.SteepArea
    Data structure to represent a steep-down-area for the xi method.
    Author:
    Erich Schubert
    • Constructor Detail

      • SteepUpArea

        public SteepUpArea​(int startindex,
                           int endindex,
                           double endDouble)
        Constructor
        Parameters:
        startindex - Starting index
        endindex - End index
        endDouble - End value (= maximum)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object