Class DataPoint

    • Constructor Detail

      • DataPoint

        public DataPoint()
        Deprecated.
        Constructor for DataPoint.
    • Method Detail

      • compareTo

        public int compareTo​(DataPoint rhs)
        Deprecated.
        Compares this data point with the given datapoint.
        Specified by:
        compareTo in interface Comparable<DataPoint>
        Parameters:
        rhs - the other data point
        Returns:
        0 if equal; a value less than 0 if this point's score is smaller than the other data point; a value greater than 0 if this point's score is greater than the other data point.
      • getNode

        public Node getNode()
        Deprecated.
      • setNode

        public void setNode​(Node node)
        Deprecated.
      • getMessage

        public String getMessage()
        Deprecated.
      • setMessage

        public void setMessage​(String message)
        Deprecated.
      • getScore

        public double getScore()
        Deprecated.
      • setScore

        public void setScore​(double score)
        Deprecated.