Class GvmCluster<S extends GvmSpace,​K>

  • Type Parameters:
    K - the key type

    public class GvmCluster<S extends GvmSpace,​K>
    extends Object
    A cluster of points.
    Author:
    Tom Gibara
    • Method Detail

      • getMass

        public double getMass()
        The total mass of the cluster.
      • getCount

        public int getCount()
        The number of points in the cluster.
      • getVariance

        public double getVariance()
        The computed variance of the cluster
      • getKey

        public K getKey()
        The key associated with the cluster, may be null.