Class CMM_GTAnalysis.CMMPoint

    • Field Detail

      • p

        protected DataPoint p
        Reference to original point
      • pID

        protected int pID
        point ID
      • trueClass

        protected int trueClass
        true class label
      • connectivity

        protected double connectivity
        the connectivity of the point to its cluster
      • knnInCluster

        protected double knnInCluster
        knn distnace within own cluster
      • knnIndices

        protected ArrayList<Integer> knnIndices
        knn indices (for debugging only)
    • Constructor Detail

      • CMMPoint

        public CMMPoint​(DataPoint point,
                        int id)
    • Method Detail

      • workclass

        protected int workclass()
        Retruns the current working label of the cluster the point belongs to. The label can change due to merging of clusters.
        Returns:
        the current working class label