Class CMM_GTAnalysis.GTCluster

  • Enclosing class:
    CMM_GTAnalysis

    protected class CMM_GTAnalysis.GTCluster
    extends Object
    Main class to model the new clusters that will be the output of the cluster analysis
    • Method Detail

      • getLabel

        protected int getLabel()
        The original class label the cluster represents
        Returns:
        original class label
      • getInclusionProbability

        protected double getInclusionProbability​(CMM_GTAnalysis.CMMPoint point)
        Calculate the probability of the point being covered through the cluster
        Parameters:
        point - to calculate the probability for
        Returns:
        probability of the point being covered through the cluster