Class OPTICSXi.SteepDownArea

  • Enclosing class:
    OPTICSXi

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

      • SteepDownArea

        public SteepDownArea​(int startindex,
                             int endindex,
                             double startDouble,
                             double mib)
        Constructor
        Parameters:
        startindex - Start index
        endindex - End index
        startDouble - Start value (= maximum)
        mib - Maximum inbetween value (for Xi extraction; modifiable)
    • Method Detail

      • toString

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