org.apache.commons.math3.stat.clustering
Class EuclideanIntegerPoint
- java.lang.Object
-
- org.apache.commons.math3.stat.clustering.EuclideanIntegerPoint
-
- All Implemented Interfaces:
- java.io.Serializable, Clusterable<EuclideanIntegerPoint>
Deprecated.As of 3.2 (to be removed in 4.0), useDoublePointinstead
@Deprecated public class EuclideanIntegerPoint extends java.lang.Object implements Clusterable<EuclideanIntegerPoint>, java.io.Serializable
A simple implementation ofClusterablefor points with integer coordinates.- Since:
- 2.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description EuclideanIntegerPoint(int[] point)Deprecated.Build an instance wrapping an integer array.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description EuclideanIntegerPointcentroidOf(java.util.Collection<EuclideanIntegerPoint> points)Deprecated.Returns the centroid of the given Collection of points.doubledistanceFrom(EuclideanIntegerPoint p)Deprecated.Returns the distance from the given point.booleanequals(java.lang.Object other)Deprecated.int[]getPoint()Deprecated.Get the n-dimensional point in integer space.inthashCode()Deprecated.java.lang.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
EuclideanIntegerPoint
public EuclideanIntegerPoint(int[] point)
Deprecated.Build an instance wrapping an integer array.The wrapped array is referenced, it is not copied.
- Parameters:
point- the n-dimensional point in integer space
-
-
Method Detail
-
getPoint
public int[] getPoint()
Deprecated.Get the n-dimensional point in integer space.- Returns:
- a reference (not a copy!) to the wrapped array
-
distanceFrom
public double distanceFrom(EuclideanIntegerPoint p)
Deprecated.Returns the distance from the given point.- Specified by:
distanceFromin interfaceClusterable<EuclideanIntegerPoint>- Parameters:
p- the point to compute the distance from- Returns:
- the distance from the given point
-
centroidOf
public EuclideanIntegerPoint centroidOf(java.util.Collection<EuclideanIntegerPoint> points)
Deprecated.Returns the centroid of the given Collection of points.- Specified by:
centroidOfin interfaceClusterable<EuclideanIntegerPoint>- Parameters:
points- the Collection of points to compute the centroid of- Returns:
- the centroid of the given Collection of Points
-
equals
public boolean equals(java.lang.Object other)
Deprecated.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object- Since:
- 2.1
-
-
DMelt 3.0 © DataMelt by jWork.ORG