Class OPTICSXi.SteepArea

  • Direct Known Subclasses:
    OPTICSXi.SteepDownArea, OPTICSXi.SteepUpArea
    Enclosing class:
    OPTICSXi

    public abstract static class OPTICSXi.SteepArea
    extends java.lang.Object
    Data structure to represent a steep-down-area for the xi method.
    Author:
    Erich Schubert
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int endindex
      End index of steep area
      (package private) double maximum
      Maximum value
      (package private) int startindex
      Start index of steep area
    • Constructor Summary

      Constructors 
      Constructor Description
      SteepArea​(int startindex, int endindex, double maximum)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getEndIndex()
      End index
      int getStartIndex()
      Start index
      • Methods inherited from class java.lang.Object

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

      • startindex

        int startindex
        Start index of steep area
      • endindex

        int endindex
        End index of steep area
      • maximum

        double maximum
        Maximum value
    • Constructor Detail

      • SteepArea

        public SteepArea​(int startindex,
                         int endindex,
                         double maximum)
        Constructor.
        Parameters:
        startindex - Start index
        endindex - End index
        maximum - Maximum value
    • Method Detail

      • getStartIndex

        public int getStartIndex()
        Start index
        Returns:
        the start index
      • getEndIndex

        public int getEndIndex()
        End index
        Returns:
        the end index