Package moa.evaluation
Class CMM_GTAnalysis.GTCluster
- java.lang.Object
-
- moa.evaluation.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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected double
getInclusionProbability(CMM_GTAnalysis.CMMPoint point)
Calculate the probability of the point being covered through the clusterprotected int
getLabel()
The original class label the cluster represents
-
-
-
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
-
-