Class High_DPoint<Row>

java.lang.Object
org.apache.commons.math3.ml.clustering.DoublePoint
com.macrofocus.high_d.clustering.High_DPoint<Row>
All Implemented Interfaces:
Serializable, org.apache.commons.math3.ml.clustering.Clusterable

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

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

    Modifier and Type
    Method
    Description
    int
     
     

    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 Details

    • High_DPoint

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

    • getRow

      public Row getRow()
    • getIndex

      public int getIndex()