Class ChangePoint


  • public class ChangePoint
    extends java.lang.Object
    Single Change Point
    Since:
    0.7.5
    Author:
    Sebastian Rühl, Erich Schubert
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int column
      Column id.
      (package private) DBID id
      Data set reference.
      (package private) double score
      Score
    • Constructor Summary

      Constructors 
      Constructor Description
      ChangePoint​(DBIDRef iter, int column, double score)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.StringBuilder appendTo​(java.lang.StringBuilder buf)
      Append to a text buffer.
      • Methods inherited from class java.lang.Object

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

      • id

        DBID id
        Data set reference.
      • column

        int column
        Column id.
      • score

        double score
        Score
    • Constructor Detail

      • ChangePoint

        public ChangePoint​(DBIDRef iter,
                           int column,
                           double score)
        Constructor.
        Parameters:
        iter - Data set reference
        column - Column
        score - Score
    • Method Detail

      • appendTo

        public java.lang.StringBuilder appendTo​(java.lang.StringBuilder buf)
        Append to a text buffer.
        Parameters:
        buf - Text buffer
        Returns:
        Text buffer