gmmd.classifier.count_bad_droplets
- gmmd.classifier.count_bad_droplets(data, confidence_threshold)
Count empty droplets with or confidence under the threshold.
- Parameters
data (
pandas.DataFrame) – Classification result, generated bygmmd.classifier.classify_drops().confidence_threshold (
float) – Confidence threshold.
- Returns
Counts of negative droplets, counts of unclear droplets.
- Return type
list,list