Description
ClusterQualitySummarizer (with the new t-digest) fails if a cluster has only a single data point. The issue is the call to OnlineSummarizer.getQuartile() expects > 1 point to be available in the cluster.
ClusterQualitySummarizer (with the new t-digest) fails if a cluster has only a single data point. The issue is the call to OnlineSummarizer.getQuartile() expects > 1 point to be available in the cluster.