Class High_DPoint<Row>

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.commons.math3.ml.clustering.Clusterable

    public final class High_DPoint<Row>
    extends org.apache.commons.math3.ml.clustering.DoublePoint
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      High_DPoint​(Row row, int index, double[] point)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getIndex()  
      Row getRow()  
      • Methods inherited from class org.apache.commons.math3.ml.clustering.DoublePoint

        equals, getPoint, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • High_DPoint

        public High_DPoint​(Row row,
                           int index,
                           double[] point)
    • Method Detail

      • getRow

        public Row getRow()
      • getIndex

        public int getIndex()