Documentation of 'org.apache.commons.math3.stat.clustering.Cluster' Java class
Cluster
org.apache.commons.math3.stat.clustering

Class Cluster<T extends Clusterable<T>>

  • Type Parameters:
    T - the type of points that can be clustered
    All Implemented Interfaces:
    java.io.Serializable

    Deprecated. 
    As of 3.2 (to be removed in 4.0), use Cluster instead

    @Deprecated
    public class Cluster<T extends Clusterable<T>>
    extends java.lang.Object
    implements java.io.Serializable
    Cluster holding a set of Clusterable points.
    Since:
    2.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      Cluster(T center)
      Deprecated. 
      Build a cluster centered at a specified point.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      void addPoint(T point)
      Deprecated. 
      Add a point to this cluster.
      T getCenter()
      Deprecated. 
      Get the point chosen to be the center of this cluster.
      java.util.List<T> getPoints()
      Deprecated. 
      Get the points contained in the cluster.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Cluster

        public Cluster(T center)
        Deprecated. 
        Build a cluster centered at a specified point.
        Parameters:
        center - the point which is to be the center of this cluster
    • Method Detail

      • addPoint

        public void addPoint(T point)
        Deprecated. 
        Add a point to this cluster.
        Parameters:
        point - point to add
      • getPoints

        public java.util.List<T> getPoints()
        Deprecated. 
        Get the points contained in the cluster.
        Returns:
        points contained in the cluster
      • getCenter

        public T getCenter()
        Deprecated. 
        Get the point chosen to be the center of this cluster.
        Returns:
        chosen cluster center

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.