Class OPTICSModel

  • All Implemented Interfaces:
    Model

    public class OPTICSModel
    extends java.lang.Object
    implements Model
    Model for an OPTICS cluster
    Since:
    0.4.0
    Author:
    Erich Schubert
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int endIndex
      End index
      private int startIndex
      Start index
      • Fields inherited from interface elki.data.model.Model

        TYPE
    • Constructor Summary

      Constructors 
      Constructor Description
      OPTICSModel​(int startIndex, int endIndex)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getEndIndex()
      End index of OPTICS cluster
      int getStartIndex()
      Starting index of OPTICS cluster
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • startIndex

        private int startIndex
        Start index
      • endIndex

        private int endIndex
        End index
    • Constructor Detail

      • OPTICSModel

        public OPTICSModel​(int startIndex,
                           int endIndex)
        Parameters:
        startIndex -
        endIndex -
    • Method Detail

      • getStartIndex

        public int getStartIndex()
        Starting index of OPTICS cluster
        Returns:
        index of cluster start
      • getEndIndex

        public int getEndIndex()
        End index of OPTICS cluster
        Returns:
        index of cluster end
      • toString

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